Skip to content

Instantly share code, notes, and snippets.

@zoetrope69
Created July 19, 2017 14:29
Show Gist options
  • Save zoetrope69/6ac07074028f19945631faa672f7d02d to your computer and use it in GitHub Desktop.
Save zoetrope69/6ac07074028f19945631faa672f7d02d to your computer and use it in GitHub Desktop.
last.fm simplified data example
{
"tracks": [
{
"mbid": "6d5625ba-8cdc-489d-8b5b-f298e76f8862",
"name": "Aubrey Plaza",
"artist": "Bear Cavalry",
"album": "Puryys",
"url": "https://www.last.fm/music/Bear_Calvary/_/Puryys",
"image": "https://lastfm-img2.akamaized.net/image.png",
"nowplaying": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment