Common/music/v1.1/Release

Jump to: navigation, search

Release

Contains information about a performance release.

Elements

NameTypeDescription
amgClassicalId string All Media Guide (AMG) ID for the album, consisting of a string that starts with W and is followed by 9 digits with leading spaces. AMG is a legacy database of entertainment information.
catalog string Product identification number a record company assigned to the release. Catalog numbers are used for ordering and tracking purposes.
id string Database ID of the release.
label string Record company that released the album.
performers TrackArtist [ ] List of the people or groups who performed on the album, sorted in order of last name.
title string Title of the release.

XML Response Example

<release>
  <id>MR0002510197</id>
  <amgClassicalId>W 165307</amgClassicalId>
  <title>Beethoven: Concerto No. 4 in G Major</title>
  <performers i:nil="true" />
  <label>Sony Music Distribution</label>
  <catalog>714761</catalog>
</release>

JSON Response Example

{
  "id":"MR0002510197",
  "amgClassicalId":"W  165307",
  "title":"Beethoven: Concerto No. 4 in G Major",
  "performers":null,
  "label":"Sony Music Distribution",
  "catalog":"714761"
}
 
Personal tools