Common/music/v1.1/AlbumCredit

Jump to: navigation, search

AlbumCredit

Contains information about a production credit for an album.

Elements

NameTypeDescription
credit string Role performed in the production of the album.
id string Rovi Music ID for the name. You can use this ID to request further information from the Name API.
name string Name of the person or group that contributed to the album.
type string Type of credit:
  • G
Group.
  • I
Individual.
  • U
Unknown.

XML Response Example

<AlbumCredit>
  <id>MN0000526825</id>
  <name>Bruce Botnick</name>
  <credit>Engineer, Mastering, Audio Engineer, Remastering</credit>
  <type>I</type>
</AlbumCredit>

JSON Response Example

{
  "id":"MN0000526825",
  "name":"Bruce Botnick",
  "credit":"Engineer, Mastering, Audio Engineer, Remastering",
  "type":"I"
}
 
Personal tools