Created
July 19, 2017 14:29
-
-
Save zoetrope69/6ac07074028f19945631faa672f7d02d to your computer and use it in GitHub Desktop.
last.fm simplified data example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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