-
-
Save joelgardner/39cd66754df4ea3bc7a1e8851ef38a06 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"model": "songs.label", | |
"pk": 1, | |
"fields": { "name": "Parlophone", "established_year": 1896 } | |
}, | |
{ | |
"model": "songs.label", | |
"pk": 2, | |
"fields": { "name": "Sue Records", "established_year": 1957 } | |
}, | |
{ | |
"model": "songs.artist", | |
"pk": 1, | |
"fields": { "name": "The Beatles", "label": 1 } | |
}, | |
{ | |
"model": "songs.artist", | |
"pk": 2, | |
"fields": { "name": "George Martin", "label": 1 } | |
}, | |
{ | |
"model": "songs.artist", | |
"pk": 3, | |
"fields": { "name": "Jimi Hendrix", "label": 2 } | |
}, | |
{ | |
"model": "songs.album", | |
"pk": 1, | |
"fields": { "title": "Help!", "released_date": "1965-08-06", "artist": 1 } | |
}, | |
{ | |
"model": "songs.album", | |
"pk": 2, | |
"fields": { | |
"title": "Are You Experienced", | |
"released_date": "1967-04-12", | |
"artist": 3 | |
} | |
}, | |
{ | |
"model": "songs.album", | |
"pk": 3, | |
"fields": { | |
"title": "Axis: Bold as Love", | |
"released_date": "1967-12-01", | |
"artist": 3 | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 1, | |
"fields": { | |
"album": 1, | |
"title": "Help!", | |
"duration_seconds": 159, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 2, | |
"fields": { | |
"album": 1, | |
"title": "The Night Before", | |
"duration_seconds": 156, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 3, | |
"fields": { | |
"album": 1, | |
"title": "From Me to You Fantasy", | |
"duration_seconds": 128, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 4, | |
"fields": { | |
"album": 1, | |
"title": "You've Got to Hide Your Love Away", | |
"duration_seconds": 132, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 5, | |
"fields": { | |
"album": 1, | |
"title": "I Need You", | |
"duration_seconds": 151, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 6, | |
"fields": { | |
"album": 1, | |
"title": "In the Tyrol", | |
"duration_seconds": 146, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 7, | |
"fields": { | |
"album": 1, | |
"title": "Another Girl", | |
"duration_seconds": 128, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 8, | |
"fields": { | |
"album": 1, | |
"title": "Another Hard Day's Night", | |
"duration_seconds": 151, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 9, | |
"fields": { | |
"album": 1, | |
"title": "Ticket to Ride", | |
"duration_seconds": 187, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 10, | |
"fields": { | |
"album": 1, | |
"title": "The Bitter End/You Can't Do That", | |
"duration_seconds": 146, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 11, | |
"fields": { | |
"album": 1, | |
"title": "You're Going To Lose That Girl", | |
"duration_seconds": 139, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 12, | |
"fields": { | |
"album": 1, | |
"title": "The Chase", | |
"duration_seconds": 151, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 13, | |
"fields": { | |
"album": 2, | |
"title": "Purple Haze", | |
"duration_seconds": 166, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 14, | |
"fields": { | |
"album": 2, | |
"title": "Manic Depression", | |
"duration_seconds": 210, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 15, | |
"fields": { | |
"album": 2, | |
"title": "Hey Joe", | |
"duration_seconds": 203, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 16, | |
"fields": { | |
"album": 2, | |
"title": "Love or Confusion", | |
"duration_seconds": 195, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 17, | |
"fields": { | |
"album": 2, | |
"title": "May This Be Love", | |
"duration_seconds": 175, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 18, | |
"fields": { | |
"album": 2, | |
"title": "I Don't Live Today", | |
"duration_seconds": 235, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 19, | |
"fields": { | |
"album": 2, | |
"title": "The Wind Cries Mary", | |
"duration_seconds": 201, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 20, | |
"fields": { | |
"album": 2, | |
"title": "Fire", | |
"duration_seconds": 154, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 21, | |
"fields": { | |
"album": 2, | |
"title": "Third Stone from the Sun", | |
"duration_seconds": 400, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 22, | |
"fields": { | |
"album": 2, | |
"title": "Foxey Lady", | |
"duration_seconds": 195, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 23, | |
"fields": { | |
"album": 2, | |
"title": "Are You Experienced?", | |
"duration_seconds": 235, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 24, | |
"fields": { | |
"album": 3, | |
"title": "EXP", | |
"duration_seconds": 115, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 25, | |
"fields": { | |
"album": 3, | |
"title": "Up from the Skies", | |
"duration_seconds": 175, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 26, | |
"fields": { | |
"album": 3, | |
"title": "Spanish Castle Magic", | |
"duration_seconds": 180, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 27, | |
"fields": { | |
"album": 3, | |
"title": "Wait Until Tomorrow", | |
"duration_seconds": 180, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 28, | |
"fields": { | |
"album": 3, | |
"title": "Ain't No Telling", | |
"duration_seconds": 106, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 29, | |
"fields": { | |
"album": 3, | |
"title": "Little Wing", | |
"duration_seconds": 144, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 30, | |
"fields": { | |
"album": 3, | |
"title": "If Six Was Nine", | |
"duration_seconds": 332, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 31, | |
"fields": { | |
"album": 3, | |
"title": "You've Got Me Floating", | |
"duration_seconds": 165, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 32, | |
"fields": { | |
"album": 3, | |
"title": "Castles Made of Sand", | |
"duration_seconds": 166, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 33, | |
"fields": { | |
"album": 3, | |
"title": "She's So Fine", | |
"duration_seconds": 157, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 34, | |
"fields": { | |
"album": 3, | |
"title": "One Rainy Wish", | |
"duration_seconds": 220, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 35, | |
"fields": { | |
"album": 3, | |
"title": "Little Miss Lover", | |
"duration_seconds": 140, | |
"collaborators": [] | |
} | |
}, | |
{ | |
"model": "songs.song", | |
"pk": 36, | |
"fields": { | |
"album": 3, | |
"title": "Bold as Love", | |
"duration_seconds": 249, | |
"collaborators": [] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment