Common/music/v1.1/AlbumArtist

Jump to: navigation, search

AlbumArtist

Contains the database ID of a performer on an album.

Elements

NameTypeDescription
id string Database ID of the artist.
name string Name of the artist.

XML Response Example

<AlbumArtist>
  <id>MN0000240865</id>
  <name>Jeff Beck</name>
</AlbumArtist>

JSON Response Example

{
  "id":"MN0000240865",
  "name":"Jeff Beck"
}
 
Personal tools