radio.adjust
Adjusts the radio streaming to a new radio station for Unauthenticated Radio streaming
e.g. http://lastfm-api-ext.appspot.com/2.0/?method=radio.adjust&station=lastfm://artist/Beirut&sk=...&outtype=json
Params
No api_key is required for this call.station (Required) : Last.fm URI of a radio station to tune to. Valid URI's:
lastfm://user/$username/personal
lastfm://user/$username/playlist
lastfm://artist/$artistname or lastfm://artist/$artistname/similarartists
lastfm://globaltags/$tag
lastfm://group/$groupname
lastfm://user/$username/neighbours
lastfm://user/$username/recommended/100
sk (Required) : Session key aquired from radio.getUnauthenticatedSession
outtype : The data output format (js, json, php). Default is XML.
callback : Function name that will wrap the data if JSONP (outtype 'js') is used.
Sample Response (JSON Object Structure)
{
"url": "lastfm://artist/Beirut",
"response": "OK",
"stationname": "Beirut’s Similar Artists",
"discovery": "true"
}