Skip to content

Instantly share code, notes, and snippets.

@hubgit
Created February 19, 2014 11:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hubgit/9090582 to your computer and use it in GitHub Desktop.
An example of a Peel Session as a JSON object
{
"recorded": "1968-06-05T00:00:00Z",
"transmitted": "1968-12-05T00:00:00Z",
"artist/group": "Captain Beefheart & His Magic Band",
"producer": "Bernie Andrews",
"tracks": [
"Safe As Milk",
"Beatle Bones 'N' Smoke'N' Stones",
"Kandy Korn",
"You Gotta Trust Us"
],
"lineup": [
{
"name": "Captain Beefheart",
"instruments": ["Vocals"]
},
{
"name": "John French",
"instruments": ["Drums"]
},
{
"name": "Alex St. Clair",
"instruments": ["Lead Guitar"]
},
{
"name": "Jerry Handley",
"instruments": ["Bass"]
},
{
"name": "Jeff Cotton",
"instruments": ["Guitar"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment