Common/music/v1.1/ParentIds

Jump to: navigation, search

ParentIds

Contains all of the IDs that are recognized by the Music API for a requested object.

Elements

NameTypeDescription
albumId string Rovi Music ID for an album, consisting of a twelve-character string starting with MW and followed by 10 digits. For example: MW0000111184.
amgClassicalId string All Media Guide (AMG) database ID for a classical music album, composition, or performance. AMG is a legacy database of entertainment information. AMG classical IDs consist of the following:
TypeExampleID String
Classical music albumW   180317W followed by 9 digits with leading spaces.
Classical music compositionC    43235C followed by 9 digits with leading spaces.
Classical music performance  F  2229909  F followed by 9 digits with leading spaces.
amgClassicalTrackId string All Media Guide (AMG) database ID for a classical music track, consisting of a ten-character string starting with Y and followed by 9 digits with leading spaces. For example: Y  2739794. AMG is a legacy database of entertainment information.
amgPopId string All Media Guide (AMG) database ID for a popular music album consisting of a ten-character string starting with R and followed by 9 digits with leading spaces. For example: R  1805889. AMG is a legacy database of entertainment information.
amgPopTrackId string All Media Guide (AMG) database ID for a popular music song. AMG pop track IDs consist of a ten-character string starting with T and followed by 9 digits with leading spaces. For example: T 10318671. AMG is a legacy database of entertainment information.
compositionId string Rovi Music ID for a classical music composition, consisting of a twelve-character string starting with MC and followed by 10 digits. For example: MC0002366840.
eanId string International Article Number (EAN) bar code number.
isrcId string The International Standard Recording Code (ISRC) for a sound recording or music video.
muzeId string Muze database ID for a popular music song, consisting of an eight-character string of digits. Muze is a legacy database of entertainment information.
performanceId string Rovi Music ID for a classical music performance, consisting of a twelve-character string starting with MQ and followed by 10 digits. For example: MQ0000708761.
releaseId string Rovi Music ID for an album release, consisting of a twelve-character string starting with MR and followed by 10 digits. For example: MR0001940589.
trackId string Rovi Music ID for a track on a popular music album, consisting of a twelve-character string starting with MT and followed by 10 digits. For example: MT0008860314.
upcId string Universal Product Code (UPC) for an album.

XML Response Example

The following shows parent IDs returned for a Song/Appearances request.
<parentIds>
  <amgClassicalTrackId>Y  2739794</amgClassicalTrackId>
  <amgPopTrackId>T 19359044</amgPopTrackId>
  <muzeId>8914423</muzeId>
  <trackId>MT0008860314</trackId>
</parentIds>

XML Response Example 2

The following shows parent IDs returned for an Album/Credits request.
<parentIds>
  <albumId>MW0000264959</albumId>
  <amgClassicalId>W   202006</amgClassicalId>
  <amgPopId>R   744650</amgPopId>
</parentIds>

JSON Response Example

The following shows parent IDs returned for a Song/Appearances request.
{
  "amgClassicalTrackId": "Y 2739794",
  "amgPopTrackId": "T 19359044",
  "muzeId": "8914423",
  "trackId": "MT0008860314"
}

JSON Response Example 2

The following shows parent IDs returned for an Album/Credits request.
{
  "albumId":"MW0000264959",
  "amgClassicalId":"W   202006",
  "amgPopId":"R   744650"
}
 
Personal tools