TYBA






media.Artist

Artist

This structure represents useful information about an artist.

ParameterOptionalMax AllowedDataTypeNotes
aridno1database idartist id
arnmno1textartist name
alcono1integernumber of albums
trcono1integernumber of tracks
cvno1urlurl 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>
 

back to index