media.RadioTrack
This structure represents useful information about a radio track.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
trnm | no | 1 | text | Current song name |
arnm | no | 1 | text | Current artist name |
alnm | no | 1 | text | Current album name |
cv | no | 1 | url | url to access coverart. See Artwork URL api. |
Example xml:
<rdtr> <trnm>Dog Days are over</trnm> <arnm>Florence and the Machine</arnm> <alnm>The Best of Florence and the Machine</alnm> <cv>http://www.apple.com/art.jpg</cv> </rdtr>