Skip to main content

Release Metadata

CustomerName_Release_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the release

id_album
required
number

Dataset: Basic
ID of the album

release_date
string

Dataset: Basic
Release date of the release, with format “YYYY-MM-DD”. The value of “DD” and “MM” may be “00” if the day or month is unknown.

distributor
string

Dataset: Basic
Distributor of the release

barcode
string

Dataset: Basic
Barcode (EAN or UPC) of the release

support
string
Enum: "2CD" "CD" "DVD" "EP" "K7" "LP" "NUM"

Dataset: Basic
Medium of the release

recommended
boolean

Dataset: Basic
Recommended release information. This is useful in cases where it is necessary to recover a single version.

commentary
string

Dataset: Basic
Commentary of the release

object

Dataset: Basic / External
Object containing the IDs of the release in external databases and platforms

object

Dataset: Explicit
Object containing the explicit information from label or lyrics

{
  • "id": 446,
  • "id_album": 110,
  • "release_date": "2001-00-00",
  • "distributor": "RCA",
  • "barcode": "0744659975226",
  • "support": "LP",
  • "recommended": false,
  • "commentary": "Deluxe",
  • "externals": {
    },
  • "explicit": {
    }
}

CustomerName_Matching_Release_YYYYMMDD.json

id_customername
required
any

Dataset: Matching
ID of the release in the Customer catalog

id_musicstory
required
number

Dataset: Matching
ID of the corresponding release in the Music Story catalog

{
  • "id_customername": null,
  • "id_musicstory": 0
}

CustomerName_Deleted_Release_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the deleted release

{
  • "id": 0
}

CustomerName_Deleted_Matching_Release_YYYYMMDD.json

id_customername
required
any

Dataset: Matching
ID of the release in the Customer catalog

id_musicstory
required
number

Dataset: Matching
ID of the corresponding release in the Music Story catalog

{
  • "id_customername": null,
  • "id_musicstory": 0
}