music-routes-data
v3.0.1
Published
What musicians played on what tracks
Downloads
88
Readme
music-routes-data
Music Routes Data: What musicians played on which tracks?
Schema
Data is stored in eight JSON files in the data
directory.
Four of the files contain basic data:
tracks.json
contains thenames
and uniqueid
string for a track.releases.json
contains thenames
and uniqueid
string for a release.artists.json
contains thenames
and uniqueid
string for an artist.individuals.json
contains thenames
and uniqueid
string for an individual.
Four of the files describe relationships between the basic data and sometimes include extra data relevant to the relationship:
artist_track.json
containsartistId
andtrackId
pairs where a track is attributed to an artist.individual_artist.json
containsindividualId
andartistId
pairs where an individual is a member of an artist.individual_track.json
containsindividualId
andtrackId
pairs where the individual performed on the track. There is also an optionalcredits
array that explains the person's role on the track (e.g.,["vocals","guitar"]
).track_release.json
containstrackId
andreleaseId
pairs where a track appears on a release.
License
Music Routes Data by Rich Trott is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.