TYBA






media.Album

Album

This structure represents useful information about an album.

ParameterOptionalMax AllowedDataType Notes
alidno1database idalbum id
alnmno1textalbum name
arnmno1textmArtist name
aridno1database idmArtist id
trcono1integernumber of tracks
cvno1urlurl to access coverart. See Artwork URL api.
cplno1boolean is this a compilation album?

Example xml:

 <al>
  <alid>432546325432</alid>
  <alnm>The Best of Florence and the Machine</alnm>
  <arnm>Florence and the Machine</arnm>
  <arid>432546325432</arid>
  <trco>13</trco>
  <cv>http://www.apple.com/art.jpg</cv>
  <cpl>1</cpl>
 </al>
 

back to index