Created
September 11, 2013 12:34
-
-
Save davidpots/6522965 to your computer and use it in GitHub Desktop.
Songs, grouped by key (year, artist, or title). This is the result of a Javascript exercise I'm doing to better get a handle on grouping/sorting/manipulating JSON. To see the original JSON source data I used to dynamically create each of these grouped sets, see the bottom-most file of this gist.
This file contains hidden or 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
{ | |
"songs": [ | |
{ | |
"title": "1904", | |
"artist": "The Tallest Man on Earth", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/78-the-tallest-man-on-earth-1904", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheTallestManOnEarth.jpg" | |
}, | |
{ | |
"title": "#40", | |
"artist": "Dave Matthews", | |
"year": "1999", | |
"web_url": "http://www.songnotes.cc/songs/119-dave-matthews-40", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/DaveMatthews.jpg" | |
}, | |
{ | |
"title": "40oz to Freedom", | |
"artist": "Sublime", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/45-sublime-40oz-to-freedom", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Sublime.png" | |
}, | |
{ | |
"title": "#41", | |
"artist": "Dave Matthews", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/46-dave-matthews-band-41", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/DaveMatthews.jpg" | |
}, | |
{ | |
"title": "American Girl", | |
"artist": "Tom Petty", | |
"year": "1977", | |
"web_url": "http://www.songnotes.cc/songs/86-tom-petty-american-girl", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TomPetty.png" | |
}, | |
{ | |
"title": "American Music", | |
"artist": "Violent Femmes", | |
"year": "1991", | |
"web_url": "http://www.songnotes.cc/songs/123-violent-femmes-american-music", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ViolentFemmes.jpg" | |
}, | |
{ | |
"title": "American Pie", | |
"artist": "Don McLean", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/132-don-mclean-american-pie", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/DonMcLean.jpg" | |
}, | |
{ | |
"title": "And it Stoned Me", | |
"artist": "Van Morrison", | |
"year": "1970", | |
"web_url": "http://www.songnotes.cc/songs/27-van-morrison-and-it-stoned-me", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/VanMorrison.jpg" | |
}, | |
{ | |
"title": "A Sailor's Christmas", | |
"artist": "Jimmy Buffett", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/11-jimmy-buffett-a-sailors-christmas", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Badfish", | |
"artist": "Sublime", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/21-sublime-badfish", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Sublime.png" | |
}, | |
{ | |
"title": "Banana Pancakes", | |
"artist": "Jack Johnson", | |
"year": "2005", | |
"web_url": "http://www.songnotes.cc/songs/102-jack-johnson-banana-pancakes", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "Barefoot Children", | |
"artist": "Jimmy Buffett", | |
"year": "1995", | |
"web_url": "http://www.songnotes.cc/songs/9-jimmy-buffett-barefoot-children", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Big Parade", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/63-the-lumineers-big-parade", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Brown Eyed Girl", | |
"artist": "Van Morrison", | |
"year": "1967", | |
"web_url": "http://www.songnotes.cc/songs/69-van-morrison-brown-eyed-girl", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/VanMorrison.jpg" | |
}, | |
{ | |
"title": "Cape Canaveral", | |
"artist": "Conor Oberst", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/75-conor-oberst-cape-canaveral", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ConorOberst.jpg" | |
}, | |
{ | |
"title": "Carry On", | |
"artist": "fun.", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/122-fun-carry-on", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Fun.png" | |
}, | |
{ | |
"title": "Catch the Wind", | |
"artist": "Donovan", | |
"year": "1965", | |
"web_url": "http://www.songnotes.cc/songs/131-donovan-catch-the-wind", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Donovan.jpg" | |
}, | |
{ | |
"title": "Cat's in the Cradle", | |
"artist": "Harry Chapin", | |
"year": "1974", | |
"web_url": "http://www.songnotes.cc/songs/47-harry-chapin-cats-in-the-cradle", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/HarryChapin.jpg" | |
}, | |
{ | |
"title": "Changes in Latitudes, Changes in Attitudes", | |
"artist": "Jimmy Buffett", | |
"year": "1977", | |
"web_url": "http://www.songnotes.cc/songs/38-jimmy-buffett-changes-in-latitudes-changes-in-attitudes", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Classy Girls", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/55-the-lumineers-classy-girls", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Creep", | |
"artist": "Radiohead", | |
"year": "1993", | |
"web_url": "http://www.songnotes.cc/songs/36-radiohead-creep", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Radiohead.jpg" | |
}, | |
{ | |
"title": "Danny Boy", | |
"artist": "Johnny Cash", | |
"year": "2002", | |
"web_url": "http://www.songnotes.cc/songs/92-johnny-cash-danny-boy", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JohnnyCash.png" | |
}, | |
{ | |
"title": "Darkness Between the Fireflies", | |
"artist": "Mason Jennings", | |
"year": "1997", | |
"web_url": "http://www.songnotes.cc/songs/16-mason-jennings-darkness-between-the-fireflies", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/MasonJennings.jpg" | |
}, | |
{ | |
"title": "Dead Sea", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/98-the-lumineers-dead-sea", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Distantly in Love", | |
"artist": "Jimmy Buffett", | |
"year": "1983", | |
"web_url": "http://www.songnotes.cc/songs/35-jimmy-buffett-distantly-in-love", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Don't Leave Me (Ne Me Quitte Pas)", | |
"artist": "Regina Spektor", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/77-regina-spektor-dont-leave-me-no-me-quitte-pas", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ReginaSpektor.jpg" | |
}, | |
{ | |
"title": "Don't Look Back in Anger", | |
"artist": "Oasis", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/100-oasis-dont-look-back-in-anger", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Oasis.png" | |
}, | |
{ | |
"title": "Don't Stop Believin'", | |
"artist": "Journey", | |
"year": "1981", | |
"web_url": "http://www.songnotes.cc/songs/60-journey-dont-stop-believing", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Journey.jpg" | |
}, | |
{ | |
"title": "Doomsday", | |
"artist": "Elvis Perkins", | |
"year": "2009", | |
"web_url": "http://www.songnotes.cc/songs/120-elvis-perkins-doomsday", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ElvisPerkins.jpg" | |
}, | |
{ | |
"title": "Do You Remember", | |
"artist": "Jack Johnson", | |
"year": "2005", | |
"web_url": "http://www.songnotes.cc/songs/3-jack-johnson-do-you-remember", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "Drink the Water", | |
"artist": "Jack Johnson", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/32-jack-johnson-drink-the-water", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "Emmylou", | |
"artist": "First Aid Kit", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/74-first-aid-kit-emmylou", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/FirstAidKit.png" | |
}, | |
{ | |
"title": "Fall Line", | |
"artist": "Jack Johnson", | |
"year": "2003", | |
"web_url": "http://www.songnotes.cc/songs/30-jack-johnson-fall-line", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "Father and Son", | |
"artist": "Cat Stevens", | |
"year": "1970", | |
"web_url": "http://www.songnotes.cc/songs/28-cat-stevens-father-and-son", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/CatStevens.jpg" | |
}, | |
{ | |
"title": "Flake", | |
"artist": "Jack Johnson", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/104-jack-johnson-flake", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "Flapper Girl", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/101-the-lumineers-flapper-girl", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Flowers in Your Hair", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/96-the-lumineers-flowers-in-your-hair", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Folsom Prison Blues", | |
"artist": "Johnny Cash", | |
"year": "1957", | |
"web_url": "http://www.songnotes.cc/songs/108-johnny-cash-folsom-prison-blues", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JohnnyCash.png" | |
}, | |
{ | |
"title": "Free Fallin'", | |
"artist": "Tom Petty", | |
"year": "1989", | |
"web_url": "http://www.songnotes.cc/songs/84-tom-petty-free-fallin", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TomPetty.png" | |
}, | |
{ | |
"title": "Furr", | |
"artist": "Blitzen Trapper", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/10-blitzen-trapper-furr", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BlitzenTrapper.jpg" | |
}, | |
{ | |
"title": "Get Well Cards", | |
"artist": "Conor Oberst", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/54-conor-oberst-get-well-cards", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ConorOberst.jpg" | |
}, | |
{ | |
"title": "Gulf Coast Highway", | |
"artist": "Emmylou Harris", | |
"year": "2000", | |
"web_url": "http://www.songnotes.cc/songs/50-emmylou-harris-gulf-coast-highway", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/EmmylouHarris.jpg" | |
}, | |
{ | |
"title": "Half Light I", | |
"artist": "Arcade Fire", | |
"year": "2010", | |
"web_url": "http://www.songnotes.cc/songs/29-arcade-fire-half-light-i", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ArcadeFire.jpg" | |
}, | |
{ | |
"title": "Half Light II (No Celebration)", | |
"artist": "Arcade Fire", | |
"year": "2010", | |
"web_url": "http://www.songnotes.cc/songs/12-arcade-fire-half-light-ii-no-celebration", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ArcadeFire.jpg" | |
}, | |
{ | |
"title": "Harvest", | |
"artist": "Neil Young", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/71-neil-young-harvest", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/NeilYoung.png" | |
}, | |
{ | |
"title": "Heart of Gold", | |
"artist": "Neil Young", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/72-neil-young-heart-of-gold", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/NeilYoung.png" | |
}, | |
{ | |
"title": "Here I Go Again", | |
"artist": "Whitesnake", | |
"year": "1982", | |
"web_url": "http://www.songnotes.cc/songs/130-whitesnake-here-i-go-again", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Whitesnake.jpg" | |
}, | |
{ | |
"title": "Hey Jealousy", | |
"artist": "Gin Blossoms", | |
"year": "1992", | |
"web_url": "http://www.songnotes.cc/songs/41-gin-blossoms-hey-jealousy", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/GinBlossoms.jpg" | |
}, | |
{ | |
"title": "Hey Soul Sister", | |
"artist": "Train", | |
"year": "2009", | |
"web_url": "http://www.songnotes.cc/songs/129-train-hey-soul-sister", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Train.jpg" | |
}, | |
{ | |
"title": "High and Dry", | |
"artist": "Radiohead", | |
"year": "1995", | |
"web_url": "http://www.songnotes.cc/songs/37-radiohead-high-and-dry", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Radiohead.jpg" | |
}, | |
{ | |
"title": "Ho Hey", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/34-the-lumineers-ho-hey", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Hollywood Forever Cemetery Sings", | |
"artist": "Father John Misty", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/114-father-john-misty-hollywood-forever-cemetery-sings", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/FatherJohnMisty.jpg" | |
}, | |
{ | |
"title": "Home", | |
"artist": "Edward Sharpe & The Magnetic Zeros", | |
"year": "2009", | |
"web_url": "http://www.songnotes.cc/songs/93-edward-sharpe-magnetic-zeros-home", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/EdwardSharpeAndTheMagneticZeroes.png" | |
}, | |
{ | |
"title": "Honey Do", | |
"artist": "Jimmy Buffett", | |
"year": "1983", | |
"web_url": "http://www.songnotes.cc/songs/97-jimmy-buffett-honey-do", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Hospitals and Jails", | |
"artist": "Mason Jennings", | |
"year": "2002", | |
"web_url": "http://www.songnotes.cc/songs/113-mason-jennings-hospitals-and-jails", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/MasonJennings.jpg" | |
}, | |
{ | |
"title": "Hotel California", | |
"artist": "The Eagles", | |
"year": "1977", | |
"web_url": "http://www.songnotes.cc/songs/56-the-eagles-hotel-california", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheEagles.jpg" | |
}, | |
{ | |
"title": "Hotel Yorba", | |
"artist": "The White Stripes", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/57-the-white-stripes-hotel-yorba", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheWhiteStripes.jpg" | |
}, | |
{ | |
"title": "I Feel Home", | |
"artist": "OAR", | |
"year": "1999", | |
"web_url": "http://www.songnotes.cc/songs/42-oar-i-feel-home", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/OAR.jpg" | |
}, | |
{ | |
"title": "I Knew You Were Trouble", | |
"artist": "Taylor Swift", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/85-taylor-swift-i-knew-you-were-trouble", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TaylorSwift.png" | |
}, | |
{ | |
"title": "I'm Writing a Novel", | |
"artist": "Father John Misty", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/111-father-john-misty-im-writing-a-novel", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/FatherJohnMisty.jpg" | |
}, | |
{ | |
"title": "Island in the Sun", | |
"artist": "Weezer", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/43-weezer-island-in-the-sun", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Weezer.jpg" | |
}, | |
{ | |
"title": "I Won't Give Up", | |
"artist": "Jason Mraz", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/107-jason-mraz-i-wont-give-up", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JasonMraz.png" | |
}, | |
{ | |
"title": "Jack & Diane", | |
"artist": "John Mellencamp", | |
"year": "1982", | |
"web_url": "http://www.songnotes.cc/songs/99-john-mellencamp-jack-and-diane", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JohnMellencamp.png" | |
}, | |
{ | |
"title": "Karma Police", | |
"artist": "Radiohead", | |
"year": "1997", | |
"web_url": "http://www.songnotes.cc/songs/14-radiohead-karma-police", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Radiohead.jpg" | |
}, | |
{ | |
"title": "King of Spain", | |
"artist": "The Tallest Man on Earth", | |
"year": "2010", | |
"web_url": "http://www.songnotes.cc/songs/80-the-tallest-man-on-earth-king-of-spain", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheTallestManOnEarth.jpg" | |
}, | |
{ | |
"title": "King of the World", | |
"artist": "First Aid Kit", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/76-first-aid-kit-king-of-the-world", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/FirstAidKit.png" | |
}, | |
{ | |
"title": "Lean On Me", | |
"artist": "Bill Withers", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/83-bill-withers-lean-on-me", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BillWithers.png" | |
}, | |
{ | |
"title": "Little Talks", | |
"artist": "Of Monsters and Men", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/105-of-monsters-and-men-little-talks", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/OfMonstersAndMen.png" | |
}, | |
{ | |
"title": "Live and Die", | |
"artist": "The Avett Brothers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/115-the-avett-brothers-live-and-die", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/AvettBrothers.jpg" | |
}, | |
{ | |
"title": "Lola", | |
"artist": "The Kinks", | |
"year": "1970", | |
"web_url": "http://www.songnotes.cc/songs/128-the-kinks-lola", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Kinks.jpg" | |
}, | |
{ | |
"title": "Lonesome Town", | |
"artist": "Ricky Nelson", | |
"year": "1958", | |
"web_url": "http://www.songnotes.cc/songs/126-ricky-nelson-lonesome-town", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/RickyNelson.jpg" | |
}, | |
{ | |
"title": "Love in the Library", | |
"artist": "Jimmy Buffett", | |
"year": "1994", | |
"web_url": "http://www.songnotes.cc/songs/23-jimmy-buffett-love-in-the-library", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Love Story", | |
"artist": "Taylor Swift", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/61-taylor-swift-love-story", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TaylorSwift.png" | |
}, | |
{ | |
"title": "Margaritaville", | |
"artist": "Jimmy Buffett", | |
"year": "1977", | |
"web_url": "http://www.songnotes.cc/songs/62-jimmy-buffett-margaritaville", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Me and Julio Down by the Schoolyard", | |
"artist": "Paul Simon", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/31-paul-simon-me-and-julio-down-by-the-schoolyard", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/PaulSimon.jpg" | |
}, | |
{ | |
"title": "Migration", | |
"artist": "Jimmy Buffett", | |
"year": "1974", | |
"web_url": "http://www.songnotes.cc/songs/66-jimmy-buffett-migration", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Moonshadow", | |
"artist": "Cat Stevens", | |
"year": "1971", | |
"web_url": "http://www.songnotes.cc/songs/73-cat-stevens-moonshadow", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/CatStevens.jpg" | |
}, | |
{ | |
"title": "Mudfootball", | |
"artist": "Jack Johnson", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/59-jack-johnson-mudfootball", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "My Antonia", | |
"artist": "Emmylou Harris", | |
"year": "2000", | |
"web_url": "http://www.songnotes.cc/songs/51-emmylou-harris-my-antonia", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/EmmylouHarris.jpg" | |
}, | |
{ | |
"title": "New Realization", | |
"artist": "Sublime", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/39-sublime-new-realization", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Sublime.png" | |
}, | |
{ | |
"title": "No Surprises", | |
"artist": "Radiohead", | |
"year": "1997", | |
"web_url": "http://www.songnotes.cc/songs/52-radiohead-no-surprises", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Radiohead.jpg" | |
}, | |
{ | |
"title": "Nothing", | |
"artist": "Mason Jennings", | |
"year": "1997", | |
"web_url": "http://www.songnotes.cc/songs/15-mason-jennings-nothing", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/MasonJennings.jpg" | |
}, | |
{ | |
"title": "Nothing Else Matters", | |
"artist": "Metallica", | |
"year": "1992", | |
"web_url": "http://www.songnotes.cc/songs/58-metallica-nothing-else-matters", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Metallica.jpg" | |
}, | |
{ | |
"title": "Only Son of the Ladiesman", | |
"artist": "Father John Misty", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/124-father-john-misty-only-son-of-the-ladiesman", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/FatherJohnMisty.jpg" | |
}, | |
{ | |
"title": "Out on the Weekend", | |
"artist": "Neil Young", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/70-neil-young-out-on-the-weekend", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/NeilYoung.png" | |
}, | |
{ | |
"title": "Party in the USA", | |
"artist": "Miley Cyrus", | |
"year": "2009", | |
"web_url": "http://www.songnotes.cc/songs/8-miley-cyrus-party-in-the-usa", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/MileyCyrus.jpg" | |
}, | |
{ | |
"title": "Patience", | |
"artist": "Guns N' Roses", | |
"year": "1989", | |
"web_url": "http://www.songnotes.cc/songs/95-guns-n-roses-patience", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/GunsNRoses.png" | |
}, | |
{ | |
"title": "Redemption Song", | |
"artist": "Bob Marley", | |
"year": "1980", | |
"web_url": "http://www.songnotes.cc/songs/67-bob-marley-redemption-song", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BobMarley.jpg" | |
}, | |
{ | |
"title": "Rivers of Babylon", | |
"artist": "Sublime", | |
"year": "1998", | |
"web_url": "http://www.songnotes.cc/songs/90-sublime-rivers-of-babylon", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Sublime.png" | |
}, | |
{ | |
"title": "Rocket Man", | |
"artist": "Elton John", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/135-elton-john-rocket-man", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/EltonJohn.jpg" | |
}, | |
{ | |
"title": "Rodeo Clowns", | |
"artist": "Jack Johnson", | |
"year": "2003", | |
"web_url": "http://www.songnotes.cc/songs/68-jack-johnson-rodeo-clowns", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JackJohnson.png" | |
}, | |
{ | |
"title": "Send My Fond Regards to Lonelyville", | |
"artist": "Elvis Perkins", | |
"year": "2009", | |
"web_url": "http://www.songnotes.cc/songs/121-elvis-perkins-send-my-fond-regards-to-lonelyville", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/ElvisPerkins.jpg" | |
}, | |
{ | |
"title": "Sentimental Heart", | |
"artist": "She & Him", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/109-she-and-him-volume-one", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/SheAndHim.jpg" | |
}, | |
{ | |
"title": "Shelter from the Storm", | |
"artist": "Bob Dylan", | |
"year": "1975", | |
"web_url": "http://www.songnotes.cc/songs/110-bob-dylan-shelter-from-the-storm", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BobDylan.jpg" | |
}, | |
{ | |
"title": "Some Nights", | |
"artist": "fun.", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/103-fun-some-nights", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Fun.png" | |
}, | |
{ | |
"title": "Somewhere Only We Know", | |
"artist": "Keane", | |
"year": "2004", | |
"web_url": "http://www.songnotes.cc/songs/82-keane-somewhere-only-we-know", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Keane.jpg" | |
}, | |
{ | |
"title": "Space Oddity", | |
"artist": "David Bowie", | |
"year": "1969", | |
"web_url": "http://www.songnotes.cc/songs/136-david-bowie-space-oddity", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/DavidBowie.jpg" | |
}, | |
{ | |
"title": "Stay or Leave", | |
"artist": "Dave Matthews", | |
"year": "2003", | |
"web_url": "http://www.songnotes.cc/songs/48-dave-matthews-stay-or-leave", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/DaveMatthews.jpg" | |
}, | |
{ | |
"title": "Stubborn Love", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/33-the-lumineers-stubborn-love", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Stuck in the Middle With You", | |
"artist": "Stealers Wheel", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/91-stealers-wheel-stuck-in-the-middle-with-you", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/StealersWheel.png" | |
}, | |
{ | |
"title": "Submarines", | |
"artist": "The Lumineers", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/64-the-lumineers-submarines", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheLumineers.png" | |
}, | |
{ | |
"title": "Sugar Mountain", | |
"artist": "Neil Young", | |
"year": "1977", | |
"web_url": "http://www.songnotes.cc/songs/106-neil-young-sugar-mountain", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/NeilYoung.png" | |
}, | |
{ | |
"title": "Summer of '69", | |
"artist": "Bryan Adams", | |
"year": "1984", | |
"web_url": "http://www.songnotes.cc/songs/65-bryan-adams-summer-of-69", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BryanAdams.jpg" | |
}, | |
{ | |
"title": "Sweet Home Alabama", | |
"artist": "Lynyrd Skynyrd", | |
"year": "1974", | |
"web_url": "http://www.songnotes.cc/songs/133-lynyrd-skynyrd-sweet-home-alabama", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/LynyrdSkynyrd.jpg" | |
}, | |
{ | |
"title": "Tangled Up in Blue", | |
"artist": "Bob Dylan", | |
"year": "1975", | |
"web_url": "http://www.songnotes.cc/songs/22-bob-dylan-tangled-up-in-blue", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BobDylan.jpg" | |
}, | |
{ | |
"title": "The Drugs Don't Work", | |
"artist": "Ben Harper", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/49-ben-harper-the-drugs-dont-work", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BenHarper.jpg" | |
}, | |
{ | |
"title": "The General", | |
"artist": "Dispatch", | |
"year": "2000", | |
"web_url": "http://www.songnotes.cc/songs/26-dispatch-the-general", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Dispatch.jpg" | |
}, | |
{ | |
"title": "The Lion's Roar", | |
"artist": "First Aid Kit", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/89-first-aid-kit-the-lions-roar", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/FirstAidKit.png" | |
}, | |
{ | |
"title": "The Man in Me", | |
"artist": "Bob Dylan", | |
"year": "1970", | |
"web_url": "http://www.songnotes.cc/songs/24-bob-dylan-the-man-in-me", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BobDylan.jpg" | |
}, | |
{ | |
"title": "The Mother We Share", | |
"artist": "Chvrches", | |
"year": "2013", | |
"web_url": "http://www.songnotes.cc/songs/127-chvrches-the-mother-we-share", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Chvrches.jpg" | |
}, | |
{ | |
"title": "The Needle and the Damage Done", | |
"artist": "Neil Young", | |
"year": "1972", | |
"web_url": "http://www.songnotes.cc/songs/87-neil-young-the-needle-and-the-damage-done", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/NeilYoung.png" | |
}, | |
{ | |
"title": "The Weather is Here, Wish You Were Beautiful", | |
"artist": "Jimmy Buffett", | |
"year": "1981", | |
"web_url": "http://www.songnotes.cc/songs/19-jimmy-buffett-the-weather-is-here-wish-you-were-beautiful", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "The Weight", | |
"artist": "The Band", | |
"year": "1968", | |
"web_url": "http://www.songnotes.cc/songs/40-the-band-the-weight", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheBand.jpg" | |
}, | |
{ | |
"title": "Tin Cup Chalice", | |
"artist": "Jimmy Buffett", | |
"year": "1974", | |
"web_url": "http://www.songnotes.cc/songs/25-jimmy-buffett-tin-cup-chalice", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Tiny Dancer", | |
"artist": "Elton John", | |
"year": "1971", | |
"web_url": "http://www.songnotes.cc/songs/13-elton-john-tiny-dancer", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/EltonJohn.jpg" | |
}, | |
{ | |
"title": "Trying to Reason with Hurricane Season", | |
"artist": "Jimmy Buffett", | |
"year": "1974", | |
"web_url": "http://www.songnotes.cc/songs/18-jimmy-buffett-trying-to-reason-with-hurricane-season", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JimmyBuffett.png" | |
}, | |
{ | |
"title": "Under the Milky Way", | |
"artist": "The Church", | |
"year": "1988", | |
"web_url": "http://www.songnotes.cc/songs/17-the-church-under-the-milky-way", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheChurch.jpg" | |
}, | |
{ | |
"title": "Viva La Vida", | |
"artist": "Coldplay", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/53-coldplay-viva-la-vida", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Coldplay.jpg" | |
}, | |
{ | |
"title": "Watching the Wheels", | |
"artist": "John Lennon", | |
"year": "1981", | |
"web_url": "http://www.songnotes.cc/songs/5-john-lennon-watching-the-wheels", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/JohnLennon.jpg" | |
}, | |
{ | |
"title": "Way Over Yonder in the Minor Key", | |
"artist": "Billy Bragg & Wilco", | |
"year": "1998", | |
"web_url": "http://www.songnotes.cc/songs/112-billy-bragg-wilco-way-over-yonder-in-the-minor-key", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/BillyBraggWilco.jpg" | |
}, | |
{ | |
"title": "We Are Never Ever Getting Back Together", | |
"artist": "Taylor Swift", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/88-taylor-swift-we-are-never-ever-getting-back-together", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TaylorSwift.png" | |
}, | |
{ | |
"title": "We're Going To Be Friends", | |
"artist": "The White Stripes", | |
"year": "2001", | |
"web_url": "http://www.songnotes.cc/songs/118-the-white-stripes-we-are-going-to-be-friends", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheWhiteStripes.jpg" | |
}, | |
{ | |
"title": "What I Got", | |
"artist": "Sublime", | |
"year": "1996", | |
"web_url": "http://www.songnotes.cc/songs/20-sublime-what-i-got", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/Sublime.png" | |
}, | |
{ | |
"title": "Wind and Walls", | |
"artist": "The Tallest Man on Earth", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/79-the-tallest-man-on-earth-wind-and-walls", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheTallestManOnEarth.jpg" | |
}, | |
{ | |
"title": "With a Little Help From My Friends", | |
"artist": "The Beatles", | |
"year": "1967", | |
"web_url": "http://www.songnotes.cc/songs/81-the-beatles-with-a-little-help-from-my-friends", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheBeatles.jpg" | |
}, | |
{ | |
"title": "Ya Hey", | |
"artist": "Vampire Weekend", | |
"year": "2013", | |
"web_url": "http://www.songnotes.cc/songs/125-vampire-weekend-ya-hey", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/VampireWeekend.jpg" | |
}, | |
{ | |
"title": "You Belong With Me", | |
"artist": "Taylor Swift", | |
"year": "2008", | |
"web_url": "http://www.songnotes.cc/songs/44-taylor-swift-you-belong-with-me", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TaylorSwift.png" | |
}, | |
{ | |
"title": "You Love Me", | |
"artist": "DeVotchKa", | |
"year": "2004", | |
"web_url": "http://www.songnotes.cc/songs/134-devotchka-you-love-me", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/DeVotchKa.jpg" | |
} | |
] | |
} |
This file contains hidden or 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
[ | |
{ | |
"artistKey": "A", | |
"songs": [ | |
{ | |
"title": "Half Light I", | |
"artist": "Arcade Fire", | |
"web_url": "http://www.songnotes.cc/songs/29-arcade-fire-half-light-i" | |
}, | |
{ | |
"title": "Half Light II (No Celebration)", | |
"artist": "Arcade Fire", | |
"web_url": "http://www.songnotes.cc/songs/12-arcade-fire-half-light-ii-no-celebration" | |
}, | |
{ | |
"title": "Live and Die", | |
"artist": "The Avett Brothers", | |
"web_url": "http://www.songnotes.cc/songs/115-the-avett-brothers-live-and-die" | |
} | |
] | |
}, | |
{ | |
"artistKey": "B", | |
"songs": [ | |
{ | |
"title": "Furr", | |
"artist": "Blitzen Trapper", | |
"web_url": "http://www.songnotes.cc/songs/10-blitzen-trapper-furr" | |
}, | |
{ | |
"title": "Lean On Me", | |
"artist": "Bill Withers", | |
"web_url": "http://www.songnotes.cc/songs/83-bill-withers-lean-on-me" | |
}, | |
{ | |
"title": "Redemption Song", | |
"artist": "Bob Marley", | |
"web_url": "http://www.songnotes.cc/songs/67-bob-marley-redemption-song" | |
}, | |
{ | |
"title": "Shelter from the Storm", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/110-bob-dylan-shelter-from-the-storm" | |
}, | |
{ | |
"title": "Summer of '69", | |
"artist": "Bryan Adams", | |
"web_url": "http://www.songnotes.cc/songs/65-bryan-adams-summer-of-69" | |
}, | |
{ | |
"title": "Tangled Up in Blue", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/22-bob-dylan-tangled-up-in-blue" | |
}, | |
{ | |
"title": "The Drugs Don't Work", | |
"artist": "Ben Harper", | |
"web_url": "http://www.songnotes.cc/songs/49-ben-harper-the-drugs-dont-work" | |
}, | |
{ | |
"title": "The Man in Me", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/24-bob-dylan-the-man-in-me" | |
}, | |
{ | |
"title": "The Weight", | |
"artist": "The Band", | |
"web_url": "http://www.songnotes.cc/songs/40-the-band-the-weight" | |
}, | |
{ | |
"title": "Way Over Yonder in the Minor Key", | |
"artist": "Billy Bragg & Wilco", | |
"web_url": "http://www.songnotes.cc/songs/112-billy-bragg-wilco-way-over-yonder-in-the-minor-key" | |
}, | |
{ | |
"title": "With a Little Help From My Friends", | |
"artist": "The Beatles", | |
"web_url": "http://www.songnotes.cc/songs/81-the-beatles-with-a-little-help-from-my-friends" | |
} | |
] | |
}, | |
{ | |
"artistKey": "C", | |
"songs": [ | |
{ | |
"title": "Cape Canaveral", | |
"artist": "Conor Oberst", | |
"web_url": "http://www.songnotes.cc/songs/75-conor-oberst-cape-canaveral" | |
}, | |
{ | |
"title": "Father and Son", | |
"artist": "Cat Stevens", | |
"web_url": "http://www.songnotes.cc/songs/28-cat-stevens-father-and-son" | |
}, | |
{ | |
"title": "Get Well Cards", | |
"artist": "Conor Oberst", | |
"web_url": "http://www.songnotes.cc/songs/54-conor-oberst-get-well-cards" | |
}, | |
{ | |
"title": "Moonshadow", | |
"artist": "Cat Stevens", | |
"web_url": "http://www.songnotes.cc/songs/73-cat-stevens-moonshadow" | |
}, | |
{ | |
"title": "The Mother We Share", | |
"artist": "Chvrches", | |
"web_url": "http://www.songnotes.cc/songs/127-chvrches-the-mother-we-share" | |
}, | |
{ | |
"title": "Under the Milky Way", | |
"artist": "The Church", | |
"web_url": "http://www.songnotes.cc/songs/17-the-church-under-the-milky-way" | |
}, | |
{ | |
"title": "Viva La Vida", | |
"artist": "Coldplay", | |
"web_url": "http://www.songnotes.cc/songs/53-coldplay-viva-la-vida" | |
} | |
] | |
}, | |
{ | |
"artistKey": "D", | |
"songs": [ | |
{ | |
"title": "#40", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/119-dave-matthews-40" | |
}, | |
{ | |
"title": "#41", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/46-dave-matthews-band-41" | |
}, | |
{ | |
"title": "American Pie", | |
"artist": "Don McLean", | |
"web_url": "http://www.songnotes.cc/songs/132-don-mclean-american-pie" | |
}, | |
{ | |
"title": "Catch the Wind", | |
"artist": "Donovan", | |
"web_url": "http://www.songnotes.cc/songs/131-donovan-catch-the-wind" | |
}, | |
{ | |
"title": "Space Oddity", | |
"artist": "David Bowie", | |
"web_url": "http://www.songnotes.cc/songs/136-david-bowie-space-oddity" | |
}, | |
{ | |
"title": "Stay or Leave", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/48-dave-matthews-stay-or-leave" | |
}, | |
{ | |
"title": "The General", | |
"artist": "Dispatch", | |
"web_url": "http://www.songnotes.cc/songs/26-dispatch-the-general" | |
}, | |
{ | |
"title": "You Love Me", | |
"artist": "DeVotchKa", | |
"web_url": "http://www.songnotes.cc/songs/134-devotchka-you-love-me" | |
} | |
] | |
}, | |
{ | |
"artistKey": "E", | |
"songs": [ | |
{ | |
"title": "Doomsday", | |
"artist": "Elvis Perkins", | |
"web_url": "http://www.songnotes.cc/songs/120-elvis-perkins-doomsday" | |
}, | |
{ | |
"title": "Gulf Coast Highway", | |
"artist": "Emmylou Harris", | |
"web_url": "http://www.songnotes.cc/songs/50-emmylou-harris-gulf-coast-highway" | |
}, | |
{ | |
"title": "Home", | |
"artist": "Edward Sharpe & The Magnetic Zeros", | |
"web_url": "http://www.songnotes.cc/songs/93-edward-sharpe-magnetic-zeros-home" | |
}, | |
{ | |
"title": "Hotel California", | |
"artist": "The Eagles", | |
"web_url": "http://www.songnotes.cc/songs/56-the-eagles-hotel-california" | |
}, | |
{ | |
"title": "My Antonia", | |
"artist": "Emmylou Harris", | |
"web_url": "http://www.songnotes.cc/songs/51-emmylou-harris-my-antonia" | |
}, | |
{ | |
"title": "Rocket Man", | |
"artist": "Elton John", | |
"web_url": "http://www.songnotes.cc/songs/135-elton-john-rocket-man" | |
}, | |
{ | |
"title": "Send My Fond Regards to Lonelyville", | |
"artist": "Elvis Perkins", | |
"web_url": "http://www.songnotes.cc/songs/121-elvis-perkins-send-my-fond-regards-to-lonelyville" | |
}, | |
{ | |
"title": "Tiny Dancer", | |
"artist": "Elton John", | |
"web_url": "http://www.songnotes.cc/songs/13-elton-john-tiny-dancer" | |
} | |
] | |
}, | |
{ | |
"artistKey": "F", | |
"songs": [ | |
{ | |
"title": "Carry On", | |
"artist": "fun.", | |
"web_url": "http://www.songnotes.cc/songs/122-fun-carry-on" | |
}, | |
{ | |
"title": "Emmylou", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/74-first-aid-kit-emmylou" | |
}, | |
{ | |
"title": "Hollywood Forever Cemetery Sings", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/114-father-john-misty-hollywood-forever-cemetery-sings" | |
}, | |
{ | |
"title": "I'm Writing a Novel", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/111-father-john-misty-im-writing-a-novel" | |
}, | |
{ | |
"title": "King of the World", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/76-first-aid-kit-king-of-the-world" | |
}, | |
{ | |
"title": "Only Son of the Ladiesman", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/124-father-john-misty-only-son-of-the-ladiesman" | |
}, | |
{ | |
"title": "Some Nights", | |
"artist": "fun.", | |
"web_url": "http://www.songnotes.cc/songs/103-fun-some-nights" | |
}, | |
{ | |
"title": "The Lion's Roar", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/89-first-aid-kit-the-lions-roar" | |
} | |
] | |
}, | |
{ | |
"artistKey": "G", | |
"songs": [ | |
{ | |
"title": "Hey Jealousy", | |
"artist": "Gin Blossoms", | |
"web_url": "http://www.songnotes.cc/songs/41-gin-blossoms-hey-jealousy" | |
}, | |
{ | |
"title": "Patience", | |
"artist": "Guns N' Roses", | |
"web_url": "http://www.songnotes.cc/songs/95-guns-n-roses-patience" | |
} | |
] | |
}, | |
{ | |
"artistKey": "H", | |
"songs": [ | |
{ | |
"title": "Cat's in the Cradle", | |
"artist": "Harry Chapin", | |
"web_url": "http://www.songnotes.cc/songs/47-harry-chapin-cats-in-the-cradle" | |
} | |
] | |
}, | |
{ | |
"artistKey": "J", | |
"songs": [ | |
{ | |
"title": "A Sailor's Christmas", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/11-jimmy-buffett-a-sailors-christmas" | |
}, | |
{ | |
"title": "Banana Pancakes", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/102-jack-johnson-banana-pancakes" | |
}, | |
{ | |
"title": "Barefoot Children", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/9-jimmy-buffett-barefoot-children" | |
}, | |
{ | |
"title": "Changes in Latitudes, Changes in Attitudes", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/38-jimmy-buffett-changes-in-latitudes-changes-in-attitudes" | |
}, | |
{ | |
"title": "Danny Boy", | |
"artist": "Johnny Cash", | |
"web_url": "http://www.songnotes.cc/songs/92-johnny-cash-danny-boy" | |
}, | |
{ | |
"title": "Distantly in Love", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/35-jimmy-buffett-distantly-in-love" | |
}, | |
{ | |
"title": "Don't Stop Believin'", | |
"artist": "Journey", | |
"web_url": "http://www.songnotes.cc/songs/60-journey-dont-stop-believing" | |
}, | |
{ | |
"title": "Do You Remember", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/3-jack-johnson-do-you-remember" | |
}, | |
{ | |
"title": "Drink the Water", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/32-jack-johnson-drink-the-water" | |
}, | |
{ | |
"title": "Fall Line", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/30-jack-johnson-fall-line" | |
}, | |
{ | |
"title": "Flake", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/104-jack-johnson-flake" | |
}, | |
{ | |
"title": "Folsom Prison Blues", | |
"artist": "Johnny Cash", | |
"web_url": "http://www.songnotes.cc/songs/108-johnny-cash-folsom-prison-blues" | |
}, | |
{ | |
"title": "Honey Do", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/97-jimmy-buffett-honey-do" | |
}, | |
{ | |
"title": "I Won't Give Up", | |
"artist": "Jason Mraz", | |
"web_url": "http://www.songnotes.cc/songs/107-jason-mraz-i-wont-give-up" | |
}, | |
{ | |
"title": "Jack & Diane", | |
"artist": "John Mellencamp", | |
"web_url": "http://www.songnotes.cc/songs/99-john-mellencamp-jack-and-diane" | |
}, | |
{ | |
"title": "Love in the Library", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/23-jimmy-buffett-love-in-the-library" | |
}, | |
{ | |
"title": "Margaritaville", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/62-jimmy-buffett-margaritaville" | |
}, | |
{ | |
"title": "Migration", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/66-jimmy-buffett-migration" | |
}, | |
{ | |
"title": "Mudfootball", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/59-jack-johnson-mudfootball" | |
}, | |
{ | |
"title": "Rodeo Clowns", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/68-jack-johnson-rodeo-clowns" | |
}, | |
{ | |
"title": "The Weather is Here, Wish You Were Beautiful", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/19-jimmy-buffett-the-weather-is-here-wish-you-were-beautiful" | |
}, | |
{ | |
"title": "Tin Cup Chalice", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/25-jimmy-buffett-tin-cup-chalice" | |
}, | |
{ | |
"title": "Trying to Reason with Hurricane Season", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/18-jimmy-buffett-trying-to-reason-with-hurricane-season" | |
}, | |
{ | |
"title": "Watching the Wheels", | |
"artist": "John Lennon", | |
"web_url": "http://www.songnotes.cc/songs/5-john-lennon-watching-the-wheels" | |
} | |
] | |
}, | |
{ | |
"artistKey": "K", | |
"songs": [ | |
{ | |
"title": "Lola", | |
"artist": "The Kinks", | |
"web_url": "http://www.songnotes.cc/songs/128-the-kinks-lola" | |
}, | |
{ | |
"title": "Somewhere Only We Know", | |
"artist": "Keane", | |
"web_url": "http://www.songnotes.cc/songs/82-keane-somewhere-only-we-know" | |
} | |
] | |
}, | |
{ | |
"artistKey": "L", | |
"songs": [ | |
{ | |
"title": "Big Parade", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/63-the-lumineers-big-parade" | |
}, | |
{ | |
"title": "Classy Girls", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/55-the-lumineers-classy-girls" | |
}, | |
{ | |
"title": "Dead Sea", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/98-the-lumineers-dead-sea" | |
}, | |
{ | |
"title": "Flapper Girl", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/101-the-lumineers-flapper-girl" | |
}, | |
{ | |
"title": "Flowers in Your Hair", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/96-the-lumineers-flowers-in-your-hair" | |
}, | |
{ | |
"title": "Ho Hey", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/34-the-lumineers-ho-hey" | |
}, | |
{ | |
"title": "Stubborn Love", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/33-the-lumineers-stubborn-love" | |
}, | |
{ | |
"title": "Submarines", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/64-the-lumineers-submarines" | |
}, | |
{ | |
"title": "Sweet Home Alabama", | |
"artist": "Lynyrd Skynyrd", | |
"web_url": "http://www.songnotes.cc/songs/133-lynyrd-skynyrd-sweet-home-alabama" | |
} | |
] | |
}, | |
{ | |
"artistKey": "M", | |
"songs": [ | |
{ | |
"title": "Darkness Between the Fireflies", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/16-mason-jennings-darkness-between-the-fireflies" | |
}, | |
{ | |
"title": "Hospitals and Jails", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/113-mason-jennings-hospitals-and-jails" | |
}, | |
{ | |
"title": "Nothing", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/15-mason-jennings-nothing" | |
}, | |
{ | |
"title": "Nothing Else Matters", | |
"artist": "Metallica", | |
"web_url": "http://www.songnotes.cc/songs/58-metallica-nothing-else-matters" | |
}, | |
{ | |
"title": "Party in the USA", | |
"artist": "Miley Cyrus", | |
"web_url": "http://www.songnotes.cc/songs/8-miley-cyrus-party-in-the-usa" | |
} | |
] | |
}, | |
{ | |
"artistKey": "N", | |
"songs": [ | |
{ | |
"title": "Harvest", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/71-neil-young-harvest" | |
}, | |
{ | |
"title": "Heart of Gold", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/72-neil-young-heart-of-gold" | |
}, | |
{ | |
"title": "Out on the Weekend", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/70-neil-young-out-on-the-weekend" | |
}, | |
{ | |
"title": "Sugar Mountain", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/106-neil-young-sugar-mountain" | |
}, | |
{ | |
"title": "The Needle and the Damage Done", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/87-neil-young-the-needle-and-the-damage-done" | |
} | |
] | |
}, | |
{ | |
"artistKey": "O", | |
"songs": [ | |
{ | |
"title": "Don't Look Back in Anger", | |
"artist": "Oasis", | |
"web_url": "http://www.songnotes.cc/songs/100-oasis-dont-look-back-in-anger" | |
}, | |
{ | |
"title": "I Feel Home", | |
"artist": "OAR", | |
"web_url": "http://www.songnotes.cc/songs/42-oar-i-feel-home" | |
}, | |
{ | |
"title": "Little Talks", | |
"artist": "Of Monsters and Men", | |
"web_url": "http://www.songnotes.cc/songs/105-of-monsters-and-men-little-talks" | |
} | |
] | |
}, | |
{ | |
"artistKey": "P", | |
"songs": [ | |
{ | |
"title": "Me and Julio Down by the Schoolyard", | |
"artist": "Paul Simon", | |
"web_url": "http://www.songnotes.cc/songs/31-paul-simon-me-and-julio-down-by-the-schoolyard" | |
} | |
] | |
}, | |
{ | |
"artistKey": "R", | |
"songs": [ | |
{ | |
"title": "Creep", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/36-radiohead-creep" | |
}, | |
{ | |
"title": "Don't Leave Me (Ne Me Quitte Pas)", | |
"artist": "Regina Spektor", | |
"web_url": "http://www.songnotes.cc/songs/77-regina-spektor-dont-leave-me-no-me-quitte-pas" | |
}, | |
{ | |
"title": "High and Dry", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/37-radiohead-high-and-dry" | |
}, | |
{ | |
"title": "Karma Police", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/14-radiohead-karma-police" | |
}, | |
{ | |
"title": "Lonesome Town", | |
"artist": "Ricky Nelson", | |
"web_url": "http://www.songnotes.cc/songs/126-ricky-nelson-lonesome-town" | |
}, | |
{ | |
"title": "No Surprises", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/52-radiohead-no-surprises" | |
} | |
] | |
}, | |
{ | |
"artistKey": "S", | |
"songs": [ | |
{ | |
"title": "40oz to Freedom", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/45-sublime-40oz-to-freedom" | |
}, | |
{ | |
"title": "Badfish", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/21-sublime-badfish" | |
}, | |
{ | |
"title": "New Realization", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/39-sublime-new-realization" | |
}, | |
{ | |
"title": "Rivers of Babylon", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/90-sublime-rivers-of-babylon" | |
}, | |
{ | |
"title": "Sentimental Heart", | |
"artist": "She & Him", | |
"web_url": "http://www.songnotes.cc/songs/109-she-and-him-volume-one" | |
}, | |
{ | |
"title": "Stuck in the Middle With You", | |
"artist": "Stealers Wheel", | |
"web_url": "http://www.songnotes.cc/songs/91-stealers-wheel-stuck-in-the-middle-with-you" | |
}, | |
{ | |
"title": "What I Got", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/20-sublime-what-i-got" | |
} | |
] | |
}, | |
{ | |
"artistKey": "T", | |
"songs": [ | |
{ | |
"title": "1904", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/78-the-tallest-man-on-earth-1904" | |
}, | |
{ | |
"title": "American Girl", | |
"artist": "Tom Petty", | |
"web_url": "http://www.songnotes.cc/songs/86-tom-petty-american-girl" | |
}, | |
{ | |
"title": "Free Fallin'", | |
"artist": "Tom Petty", | |
"web_url": "http://www.songnotes.cc/songs/84-tom-petty-free-fallin" | |
}, | |
{ | |
"title": "Hey Soul Sister", | |
"artist": "Train", | |
"web_url": "http://www.songnotes.cc/songs/129-train-hey-soul-sister" | |
}, | |
{ | |
"title": "I Knew You Were Trouble", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/85-taylor-swift-i-knew-you-were-trouble" | |
}, | |
{ | |
"title": "King of Spain", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/80-the-tallest-man-on-earth-king-of-spain" | |
}, | |
{ | |
"title": "Love Story", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/61-taylor-swift-love-story" | |
}, | |
{ | |
"title": "We Are Never Ever Getting Back Together", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/88-taylor-swift-we-are-never-ever-getting-back-together" | |
}, | |
{ | |
"title": "Wind and Walls", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/79-the-tallest-man-on-earth-wind-and-walls" | |
}, | |
{ | |
"title": "You Belong With Me", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/44-taylor-swift-you-belong-with-me" | |
} | |
] | |
}, | |
{ | |
"artistKey": "V", | |
"songs": [ | |
{ | |
"title": "American Music", | |
"artist": "Violent Femmes", | |
"web_url": "http://www.songnotes.cc/songs/123-violent-femmes-american-music" | |
}, | |
{ | |
"title": "And it Stoned Me", | |
"artist": "Van Morrison", | |
"web_url": "http://www.songnotes.cc/songs/27-van-morrison-and-it-stoned-me" | |
}, | |
{ | |
"title": "Brown Eyed Girl", | |
"artist": "Van Morrison", | |
"web_url": "http://www.songnotes.cc/songs/69-van-morrison-brown-eyed-girl" | |
}, | |
{ | |
"title": "Ya Hey", | |
"artist": "Vampire Weekend", | |
"web_url": "http://www.songnotes.cc/songs/125-vampire-weekend-ya-hey" | |
} | |
] | |
}, | |
{ | |
"artistKey": "W", | |
"songs": [ | |
{ | |
"title": "Here I Go Again", | |
"artist": "Whitesnake", | |
"web_url": "http://www.songnotes.cc/songs/130-whitesnake-here-i-go-again" | |
}, | |
{ | |
"title": "Hotel Yorba", | |
"artist": "The White Stripes", | |
"web_url": "http://www.songnotes.cc/songs/57-the-white-stripes-hotel-yorba" | |
}, | |
{ | |
"title": "Island in the Sun", | |
"artist": "Weezer", | |
"web_url": "http://www.songnotes.cc/songs/43-weezer-island-in-the-sun" | |
}, | |
{ | |
"title": "We're Going To Be Friends", | |
"artist": "The White Stripes", | |
"web_url": "http://www.songnotes.cc/songs/118-the-white-stripes-we-are-going-to-be-friends" | |
} | |
] | |
} | |
] |
This file contains hidden or 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
[ | |
{ | |
"titleKey": "#", | |
"songs": [ | |
{ | |
"title": "1904", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/78-the-tallest-man-on-earth-1904" | |
}, | |
{ | |
"title": "#40", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/119-dave-matthews-40" | |
}, | |
{ | |
"title": "40oz to Freedom", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/45-sublime-40oz-to-freedom" | |
}, | |
{ | |
"title": "#41", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/46-dave-matthews-band-41" | |
} | |
] | |
}, | |
{ | |
"titleKey": "A", | |
"songs": [ | |
{ | |
"title": "American Girl", | |
"artist": "Tom Petty", | |
"web_url": "http://www.songnotes.cc/songs/86-tom-petty-american-girl" | |
}, | |
{ | |
"title": "American Music", | |
"artist": "Violent Femmes", | |
"web_url": "http://www.songnotes.cc/songs/123-violent-femmes-american-music" | |
}, | |
{ | |
"title": "American Pie", | |
"artist": "Don McLean", | |
"web_url": "http://www.songnotes.cc/songs/132-don-mclean-american-pie" | |
}, | |
{ | |
"title": "And it Stoned Me", | |
"artist": "Van Morrison", | |
"web_url": "http://www.songnotes.cc/songs/27-van-morrison-and-it-stoned-me" | |
}, | |
{ | |
"title": "A Sailor's Christmas", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/11-jimmy-buffett-a-sailors-christmas" | |
} | |
] | |
}, | |
{ | |
"titleKey": "B", | |
"songs": [ | |
{ | |
"title": "Badfish", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/21-sublime-badfish" | |
}, | |
{ | |
"title": "Banana Pancakes", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/102-jack-johnson-banana-pancakes" | |
}, | |
{ | |
"title": "Barefoot Children", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/9-jimmy-buffett-barefoot-children" | |
}, | |
{ | |
"title": "Big Parade", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/63-the-lumineers-big-parade" | |
}, | |
{ | |
"title": "Brown Eyed Girl", | |
"artist": "Van Morrison", | |
"web_url": "http://www.songnotes.cc/songs/69-van-morrison-brown-eyed-girl" | |
} | |
] | |
}, | |
{ | |
"titleKey": "C", | |
"songs": [ | |
{ | |
"title": "Cape Canaveral", | |
"artist": "Conor Oberst", | |
"web_url": "http://www.songnotes.cc/songs/75-conor-oberst-cape-canaveral" | |
}, | |
{ | |
"title": "Carry On", | |
"artist": "fun.", | |
"web_url": "http://www.songnotes.cc/songs/122-fun-carry-on" | |
}, | |
{ | |
"title": "Catch the Wind", | |
"artist": "Donovan", | |
"web_url": "http://www.songnotes.cc/songs/131-donovan-catch-the-wind" | |
}, | |
{ | |
"title": "Cat's in the Cradle", | |
"artist": "Harry Chapin", | |
"web_url": "http://www.songnotes.cc/songs/47-harry-chapin-cats-in-the-cradle" | |
}, | |
{ | |
"title": "Changes in Latitudes, Changes in Attitudes", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/38-jimmy-buffett-changes-in-latitudes-changes-in-attitudes" | |
}, | |
{ | |
"title": "Classy Girls", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/55-the-lumineers-classy-girls" | |
}, | |
{ | |
"title": "Creep", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/36-radiohead-creep" | |
} | |
] | |
}, | |
{ | |
"titleKey": "D", | |
"songs": [ | |
{ | |
"title": "Danny Boy", | |
"artist": "Johnny Cash", | |
"web_url": "http://www.songnotes.cc/songs/92-johnny-cash-danny-boy" | |
}, | |
{ | |
"title": "Darkness Between the Fireflies", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/16-mason-jennings-darkness-between-the-fireflies" | |
}, | |
{ | |
"title": "Dead Sea", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/98-the-lumineers-dead-sea" | |
}, | |
{ | |
"title": "Distantly in Love", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/35-jimmy-buffett-distantly-in-love" | |
}, | |
{ | |
"title": "Don't Leave Me (Ne Me Quitte Pas)", | |
"artist": "Regina Spektor", | |
"web_url": "http://www.songnotes.cc/songs/77-regina-spektor-dont-leave-me-no-me-quitte-pas" | |
}, | |
{ | |
"title": "Don't Look Back in Anger", | |
"artist": "Oasis", | |
"web_url": "http://www.songnotes.cc/songs/100-oasis-dont-look-back-in-anger" | |
}, | |
{ | |
"title": "Don't Stop Believin'", | |
"artist": "Journey", | |
"web_url": "http://www.songnotes.cc/songs/60-journey-dont-stop-believing" | |
}, | |
{ | |
"title": "Doomsday", | |
"artist": "Elvis Perkins", | |
"web_url": "http://www.songnotes.cc/songs/120-elvis-perkins-doomsday" | |
}, | |
{ | |
"title": "Do You Remember", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/3-jack-johnson-do-you-remember" | |
}, | |
{ | |
"title": "Drink the Water", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/32-jack-johnson-drink-the-water" | |
}, | |
{ | |
"title": "The Drugs Don't Work", | |
"artist": "Ben Harper", | |
"web_url": "http://www.songnotes.cc/songs/49-ben-harper-the-drugs-dont-work" | |
} | |
] | |
}, | |
{ | |
"titleKey": "E", | |
"songs": [ | |
{ | |
"title": "Emmylou", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/74-first-aid-kit-emmylou" | |
} | |
] | |
}, | |
{ | |
"titleKey": "F", | |
"songs": [ | |
{ | |
"title": "Fall Line", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/30-jack-johnson-fall-line" | |
}, | |
{ | |
"title": "Father and Son", | |
"artist": "Cat Stevens", | |
"web_url": "http://www.songnotes.cc/songs/28-cat-stevens-father-and-son" | |
}, | |
{ | |
"title": "Flake", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/104-jack-johnson-flake" | |
}, | |
{ | |
"title": "Flapper Girl", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/101-the-lumineers-flapper-girl" | |
}, | |
{ | |
"title": "Flowers in Your Hair", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/96-the-lumineers-flowers-in-your-hair" | |
}, | |
{ | |
"title": "Folsom Prison Blues", | |
"artist": "Johnny Cash", | |
"web_url": "http://www.songnotes.cc/songs/108-johnny-cash-folsom-prison-blues" | |
}, | |
{ | |
"title": "Free Fallin'", | |
"artist": "Tom Petty", | |
"web_url": "http://www.songnotes.cc/songs/84-tom-petty-free-fallin" | |
}, | |
{ | |
"title": "Furr", | |
"artist": "Blitzen Trapper", | |
"web_url": "http://www.songnotes.cc/songs/10-blitzen-trapper-furr" | |
} | |
] | |
}, | |
{ | |
"titleKey": "G", | |
"songs": [ | |
{ | |
"title": "Get Well Cards", | |
"artist": "Conor Oberst", | |
"web_url": "http://www.songnotes.cc/songs/54-conor-oberst-get-well-cards" | |
}, | |
{ | |
"title": "Gulf Coast Highway", | |
"artist": "Emmylou Harris", | |
"web_url": "http://www.songnotes.cc/songs/50-emmylou-harris-gulf-coast-highway" | |
}, | |
{ | |
"title": "The General", | |
"artist": "Dispatch", | |
"web_url": "http://www.songnotes.cc/songs/26-dispatch-the-general" | |
} | |
] | |
}, | |
{ | |
"titleKey": "H", | |
"songs": [ | |
{ | |
"title": "Half Light I", | |
"artist": "Arcade Fire", | |
"web_url": "http://www.songnotes.cc/songs/29-arcade-fire-half-light-i" | |
}, | |
{ | |
"title": "Half Light II (No Celebration)", | |
"artist": "Arcade Fire", | |
"web_url": "http://www.songnotes.cc/songs/12-arcade-fire-half-light-ii-no-celebration" | |
}, | |
{ | |
"title": "Harvest", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/71-neil-young-harvest" | |
}, | |
{ | |
"title": "Heart of Gold", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/72-neil-young-heart-of-gold" | |
}, | |
{ | |
"title": "Here I Go Again", | |
"artist": "Whitesnake", | |
"web_url": "http://www.songnotes.cc/songs/130-whitesnake-here-i-go-again" | |
}, | |
{ | |
"title": "Hey Jealousy", | |
"artist": "Gin Blossoms", | |
"web_url": "http://www.songnotes.cc/songs/41-gin-blossoms-hey-jealousy" | |
}, | |
{ | |
"title": "Hey Soul Sister", | |
"artist": "Train", | |
"web_url": "http://www.songnotes.cc/songs/129-train-hey-soul-sister" | |
}, | |
{ | |
"title": "High and Dry", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/37-radiohead-high-and-dry" | |
}, | |
{ | |
"title": "Ho Hey", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/34-the-lumineers-ho-hey" | |
}, | |
{ | |
"title": "Hollywood Forever Cemetery Sings", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/114-father-john-misty-hollywood-forever-cemetery-sings" | |
}, | |
{ | |
"title": "Home", | |
"artist": "Edward Sharpe & The Magnetic Zeros", | |
"web_url": "http://www.songnotes.cc/songs/93-edward-sharpe-magnetic-zeros-home" | |
}, | |
{ | |
"title": "Honey Do", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/97-jimmy-buffett-honey-do" | |
}, | |
{ | |
"title": "Hospitals and Jails", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/113-mason-jennings-hospitals-and-jails" | |
}, | |
{ | |
"title": "Hotel California", | |
"artist": "The Eagles", | |
"web_url": "http://www.songnotes.cc/songs/56-the-eagles-hotel-california" | |
}, | |
{ | |
"title": "Hotel Yorba", | |
"artist": "The White Stripes", | |
"web_url": "http://www.songnotes.cc/songs/57-the-white-stripes-hotel-yorba" | |
} | |
] | |
}, | |
{ | |
"titleKey": "I", | |
"songs": [ | |
{ | |
"title": "I Feel Home", | |
"artist": "OAR", | |
"web_url": "http://www.songnotes.cc/songs/42-oar-i-feel-home" | |
}, | |
{ | |
"title": "I Knew You Were Trouble", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/85-taylor-swift-i-knew-you-were-trouble" | |
}, | |
{ | |
"title": "I'm Writing a Novel", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/111-father-john-misty-im-writing-a-novel" | |
}, | |
{ | |
"title": "Island in the Sun", | |
"artist": "Weezer", | |
"web_url": "http://www.songnotes.cc/songs/43-weezer-island-in-the-sun" | |
}, | |
{ | |
"title": "I Won't Give Up", | |
"artist": "Jason Mraz", | |
"web_url": "http://www.songnotes.cc/songs/107-jason-mraz-i-wont-give-up" | |
} | |
] | |
}, | |
{ | |
"titleKey": "J", | |
"songs": [ | |
{ | |
"title": "Jack & Diane", | |
"artist": "John Mellencamp", | |
"web_url": "http://www.songnotes.cc/songs/99-john-mellencamp-jack-and-diane" | |
} | |
] | |
}, | |
{ | |
"titleKey": "K", | |
"songs": [ | |
{ | |
"title": "Karma Police", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/14-radiohead-karma-police" | |
}, | |
{ | |
"title": "King of Spain", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/80-the-tallest-man-on-earth-king-of-spain" | |
}, | |
{ | |
"title": "King of the World", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/76-first-aid-kit-king-of-the-world" | |
} | |
] | |
}, | |
{ | |
"titleKey": "L", | |
"songs": [ | |
{ | |
"title": "Lean On Me", | |
"artist": "Bill Withers", | |
"web_url": "http://www.songnotes.cc/songs/83-bill-withers-lean-on-me" | |
}, | |
{ | |
"title": "Little Talks", | |
"artist": "Of Monsters and Men", | |
"web_url": "http://www.songnotes.cc/songs/105-of-monsters-and-men-little-talks" | |
}, | |
{ | |
"title": "Live and Die", | |
"artist": "The Avett Brothers", | |
"web_url": "http://www.songnotes.cc/songs/115-the-avett-brothers-live-and-die" | |
}, | |
{ | |
"title": "Lola", | |
"artist": "The Kinks", | |
"web_url": "http://www.songnotes.cc/songs/128-the-kinks-lola" | |
}, | |
{ | |
"title": "Lonesome Town", | |
"artist": "Ricky Nelson", | |
"web_url": "http://www.songnotes.cc/songs/126-ricky-nelson-lonesome-town" | |
}, | |
{ | |
"title": "Love in the Library", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/23-jimmy-buffett-love-in-the-library" | |
}, | |
{ | |
"title": "Love Story", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/61-taylor-swift-love-story" | |
}, | |
{ | |
"title": "The Lion's Roar", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/89-first-aid-kit-the-lions-roar" | |
} | |
] | |
}, | |
{ | |
"titleKey": "M", | |
"songs": [ | |
{ | |
"title": "Margaritaville", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/62-jimmy-buffett-margaritaville" | |
}, | |
{ | |
"title": "Me and Julio Down by the Schoolyard", | |
"artist": "Paul Simon", | |
"web_url": "http://www.songnotes.cc/songs/31-paul-simon-me-and-julio-down-by-the-schoolyard" | |
}, | |
{ | |
"title": "Migration", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/66-jimmy-buffett-migration" | |
}, | |
{ | |
"title": "Moonshadow", | |
"artist": "Cat Stevens", | |
"web_url": "http://www.songnotes.cc/songs/73-cat-stevens-moonshadow" | |
}, | |
{ | |
"title": "Mudfootball", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/59-jack-johnson-mudfootball" | |
}, | |
{ | |
"title": "My Antonia", | |
"artist": "Emmylou Harris", | |
"web_url": "http://www.songnotes.cc/songs/51-emmylou-harris-my-antonia" | |
}, | |
{ | |
"title": "The Man in Me", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/24-bob-dylan-the-man-in-me" | |
}, | |
{ | |
"title": "The Mother We Share", | |
"artist": "Chvrches", | |
"web_url": "http://www.songnotes.cc/songs/127-chvrches-the-mother-we-share" | |
} | |
] | |
}, | |
{ | |
"titleKey": "N", | |
"songs": [ | |
{ | |
"title": "New Realization", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/39-sublime-new-realization" | |
}, | |
{ | |
"title": "No Surprises", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/52-radiohead-no-surprises" | |
}, | |
{ | |
"title": "Nothing", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/15-mason-jennings-nothing" | |
}, | |
{ | |
"title": "Nothing Else Matters", | |
"artist": "Metallica", | |
"web_url": "http://www.songnotes.cc/songs/58-metallica-nothing-else-matters" | |
}, | |
{ | |
"title": "The Needle and the Damage Done", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/87-neil-young-the-needle-and-the-damage-done" | |
} | |
] | |
}, | |
{ | |
"titleKey": "O", | |
"songs": [ | |
{ | |
"title": "Only Son of the Ladiesman", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/124-father-john-misty-only-son-of-the-ladiesman" | |
}, | |
{ | |
"title": "Out on the Weekend", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/70-neil-young-out-on-the-weekend" | |
} | |
] | |
}, | |
{ | |
"titleKey": "P", | |
"songs": [ | |
{ | |
"title": "Party in the USA", | |
"artist": "Miley Cyrus", | |
"web_url": "http://www.songnotes.cc/songs/8-miley-cyrus-party-in-the-usa" | |
}, | |
{ | |
"title": "Patience", | |
"artist": "Guns N' Roses", | |
"web_url": "http://www.songnotes.cc/songs/95-guns-n-roses-patience" | |
} | |
] | |
}, | |
{ | |
"titleKey": "R", | |
"songs": [ | |
{ | |
"title": "Redemption Song", | |
"artist": "Bob Marley", | |
"web_url": "http://www.songnotes.cc/songs/67-bob-marley-redemption-song" | |
}, | |
{ | |
"title": "Rivers of Babylon", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/90-sublime-rivers-of-babylon" | |
}, | |
{ | |
"title": "Rocket Man", | |
"artist": "Elton John", | |
"web_url": "http://www.songnotes.cc/songs/135-elton-john-rocket-man" | |
}, | |
{ | |
"title": "Rodeo Clowns", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/68-jack-johnson-rodeo-clowns" | |
} | |
] | |
}, | |
{ | |
"titleKey": "S", | |
"songs": [ | |
{ | |
"title": "Send My Fond Regards to Lonelyville", | |
"artist": "Elvis Perkins", | |
"web_url": "http://www.songnotes.cc/songs/121-elvis-perkins-send-my-fond-regards-to-lonelyville" | |
}, | |
{ | |
"title": "Sentimental Heart", | |
"artist": "She & Him", | |
"web_url": "http://www.songnotes.cc/songs/109-she-and-him-volume-one" | |
}, | |
{ | |
"title": "Shelter from the Storm", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/110-bob-dylan-shelter-from-the-storm" | |
}, | |
{ | |
"title": "Some Nights", | |
"artist": "fun.", | |
"web_url": "http://www.songnotes.cc/songs/103-fun-some-nights" | |
}, | |
{ | |
"title": "Somewhere Only We Know", | |
"artist": "Keane", | |
"web_url": "http://www.songnotes.cc/songs/82-keane-somewhere-only-we-know" | |
}, | |
{ | |
"title": "Space Oddity", | |
"artist": "David Bowie", | |
"web_url": "http://www.songnotes.cc/songs/136-david-bowie-space-oddity" | |
}, | |
{ | |
"title": "Stay or Leave", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/48-dave-matthews-stay-or-leave" | |
}, | |
{ | |
"title": "Stubborn Love", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/33-the-lumineers-stubborn-love" | |
}, | |
{ | |
"title": "Stuck in the Middle With You", | |
"artist": "Stealers Wheel", | |
"web_url": "http://www.songnotes.cc/songs/91-stealers-wheel-stuck-in-the-middle-with-you" | |
}, | |
{ | |
"title": "Submarines", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/64-the-lumineers-submarines" | |
}, | |
{ | |
"title": "Sugar Mountain", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/106-neil-young-sugar-mountain" | |
}, | |
{ | |
"title": "Summer of '69", | |
"artist": "Bryan Adams", | |
"web_url": "http://www.songnotes.cc/songs/65-bryan-adams-summer-of-69" | |
}, | |
{ | |
"title": "Sweet Home Alabama", | |
"artist": "Lynyrd Skynyrd", | |
"web_url": "http://www.songnotes.cc/songs/133-lynyrd-skynyrd-sweet-home-alabama" | |
} | |
] | |
}, | |
{ | |
"titleKey": "T", | |
"songs": [ | |
{ | |
"title": "Tangled Up in Blue", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/22-bob-dylan-tangled-up-in-blue" | |
}, | |
{ | |
"title": "Tin Cup Chalice", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/25-jimmy-buffett-tin-cup-chalice" | |
}, | |
{ | |
"title": "Tiny Dancer", | |
"artist": "Elton John", | |
"web_url": "http://www.songnotes.cc/songs/13-elton-john-tiny-dancer" | |
}, | |
{ | |
"title": "Trying to Reason with Hurricane Season", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/18-jimmy-buffett-trying-to-reason-with-hurricane-season" | |
} | |
] | |
}, | |
{ | |
"titleKey": "U", | |
"songs": [ | |
{ | |
"title": "Under the Milky Way", | |
"artist": "The Church", | |
"web_url": "http://www.songnotes.cc/songs/17-the-church-under-the-milky-way" | |
} | |
] | |
}, | |
{ | |
"titleKey": "V", | |
"songs": [ | |
{ | |
"title": "Viva La Vida", | |
"artist": "Coldplay", | |
"web_url": "http://www.songnotes.cc/songs/53-coldplay-viva-la-vida" | |
} | |
] | |
}, | |
{ | |
"titleKey": "W", | |
"songs": [ | |
{ | |
"title": "The Weather is Here, Wish You Were Beautiful", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/19-jimmy-buffett-the-weather-is-here-wish-you-were-beautiful" | |
}, | |
{ | |
"title": "The Weight", | |
"artist": "The Band", | |
"web_url": "http://www.songnotes.cc/songs/40-the-band-the-weight" | |
}, | |
{ | |
"title": "Watching the Wheels", | |
"artist": "John Lennon", | |
"web_url": "http://www.songnotes.cc/songs/5-john-lennon-watching-the-wheels" | |
}, | |
{ | |
"title": "Way Over Yonder in the Minor Key", | |
"artist": "Billy Bragg & Wilco", | |
"web_url": "http://www.songnotes.cc/songs/112-billy-bragg-wilco-way-over-yonder-in-the-minor-key" | |
}, | |
{ | |
"title": "We Are Never Ever Getting Back Together", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/88-taylor-swift-we-are-never-ever-getting-back-together" | |
}, | |
{ | |
"title": "We're Going To Be Friends", | |
"artist": "The White Stripes", | |
"web_url": "http://www.songnotes.cc/songs/118-the-white-stripes-we-are-going-to-be-friends" | |
}, | |
{ | |
"title": "What I Got", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/20-sublime-what-i-got" | |
}, | |
{ | |
"title": "Wind and Walls", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/79-the-tallest-man-on-earth-wind-and-walls" | |
}, | |
{ | |
"title": "With a Little Help From My Friends", | |
"artist": "The Beatles", | |
"web_url": "http://www.songnotes.cc/songs/81-the-beatles-with-a-little-help-from-my-friends" | |
} | |
] | |
}, | |
{ | |
"titleKey": "Y", | |
"songs": [ | |
{ | |
"title": "Ya Hey", | |
"artist": "Vampire Weekend", | |
"web_url": "http://www.songnotes.cc/songs/125-vampire-weekend-ya-hey" | |
}, | |
{ | |
"title": "You Belong With Me", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/44-taylor-swift-you-belong-with-me" | |
}, | |
{ | |
"title": "You Love Me", | |
"artist": "DeVotchKa", | |
"web_url": "http://www.songnotes.cc/songs/134-devotchka-you-love-me" | |
} | |
] | |
} | |
] |
This file contains hidden or 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
[ | |
{ | |
"year": "2013", | |
"songs": [ | |
{ | |
"title": "The Mother We Share", | |
"artist": "Chvrches", | |
"web_url": "http://www.songnotes.cc/songs/127-chvrches-the-mother-we-share" | |
}, | |
{ | |
"title": "Ya Hey", | |
"artist": "Vampire Weekend", | |
"web_url": "http://www.songnotes.cc/songs/125-vampire-weekend-ya-hey" | |
} | |
] | |
}, | |
{ | |
"year": "2012", | |
"songs": [ | |
{ | |
"title": "1904", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/78-the-tallest-man-on-earth-1904" | |
}, | |
{ | |
"title": "Big Parade", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/63-the-lumineers-big-parade" | |
}, | |
{ | |
"title": "Carry On", | |
"artist": "fun.", | |
"web_url": "http://www.songnotes.cc/songs/122-fun-carry-on" | |
}, | |
{ | |
"title": "Classy Girls", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/55-the-lumineers-classy-girls" | |
}, | |
{ | |
"title": "Dead Sea", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/98-the-lumineers-dead-sea" | |
}, | |
{ | |
"title": "Don't Leave Me (Ne Me Quitte Pas)", | |
"artist": "Regina Spektor", | |
"web_url": "http://www.songnotes.cc/songs/77-regina-spektor-dont-leave-me-no-me-quitte-pas" | |
}, | |
{ | |
"title": "Emmylou", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/74-first-aid-kit-emmylou" | |
}, | |
{ | |
"title": "Flapper Girl", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/101-the-lumineers-flapper-girl" | |
}, | |
{ | |
"title": "Flowers in Your Hair", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/96-the-lumineers-flowers-in-your-hair" | |
}, | |
{ | |
"title": "Ho Hey", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/34-the-lumineers-ho-hey" | |
}, | |
{ | |
"title": "Hollywood Forever Cemetery Sings", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/114-father-john-misty-hollywood-forever-cemetery-sings" | |
}, | |
{ | |
"title": "I Knew You Were Trouble", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/85-taylor-swift-i-knew-you-were-trouble" | |
}, | |
{ | |
"title": "I'm Writing a Novel", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/111-father-john-misty-im-writing-a-novel" | |
}, | |
{ | |
"title": "I Won't Give Up", | |
"artist": "Jason Mraz", | |
"web_url": "http://www.songnotes.cc/songs/107-jason-mraz-i-wont-give-up" | |
}, | |
{ | |
"title": "King of the World", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/76-first-aid-kit-king-of-the-world" | |
}, | |
{ | |
"title": "Little Talks", | |
"artist": "Of Monsters and Men", | |
"web_url": "http://www.songnotes.cc/songs/105-of-monsters-and-men-little-talks" | |
}, | |
{ | |
"title": "Live and Die", | |
"artist": "The Avett Brothers", | |
"web_url": "http://www.songnotes.cc/songs/115-the-avett-brothers-live-and-die" | |
}, | |
{ | |
"title": "Only Son of the Ladiesman", | |
"artist": "Father John Misty", | |
"web_url": "http://www.songnotes.cc/songs/124-father-john-misty-only-son-of-the-ladiesman" | |
}, | |
{ | |
"title": "Some Nights", | |
"artist": "fun.", | |
"web_url": "http://www.songnotes.cc/songs/103-fun-some-nights" | |
}, | |
{ | |
"title": "Stubborn Love", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/33-the-lumineers-stubborn-love" | |
}, | |
{ | |
"title": "Submarines", | |
"artist": "The Lumineers", | |
"web_url": "http://www.songnotes.cc/songs/64-the-lumineers-submarines" | |
}, | |
{ | |
"title": "The Lion's Roar", | |
"artist": "First Aid Kit", | |
"web_url": "http://www.songnotes.cc/songs/89-first-aid-kit-the-lions-roar" | |
}, | |
{ | |
"title": "We Are Never Ever Getting Back Together", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/88-taylor-swift-we-are-never-ever-getting-back-together" | |
}, | |
{ | |
"title": "Wind and Walls", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/79-the-tallest-man-on-earth-wind-and-walls" | |
} | |
] | |
}, | |
{ | |
"year": "2010", | |
"songs": [ | |
{ | |
"title": "Half Light I", | |
"artist": "Arcade Fire", | |
"web_url": "http://www.songnotes.cc/songs/29-arcade-fire-half-light-i" | |
}, | |
{ | |
"title": "Half Light II (No Celebration)", | |
"artist": "Arcade Fire", | |
"web_url": "http://www.songnotes.cc/songs/12-arcade-fire-half-light-ii-no-celebration" | |
}, | |
{ | |
"title": "King of Spain", | |
"artist": "The Tallest Man on Earth", | |
"web_url": "http://www.songnotes.cc/songs/80-the-tallest-man-on-earth-king-of-spain" | |
} | |
] | |
}, | |
{ | |
"year": "2009", | |
"songs": [ | |
{ | |
"title": "Doomsday", | |
"artist": "Elvis Perkins", | |
"web_url": "http://www.songnotes.cc/songs/120-elvis-perkins-doomsday" | |
}, | |
{ | |
"title": "Hey Soul Sister", | |
"artist": "Train", | |
"web_url": "http://www.songnotes.cc/songs/129-train-hey-soul-sister" | |
}, | |
{ | |
"title": "Home", | |
"artist": "Edward Sharpe & The Magnetic Zeros", | |
"web_url": "http://www.songnotes.cc/songs/93-edward-sharpe-magnetic-zeros-home" | |
}, | |
{ | |
"title": "Party in the USA", | |
"artist": "Miley Cyrus", | |
"web_url": "http://www.songnotes.cc/songs/8-miley-cyrus-party-in-the-usa" | |
}, | |
{ | |
"title": "Send My Fond Regards to Lonelyville", | |
"artist": "Elvis Perkins", | |
"web_url": "http://www.songnotes.cc/songs/121-elvis-perkins-send-my-fond-regards-to-lonelyville" | |
} | |
] | |
}, | |
{ | |
"year": "2008", | |
"songs": [ | |
{ | |
"title": "Cape Canaveral", | |
"artist": "Conor Oberst", | |
"web_url": "http://www.songnotes.cc/songs/75-conor-oberst-cape-canaveral" | |
}, | |
{ | |
"title": "Furr", | |
"artist": "Blitzen Trapper", | |
"web_url": "http://www.songnotes.cc/songs/10-blitzen-trapper-furr" | |
}, | |
{ | |
"title": "Get Well Cards", | |
"artist": "Conor Oberst", | |
"web_url": "http://www.songnotes.cc/songs/54-conor-oberst-get-well-cards" | |
}, | |
{ | |
"title": "Love Story", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/61-taylor-swift-love-story" | |
}, | |
{ | |
"title": "Sentimental Heart", | |
"artist": "She & Him", | |
"web_url": "http://www.songnotes.cc/songs/109-she-and-him-volume-one" | |
}, | |
{ | |
"title": "Viva La Vida", | |
"artist": "Coldplay", | |
"web_url": "http://www.songnotes.cc/songs/53-coldplay-viva-la-vida" | |
}, | |
{ | |
"title": "You Belong With Me", | |
"artist": "Taylor Swift", | |
"web_url": "http://www.songnotes.cc/songs/44-taylor-swift-you-belong-with-me" | |
} | |
] | |
}, | |
{ | |
"year": "2005", | |
"songs": [ | |
{ | |
"title": "Banana Pancakes", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/102-jack-johnson-banana-pancakes" | |
}, | |
{ | |
"title": "Do You Remember", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/3-jack-johnson-do-you-remember" | |
} | |
] | |
}, | |
{ | |
"year": "2004", | |
"songs": [ | |
{ | |
"title": "Somewhere Only We Know", | |
"artist": "Keane", | |
"web_url": "http://www.songnotes.cc/songs/82-keane-somewhere-only-we-know" | |
}, | |
{ | |
"title": "You Love Me", | |
"artist": "DeVotchKa", | |
"web_url": "http://www.songnotes.cc/songs/134-devotchka-you-love-me" | |
} | |
] | |
}, | |
{ | |
"year": "2003", | |
"songs": [ | |
{ | |
"title": "Fall Line", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/30-jack-johnson-fall-line" | |
}, | |
{ | |
"title": "Rodeo Clowns", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/68-jack-johnson-rodeo-clowns" | |
}, | |
{ | |
"title": "Stay or Leave", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/48-dave-matthews-stay-or-leave" | |
} | |
] | |
}, | |
{ | |
"year": "2002", | |
"songs": [ | |
{ | |
"title": "Danny Boy", | |
"artist": "Johnny Cash", | |
"web_url": "http://www.songnotes.cc/songs/92-johnny-cash-danny-boy" | |
}, | |
{ | |
"title": "Hospitals and Jails", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/113-mason-jennings-hospitals-and-jails" | |
} | |
] | |
}, | |
{ | |
"year": "2001", | |
"songs": [ | |
{ | |
"title": "Drink the Water", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/32-jack-johnson-drink-the-water" | |
}, | |
{ | |
"title": "Flake", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/104-jack-johnson-flake" | |
}, | |
{ | |
"title": "Hotel Yorba", | |
"artist": "The White Stripes", | |
"web_url": "http://www.songnotes.cc/songs/57-the-white-stripes-hotel-yorba" | |
}, | |
{ | |
"title": "Island in the Sun", | |
"artist": "Weezer", | |
"web_url": "http://www.songnotes.cc/songs/43-weezer-island-in-the-sun" | |
}, | |
{ | |
"title": "Mudfootball", | |
"artist": "Jack Johnson", | |
"web_url": "http://www.songnotes.cc/songs/59-jack-johnson-mudfootball" | |
}, | |
{ | |
"title": "The Drugs Don't Work", | |
"artist": "Ben Harper", | |
"web_url": "http://www.songnotes.cc/songs/49-ben-harper-the-drugs-dont-work" | |
}, | |
{ | |
"title": "We're Going To Be Friends", | |
"artist": "The White Stripes", | |
"web_url": "http://www.songnotes.cc/songs/118-the-white-stripes-we-are-going-to-be-friends" | |
} | |
] | |
}, | |
{ | |
"year": "2000", | |
"songs": [ | |
{ | |
"title": "Gulf Coast Highway", | |
"artist": "Emmylou Harris", | |
"web_url": "http://www.songnotes.cc/songs/50-emmylou-harris-gulf-coast-highway" | |
}, | |
{ | |
"title": "My Antonia", | |
"artist": "Emmylou Harris", | |
"web_url": "http://www.songnotes.cc/songs/51-emmylou-harris-my-antonia" | |
}, | |
{ | |
"title": "The General", | |
"artist": "Dispatch", | |
"web_url": "http://www.songnotes.cc/songs/26-dispatch-the-general" | |
} | |
] | |
}, | |
{ | |
"year": "1999", | |
"songs": [ | |
{ | |
"title": "#40", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/119-dave-matthews-40" | |
}, | |
{ | |
"title": "I Feel Home", | |
"artist": "OAR", | |
"web_url": "http://www.songnotes.cc/songs/42-oar-i-feel-home" | |
} | |
] | |
}, | |
{ | |
"year": "1998", | |
"songs": [ | |
{ | |
"title": "Rivers of Babylon", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/90-sublime-rivers-of-babylon" | |
}, | |
{ | |
"title": "Way Over Yonder in the Minor Key", | |
"artist": "Billy Bragg & Wilco", | |
"web_url": "http://www.songnotes.cc/songs/112-billy-bragg-wilco-way-over-yonder-in-the-minor-key" | |
} | |
] | |
}, | |
{ | |
"year": "1997", | |
"songs": [ | |
{ | |
"title": "Darkness Between the Fireflies", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/16-mason-jennings-darkness-between-the-fireflies" | |
}, | |
{ | |
"title": "Karma Police", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/14-radiohead-karma-police" | |
}, | |
{ | |
"title": "No Surprises", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/52-radiohead-no-surprises" | |
}, | |
{ | |
"title": "Nothing", | |
"artist": "Mason Jennings", | |
"web_url": "http://www.songnotes.cc/songs/15-mason-jennings-nothing" | |
} | |
] | |
}, | |
{ | |
"year": "1996", | |
"songs": [ | |
{ | |
"title": "40oz to Freedom", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/45-sublime-40oz-to-freedom" | |
}, | |
{ | |
"title": "#41", | |
"artist": "Dave Matthews", | |
"web_url": "http://www.songnotes.cc/songs/46-dave-matthews-band-41" | |
}, | |
{ | |
"title": "A Sailor's Christmas", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/11-jimmy-buffett-a-sailors-christmas" | |
}, | |
{ | |
"title": "Badfish", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/21-sublime-badfish" | |
}, | |
{ | |
"title": "Don't Look Back in Anger", | |
"artist": "Oasis", | |
"web_url": "http://www.songnotes.cc/songs/100-oasis-dont-look-back-in-anger" | |
}, | |
{ | |
"title": "New Realization", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/39-sublime-new-realization" | |
}, | |
{ | |
"title": "What I Got", | |
"artist": "Sublime", | |
"web_url": "http://www.songnotes.cc/songs/20-sublime-what-i-got" | |
} | |
] | |
}, | |
{ | |
"year": "1995", | |
"songs": [ | |
{ | |
"title": "Barefoot Children", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/9-jimmy-buffett-barefoot-children" | |
}, | |
{ | |
"title": "High and Dry", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/37-radiohead-high-and-dry" | |
} | |
] | |
}, | |
{ | |
"year": "1994", | |
"songs": [ | |
{ | |
"title": "Love in the Library", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/23-jimmy-buffett-love-in-the-library" | |
} | |
] | |
}, | |
{ | |
"year": "1993", | |
"songs": [ | |
{ | |
"title": "Creep", | |
"artist": "Radiohead", | |
"web_url": "http://www.songnotes.cc/songs/36-radiohead-creep" | |
} | |
] | |
}, | |
{ | |
"year": "1992", | |
"songs": [ | |
{ | |
"title": "Hey Jealousy", | |
"artist": "Gin Blossoms", | |
"web_url": "http://www.songnotes.cc/songs/41-gin-blossoms-hey-jealousy" | |
}, | |
{ | |
"title": "Nothing Else Matters", | |
"artist": "Metallica", | |
"web_url": "http://www.songnotes.cc/songs/58-metallica-nothing-else-matters" | |
} | |
] | |
}, | |
{ | |
"year": "1991", | |
"songs": [ | |
{ | |
"title": "American Music", | |
"artist": "Violent Femmes", | |
"web_url": "http://www.songnotes.cc/songs/123-violent-femmes-american-music" | |
} | |
] | |
}, | |
{ | |
"year": "1989", | |
"songs": [ | |
{ | |
"title": "Free Fallin'", | |
"artist": "Tom Petty", | |
"web_url": "http://www.songnotes.cc/songs/84-tom-petty-free-fallin" | |
}, | |
{ | |
"title": "Patience", | |
"artist": "Guns N' Roses", | |
"web_url": "http://www.songnotes.cc/songs/95-guns-n-roses-patience" | |
} | |
] | |
}, | |
{ | |
"year": "1988", | |
"songs": [ | |
{ | |
"title": "Under the Milky Way", | |
"artist": "The Church", | |
"web_url": "http://www.songnotes.cc/songs/17-the-church-under-the-milky-way" | |
} | |
] | |
}, | |
{ | |
"year": "1984", | |
"songs": [ | |
{ | |
"title": "Summer of '69", | |
"artist": "Bryan Adams", | |
"web_url": "http://www.songnotes.cc/songs/65-bryan-adams-summer-of-69" | |
} | |
] | |
}, | |
{ | |
"year": "1983", | |
"songs": [ | |
{ | |
"title": "Distantly in Love", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/35-jimmy-buffett-distantly-in-love" | |
}, | |
{ | |
"title": "Honey Do", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/97-jimmy-buffett-honey-do" | |
} | |
] | |
}, | |
{ | |
"year": "1982", | |
"songs": [ | |
{ | |
"title": "Here I Go Again", | |
"artist": "Whitesnake", | |
"web_url": "http://www.songnotes.cc/songs/130-whitesnake-here-i-go-again" | |
}, | |
{ | |
"title": "Jack & Diane", | |
"artist": "John Mellencamp", | |
"web_url": "http://www.songnotes.cc/songs/99-john-mellencamp-jack-and-diane" | |
} | |
] | |
}, | |
{ | |
"year": "1981", | |
"songs": [ | |
{ | |
"title": "Don't Stop Believin'", | |
"artist": "Journey", | |
"web_url": "http://www.songnotes.cc/songs/60-journey-dont-stop-believing" | |
}, | |
{ | |
"title": "The Weather is Here, Wish You Were Beautiful", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/19-jimmy-buffett-the-weather-is-here-wish-you-were-beautiful" | |
}, | |
{ | |
"title": "Watching the Wheels", | |
"artist": "John Lennon", | |
"web_url": "http://www.songnotes.cc/songs/5-john-lennon-watching-the-wheels" | |
} | |
] | |
}, | |
{ | |
"year": "1980", | |
"songs": [ | |
{ | |
"title": "Redemption Song", | |
"artist": "Bob Marley", | |
"web_url": "http://www.songnotes.cc/songs/67-bob-marley-redemption-song" | |
} | |
] | |
}, | |
{ | |
"year": "1977", | |
"songs": [ | |
{ | |
"title": "American Girl", | |
"artist": "Tom Petty", | |
"web_url": "http://www.songnotes.cc/songs/86-tom-petty-american-girl" | |
}, | |
{ | |
"title": "Changes in Latitudes, Changes in Attitudes", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/38-jimmy-buffett-changes-in-latitudes-changes-in-attitudes" | |
}, | |
{ | |
"title": "Hotel California", | |
"artist": "The Eagles", | |
"web_url": "http://www.songnotes.cc/songs/56-the-eagles-hotel-california" | |
}, | |
{ | |
"title": "Margaritaville", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/62-jimmy-buffett-margaritaville" | |
}, | |
{ | |
"title": "Sugar Mountain", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/106-neil-young-sugar-mountain" | |
} | |
] | |
}, | |
{ | |
"year": "1975", | |
"songs": [ | |
{ | |
"title": "Shelter from the Storm", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/110-bob-dylan-shelter-from-the-storm" | |
}, | |
{ | |
"title": "Tangled Up in Blue", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/22-bob-dylan-tangled-up-in-blue" | |
} | |
] | |
}, | |
{ | |
"year": "1974", | |
"songs": [ | |
{ | |
"title": "Cat's in the Cradle", | |
"artist": "Harry Chapin", | |
"web_url": "http://www.songnotes.cc/songs/47-harry-chapin-cats-in-the-cradle" | |
}, | |
{ | |
"title": "Migration", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/66-jimmy-buffett-migration" | |
}, | |
{ | |
"title": "Sweet Home Alabama", | |
"artist": "Lynyrd Skynyrd", | |
"web_url": "http://www.songnotes.cc/songs/133-lynyrd-skynyrd-sweet-home-alabama" | |
}, | |
{ | |
"title": "Tin Cup Chalice", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/25-jimmy-buffett-tin-cup-chalice" | |
}, | |
{ | |
"title": "Trying to Reason with Hurricane Season", | |
"artist": "Jimmy Buffett", | |
"web_url": "http://www.songnotes.cc/songs/18-jimmy-buffett-trying-to-reason-with-hurricane-season" | |
} | |
] | |
}, | |
{ | |
"year": "1972", | |
"songs": [ | |
{ | |
"title": "American Pie", | |
"artist": "Don McLean", | |
"web_url": "http://www.songnotes.cc/songs/132-don-mclean-american-pie" | |
}, | |
{ | |
"title": "Harvest", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/71-neil-young-harvest" | |
}, | |
{ | |
"title": "Heart of Gold", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/72-neil-young-heart-of-gold" | |
}, | |
{ | |
"title": "Lean On Me", | |
"artist": "Bill Withers", | |
"web_url": "http://www.songnotes.cc/songs/83-bill-withers-lean-on-me" | |
}, | |
{ | |
"title": "Me and Julio Down by the Schoolyard", | |
"artist": "Paul Simon", | |
"web_url": "http://www.songnotes.cc/songs/31-paul-simon-me-and-julio-down-by-the-schoolyard" | |
}, | |
{ | |
"title": "Out on the Weekend", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/70-neil-young-out-on-the-weekend" | |
}, | |
{ | |
"title": "Rocket Man", | |
"artist": "Elton John", | |
"web_url": "http://www.songnotes.cc/songs/135-elton-john-rocket-man" | |
}, | |
{ | |
"title": "Stuck in the Middle With You", | |
"artist": "Stealers Wheel", | |
"web_url": "http://www.songnotes.cc/songs/91-stealers-wheel-stuck-in-the-middle-with-you" | |
}, | |
{ | |
"title": "The Needle and the Damage Done", | |
"artist": "Neil Young", | |
"web_url": "http://www.songnotes.cc/songs/87-neil-young-the-needle-and-the-damage-done" | |
} | |
] | |
}, | |
{ | |
"year": "1971", | |
"songs": [ | |
{ | |
"title": "Moonshadow", | |
"artist": "Cat Stevens", | |
"web_url": "http://www.songnotes.cc/songs/73-cat-stevens-moonshadow" | |
}, | |
{ | |
"title": "Tiny Dancer", | |
"artist": "Elton John", | |
"web_url": "http://www.songnotes.cc/songs/13-elton-john-tiny-dancer" | |
} | |
] | |
}, | |
{ | |
"year": "1970", | |
"songs": [ | |
{ | |
"title": "And it Stoned Me", | |
"artist": "Van Morrison", | |
"web_url": "http://www.songnotes.cc/songs/27-van-morrison-and-it-stoned-me" | |
}, | |
{ | |
"title": "Father and Son", | |
"artist": "Cat Stevens", | |
"web_url": "http://www.songnotes.cc/songs/28-cat-stevens-father-and-son" | |
}, | |
{ | |
"title": "Lola", | |
"artist": "The Kinks", | |
"web_url": "http://www.songnotes.cc/songs/128-the-kinks-lola" | |
}, | |
{ | |
"title": "The Man in Me", | |
"artist": "Bob Dylan", | |
"web_url": "http://www.songnotes.cc/songs/24-bob-dylan-the-man-in-me" | |
} | |
] | |
}, | |
{ | |
"year": "1969", | |
"songs": [ | |
{ | |
"title": "Space Oddity", | |
"artist": "David Bowie", | |
"web_url": "http://www.songnotes.cc/songs/136-david-bowie-space-oddity" | |
} | |
] | |
}, | |
{ | |
"year": "1968", | |
"songs": [ | |
{ | |
"title": "The Weight", | |
"artist": "The Band", | |
"web_url": "http://www.songnotes.cc/songs/40-the-band-the-weight" | |
} | |
] | |
}, | |
{ | |
"year": "1967", | |
"songs": [ | |
{ | |
"title": "Brown Eyed Girl", | |
"artist": "Van Morrison", | |
"web_url": "http://www.songnotes.cc/songs/69-van-morrison-brown-eyed-girl" | |
}, | |
{ | |
"title": "With a Little Help From My Friends", | |
"artist": "The Beatles", | |
"web_url": "http://www.songnotes.cc/songs/81-the-beatles-with-a-little-help-from-my-friends" | |
} | |
] | |
}, | |
{ | |
"year": "1965", | |
"songs": [ | |
{ | |
"title": "Catch the Wind", | |
"artist": "Donovan", | |
"web_url": "http://www.songnotes.cc/songs/131-donovan-catch-the-wind" | |
} | |
] | |
}, | |
{ | |
"year": "1958", | |
"songs": [ | |
{ | |
"title": "Lonesome Town", | |
"artist": "Ricky Nelson", | |
"web_url": "http://www.songnotes.cc/songs/126-ricky-nelson-lonesome-town" | |
} | |
] | |
}, | |
{ | |
"year": "1957", | |
"songs": [ | |
{ | |
"title": "Folsom Prison Blues", | |
"artist": "Johnny Cash", | |
"web_url": "http://www.songnotes.cc/songs/108-johnny-cash-folsom-prison-blues" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment