media.Artist
This structure represents useful information about an artist.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
arid | no | 1 | database id | artist id |
arnm | no | 1 | text | artist name |
alco | no | 1 | integer | number of albums |
trco | no | 1 | integer | number of tracks |
cv | no | 1 | url | url to access coverart. See Artwork URL api. |
Example xml:
<ar> <arid>432546325432</arid> <arnm>Florence and the Machine</arnm> <alco>4</alco> <trco>4</trco> <cv></cv> </ar>