Album and Release Metadata
CustomerName_Album_YYYYMMDD.json
id required | number Dataset: Basic |
title required | string Dataset: Basic |
subtitle | string Dataset: Basic |
label | string Dataset: Basic |
distributor | string Dataset: Basic |
type required | string Enum: "ORIGINAL" "LIVE" "COMPILATION" "KARAOKE" "RING" "OTHER" Dataset: Basic |
format required | string Enum: "ALBUM" "EP" "SINGLE" "MCD" "MIXTAPE" Dataset: Basic |
original_release_date | string Dataset: Reco |
rating | number Dataset: Review |
Array of objects Dataset: Basic | |
object Dataset: Basic | |
id_genre | number Dataset: Basic |
Array of objects Dataset: Basic | |
object (Cover Art) Dataset: Artwork | |
Array of objects (Review) Dataset: Review | |
Array of objects (Release) Dataset: Basic |
{- "id": 12946,
- "title": "The Rhythm of the Saints",
- "subtitle": null,
- "label": "Warner Bros.",
- "distributor": "Warner",
- "type": "ORIGINAL",
- "format": "ALBUM",
- "original_release_date": "1990-10-16",
- "rating": 3,
- "translated": [
- {
- "lang": "ja",
- "title": "リズム・オブ・ザ・セインツ",
- "subtitle": null
}
], - "externals": {
- "musicbrainz": [
- "9c08260c-d558-391b-ae2b-aba11b9793d8"
], - "discogs": [
- 113674
]
}, - "id_genre": 143,
- "artists": [
- {
- "id_artist": 2278,
- "link": "Main"
}
], - "cover_art": {
- "width": 1500,
- "height": 1500,
- "source": "Music-Story",
- "copyright": "©Copyright Music Story"
}, - "reviews": [
- {
- "lang": "EN",
- "source": "Music-Story",
- "content": "Released almost a year after it was finished, it is THE Velvet Underground album, an avant-garde album that establishes the Velvet's identity and favorite themes, and upsets the standards of society at the time. Produced by Andy Warhol, it bears his strong imprint and influence, lending the Velvet the voice of one of his muses, Nico. This album, so disturbing and out of the ordinary, received almost no airplay on commercial radio, not only because of the music's non-conformism, but perhaps also, paradoxically, because of Warhol's stranglehold on the group, which almost automatically attached the \"arty\" label to it, frightening the general public.",
- "author": "Music Story",
- "copyright": "©Copyright Music Story Music Story 2024"
}
], - "releases": [
- {
- "id": 446,
- "release_date": "2001-00-00",
- "distributor": "RCA",
- "barcode": "0744659975226",
- "support": "LP",
- "externals": {
- "musicbrainz": [
- "2e287d89-19fa-47d2-ad87-897b6fc9c8b0",
- "9bf6bca9-5c27-3d57-9b50-133348bdb9e7"
], - "discogs": [
- "534523,",
- 5373901,
- 1177873,
- 8897565,
- 437305
], - "spotify": [
- "1gsqQnSVIeP0CIFAclYRUB",
- "1KcGZXb6VBAxn8Jd9RVyc2",
- "2A2w7NSKKyAfDvwx6GEHEg",
- "5gtctm9OmVchYegE7PBOgc"
], - "deezer": [
- 107745
], - "napster": [
- "396274334",
- "189177"
], - "qobuz": [
- 183245
], - "apple": [
- 254339508
], - "sevendigital": [
- 293792
], - "linemusic": [
- "mb00000000000cba83"
]
}, - "explicit": {
- "label": true,
- "lyric": true
}
}
]
}
CustomerName_Album_Audio_Descriptions_YYYYMMDD.json
id_album required | number Dataset: Audio |
arousal | number Dataset: Audio |
danceability | number Dataset: Audio |
dissonance | number Dataset: Audio |
electric_acoustic | number Dataset: Audio |
melodicity | number Dataset: Audio |
music_speech | number Dataset: Audio |
studio_live | number Dataset: Audio |
valence | number Dataset: Audio |
vocal_instrumental | number Dataset: Audio |
{- "id_album": 1825,
- "arousal": 0.6090944588744586,
- "danceability": 0.42260865800865793,
- "dissonance": 0.4210159740259739,
- "electric_acoustic": 0.3986565800865799,
- "melodicity": 0.6357076190476186,
- "music_speech": 0.08721415584415596,
- "studio_live": 0.294824155844156,
- "valence": 0.4137444588744586,
- "vocal_instrumental": 0.06088199134199131
}
CustomerName_Album_Credits_YYYYMMDD.json
All possible values are available in the appendix > credit section.
id_album required | number Dataset: Credit |
Array of objects Dataset: Credit |
{- "id_album": 696211,
- "data": [
- {
- "parent_credit_name": "Engineer",
- "parent_credit": [
- {
- "credit_child_name": "Assistant Engineer",
- "credit_child": [
- {
- "name": "David Gleeson",
- "id_artist": 4754188
}
]
}
]
}
]
}
CustomerName_Matching_Album_YYYYMMDD.json
id_customername required | any Dataset: Matching |
id_musicstory required | number Dataset: Matching |
{- "id_customername": null,
- "id_musicstory": 0
}
CustomerName_Deleted_Album_YYYYMMDD.json
id required | number Dataset: Basic |
{- "id": 0
}
CustomerName_Deleted_Matching_Album_YYYYMMDD.json
id_customername required | any Dataset: Matching |
id_musicstory required | number Dataset: Matching |
{- "id_customername": null,
- "id_musicstory": 0
}