Last active
April 26, 2024 10:46
-
-
Save stephenhandley/cf1996448ae8052d0428 to your computer and use it in GitHub Desktop.
Rdio queue to json
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
| var queue = []; | |
| var $albums = $('.QueueList .Album'); | |
| for (var i = 0; i < $albums.length; i++) { | |
| var $album = $($albums[i]); | |
| var $title = $album.find('.album_title'); | |
| var $artist = $album.find('.artist_title'); | |
| queue.push({ | |
| title : $title.text(), | |
| href : $title.attr('href'), | |
| artist : $artist.text() | |
| }); | |
| } | |
| console.log(JSON.stringify(queue, null, 2)); |
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
| [ | |
| { | |
| "name": "Online Potion Package, Vol. 2", | |
| "artist": "Longmont Potion Castle", | |
| "rdioKey": "a2718" | |
| }, | |
| { | |
| "name": "Let Go", | |
| "artist": "Nada Surf", | |
| "rdioKey": "a4585" | |
| }, | |
| { | |
| "name": "Singles 06-07", | |
| "artist": "Jay Reatard", | |
| "rdioKey": "a5571" | |
| }, | |
| { | |
| "name": "The Dub Master", | |
| "artist": "King Tubby", | |
| "rdioKey": "a9667" | |
| }, | |
| { | |
| "name": "Online Potion Package, Vol. 1", | |
| "artist": "Longmont Potion Castle", | |
| "rdioKey": "a18582" | |
| }, | |
| { | |
| "name": "Analogue Bubblebath - EP", | |
| "artist": "AFX", | |
| "rdioKey": "a31564" | |
| }, | |
| { | |
| "name": "Multila", | |
| "artist": "Vladislav Delay", | |
| "rdioKey": "a36348" | |
| }, | |
| { | |
| "name": "...And You Will Know Us By The Trail Of Dead", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a44459" | |
| }, | |
| { | |
| "name": "Strings", | |
| "artist": "COH", | |
| "rdioKey": "a46123" | |
| }, | |
| { | |
| "name": "Anima", | |
| "artist": "Vladislav Delay", | |
| "rdioKey": "a50532" | |
| }, | |
| { | |
| "name": "A", | |
| "artist": "Cass McCombs", | |
| "rdioKey": "a58312" | |
| }, | |
| { | |
| "name": "PREfection", | |
| "artist": "Cass McCombs", | |
| "rdioKey": "a59974" | |
| }, | |
| { | |
| "name": "Oxes", | |
| "artist": "OXES", | |
| "rdioKey": "a60825" | |
| }, | |
| { | |
| "name": "Labor Days", | |
| "artist": "Aesop Rock", | |
| "rdioKey": "a66557" | |
| }, | |
| { | |
| "name": "Madonna", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a68488" | |
| }, | |
| { | |
| "name": "Not The Way", | |
| "artist": "Cass McCombs", | |
| "rdioKey": "a70582" | |
| }, | |
| { | |
| "name": "A Christmas Duel", | |
| "artist": "The Hives", | |
| "rdioKey": "a70661" | |
| }, | |
| { | |
| "name": "OXXXES", | |
| "artist": "OXES", | |
| "rdioKey": "a75066" | |
| }, | |
| { | |
| "name": "Patherns E.P.", | |
| "artist": "COH", | |
| "rdioKey": "a78278" | |
| }, | |
| { | |
| "name": "Buddha", | |
| "artist": "Blink-182", | |
| "rdioKey": "a82194" | |
| }, | |
| { | |
| "name": "I Am Come", | |
| "artist": "Part Chimp", | |
| "rdioKey": "a90563" | |
| }, | |
| { | |
| "name": "Supermogadon", | |
| "artist": "Marumari", | |
| "rdioKey": "a91560" | |
| }, | |
| { | |
| "name": "The Soccergirl EP", | |
| "artist": "Kid606", | |
| "rdioKey": "a91566" | |
| }, | |
| { | |
| "name": "Beach House", | |
| "artist": "Beach House", | |
| "rdioKey": "a91597" | |
| }, | |
| { | |
| "name": "The Blueprint 3", | |
| "artist": "Jay-Z", | |
| "rdioKey": "a91883" | |
| }, | |
| { | |
| "name": "Los Angeles", | |
| "artist": "X", | |
| "rdioKey": "a92591" | |
| }, | |
| { | |
| "name": "Your New Favourite Band", | |
| "artist": "The Hives", | |
| "rdioKey": "a92687" | |
| }, | |
| { | |
| "name": "Post", | |
| "artist": "Björk", | |
| "rdioKey": "a92693" | |
| }, | |
| { | |
| "name": "You In Reverse", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a92760" | |
| }, | |
| { | |
| "name": "Worn Copy", | |
| "artist": "Ariel Pink's Haunted Graffiti", | |
| "rdioKey": "a92798" | |
| }, | |
| { | |
| "name": "Zapp", | |
| "artist": "Zapp", | |
| "rdioKey": "a93420" | |
| }, | |
| { | |
| "name": "Veni Vidi Vicious", | |
| "artist": "The Hives", | |
| "rdioKey": "a93433" | |
| }, | |
| { | |
| "name": "The Stooges [Deluxe Edition]", | |
| "artist": "The Stooges", | |
| "rdioKey": "a93460" | |
| }, | |
| { | |
| "name": "Homogenic", | |
| "artist": "Björk", | |
| "rdioKey": "a93751" | |
| }, | |
| { | |
| "name": "Fleetwood Mac", | |
| "artist": "Fleetwood Mac", | |
| "rdioKey": "a93957" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "The Cure", | |
| "rdioKey": "a94027" | |
| }, | |
| { | |
| "name": "Supa Dupa Fly", | |
| "artist": "Missy Elliott", | |
| "rdioKey": "a94040" | |
| }, | |
| { | |
| "name": "Hybrid Theory", | |
| "artist": "Linkin Park", | |
| "rdioKey": "a94496" | |
| }, | |
| { | |
| "name": "Nouns", | |
| "artist": "No Age", | |
| "rdioKey": "a95151" | |
| }, | |
| { | |
| "name": "Bows + Arrows", | |
| "artist": "The Walkmen", | |
| "rdioKey": "a95553" | |
| }, | |
| { | |
| "name": "Women", | |
| "artist": "Women", | |
| "rdioKey": "a95787" | |
| }, | |
| { | |
| "name": "Requiem for a Dream / OST", | |
| "artist": "Clint Mansell, Kronos Quartet", | |
| "rdioKey": "a95802" | |
| }, | |
| { | |
| "name": "Diary [Remastered]", | |
| "artist": "Sunny Day Real Estate", | |
| "rdioKey": "a95828" | |
| }, | |
| { | |
| "name": "Sex Packets", | |
| "artist": "Digital Underground", | |
| "rdioKey": "a96209" | |
| }, | |
| { | |
| "name": "Hard Core", | |
| "artist": "Lil' Kim", | |
| "rdioKey": "a96803" | |
| }, | |
| { | |
| "name": "Viva! La Woman", | |
| "artist": "Cibo Matto", | |
| "rdioKey": "a96865" | |
| }, | |
| { | |
| "name": "The Mollusk", | |
| "artist": "Ween", | |
| "rdioKey": "a96879" | |
| }, | |
| { | |
| "name": "Unknown Pleasures [Collector's Edition]", | |
| "artist": "Joy Division", | |
| "rdioKey": "a96926" | |
| }, | |
| { | |
| "name": "From Tokyo To Naiagara", | |
| "artist": "Tujiko Noriko", | |
| "rdioKey": "a97039" | |
| }, | |
| { | |
| "name": "Rumours", | |
| "artist": "Fleetwood Mac", | |
| "rdioKey": "a98163" | |
| }, | |
| { | |
| "name": "Excitable Boy", | |
| "artist": "Warren Zevon", | |
| "rdioKey": "a98168" | |
| }, | |
| { | |
| "name": "Do You Believe In Gosh?", | |
| "artist": "Mitch Hedberg", | |
| "rdioKey": "a98439" | |
| }, | |
| { | |
| "name": "Tusk", | |
| "artist": "Fleetwood Mac", | |
| "rdioKey": "a98440" | |
| }, | |
| { | |
| "name": "Chutes Too Narrow", | |
| "artist": "The Shins", | |
| "rdioKey": "a98985" | |
| }, | |
| { | |
| "name": "Midnight Boom", | |
| "artist": "The Kills", | |
| "rdioKey": "a99163" | |
| }, | |
| { | |
| "name": "Crime Mob", | |
| "artist": "Crime Mob", | |
| "rdioKey": "a99198" | |
| }, | |
| { | |
| "name": "Crack The Skye", | |
| "artist": "Mastodon", | |
| "rdioKey": "a99497" | |
| }, | |
| { | |
| "name": "Marquee Moon", | |
| "artist": "Television", | |
| "rdioKey": "a99513" | |
| }, | |
| { | |
| "name": "New Wave", | |
| "artist": "Against Me!", | |
| "rdioKey": "a99815" | |
| }, | |
| { | |
| "name": "Get Silly", | |
| "artist": "V.I.C.", | |
| "rdioKey": "a100321" | |
| }, | |
| { | |
| "name": "Hated On Mostly", | |
| "artist": "Crime Mob", | |
| "rdioKey": "a100548" | |
| }, | |
| { | |
| "name": "Let It Be", | |
| "artist": "The Replacements", | |
| "rdioKey": "a100590" | |
| }, | |
| { | |
| "name": "Flood", | |
| "artist": "They Might Be Giants", | |
| "rdioKey": "a101334" | |
| }, | |
| { | |
| "name": "The Soft Bulletin", | |
| "artist": "The Flaming Lips", | |
| "rdioKey": "a101697" | |
| }, | |
| { | |
| "name": "My Weakness Is Strong", | |
| "artist": "Patton Oswalt", | |
| "rdioKey": "a101802" | |
| }, | |
| { | |
| "name": "Strategic Grill Locations", | |
| "artist": "Mitch Hedberg", | |
| "rdioKey": "a102351" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "The Notorious B.I.G.", | |
| "rdioKey": "a102727" | |
| }, | |
| { | |
| "name": "There's No Place Like America Today", | |
| "artist": "Curtis Mayfield", | |
| "rdioKey": "a102753" | |
| }, | |
| { | |
| "name": "Skanks For The Memories", | |
| "artist": "Dave Attell", | |
| "rdioKey": "a102772" | |
| }, | |
| { | |
| "name": "Stereotype A", | |
| "artist": "Cibo Matto", | |
| "rdioKey": "a103678" | |
| }, | |
| { | |
| "name": "90125 (Deluxe Version)", | |
| "artist": "Yes", | |
| "rdioKey": "a103849" | |
| }, | |
| { | |
| "name": "Hate To Say I Told You So", | |
| "artist": "The Hives", | |
| "rdioKey": "a105344" | |
| }, | |
| { | |
| "name": "Life After Death (Deluxe Version)", | |
| "artist": "The Notorious B.I.G.", | |
| "rdioKey": "a105369" | |
| }, | |
| { | |
| "name": "Ready To Die The Remaster", | |
| "artist": "The Notorious B.I.G.", | |
| "rdioKey": "a106019" | |
| }, | |
| { | |
| "name": "Main Offender", | |
| "artist": "The Hives", | |
| "rdioKey": "a106216" | |
| }, | |
| { | |
| "name": "Analphabetapolothology", | |
| "artist": "Cap'n Jazz", | |
| "rdioKey": "a120596" | |
| }, | |
| { | |
| "name": "The State vs. Radric Davis (Deluxe)", | |
| "artist": "Gucci Mane", | |
| "rdioKey": "a121491" | |
| }, | |
| { | |
| "name": "Adventure", | |
| "artist": "Television", | |
| "rdioKey": "a123365" | |
| }, | |
| { | |
| "name": "Justice", | |
| "artist": "Justice", | |
| "rdioKey": "a123530" | |
| }, | |
| { | |
| "name": "Born To Do It", | |
| "artist": "Craig David", | |
| "rdioKey": "a123704" | |
| }, | |
| { | |
| "name": "Christopher Cross", | |
| "artist": "Christopher Cross", | |
| "rdioKey": "a123889" | |
| }, | |
| { | |
| "name": "The Coroner's Gambit", | |
| "artist": "The Mountain Goats", | |
| "rdioKey": "a131928" | |
| }, | |
| { | |
| "name": "Speaking In Tongues", | |
| "artist": "Talking Heads", | |
| "rdioKey": "a132170" | |
| }, | |
| { | |
| "name": "Internal Wrangler", | |
| "artist": "Clinic", | |
| "rdioKey": "a133752" | |
| }, | |
| { | |
| "name": "Intimate Moments For A Sensual Evening", | |
| "artist": "Aziz Ansari", | |
| "rdioKey": "a137036" | |
| }, | |
| { | |
| "name": "Teen Dream", | |
| "artist": "Beach House", | |
| "rdioKey": "a137554" | |
| }, | |
| { | |
| "name": "Last Splash", | |
| "artist": "The Breeders", | |
| "rdioKey": "a137916" | |
| }, | |
| { | |
| "name": "Go Forth", | |
| "artist": "Les Savy Fav", | |
| "rdioKey": "a138122" | |
| }, | |
| { | |
| "name": "Fevers and Mirrors", | |
| "artist": "Bright Eyes", | |
| "rdioKey": "a145519" | |
| }, | |
| { | |
| "name": "The Magnolia Electric Co.", | |
| "artist": "Songs: Ohia", | |
| "rdioKey": "a146192" | |
| }, | |
| { | |
| "name": "LIFTED or the Story Is in the Soil, Keep Your Ear to the Ground", | |
| "artist": "Bright Eyes", | |
| "rdioKey": "a146481" | |
| }, | |
| { | |
| "name": "Relationship Of Command", | |
| "artist": "At The Drive-In", | |
| "rdioKey": "a146584" | |
| }, | |
| { | |
| "name": "Acrobatic Tenement", | |
| "artist": "At The Drive-In", | |
| "rdioKey": "a146949" | |
| }, | |
| { | |
| "name": "Danse MacAbre", | |
| "artist": "The Faint", | |
| "rdioKey": "a147053" | |
| }, | |
| { | |
| "name": "Chocolate & Cheese", | |
| "artist": "Ween", | |
| "rdioKey": "a151447" | |
| }, | |
| { | |
| "name": "When I Was Born For The 7th Time", | |
| "artist": "Cornershop", | |
| "rdioKey": "a151473" | |
| }, | |
| { | |
| "name": "Return Of The Rentals", | |
| "artist": "The Rentals", | |
| "rdioKey": "a151494" | |
| }, | |
| { | |
| "name": "Attitude", | |
| "artist": "Troop", | |
| "rdioKey": "a151814" | |
| }, | |
| { | |
| "name": "Done By The Forces Of Nature", | |
| "artist": "The Jungle Brothers", | |
| "rdioKey": "a152896" | |
| }, | |
| { | |
| "name": "Seven More Minutes", | |
| "artist": "The Rentals", | |
| "rdioKey": "a152898" | |
| }, | |
| { | |
| "name": "Under Great White Northern Lights", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a153185" | |
| }, | |
| { | |
| "name": "Coconut", | |
| "artist": "Archie Bronson Outfit", | |
| "rdioKey": "a153797" | |
| }, | |
| { | |
| "name": "All-American", | |
| "artist": "Weekend", | |
| "rdioKey": "a153838" | |
| }, | |
| { | |
| "name": "Yoshimi Battles The Pink Robots", | |
| "artist": "The Flaming Lips", | |
| "rdioKey": "a153845" | |
| }, | |
| { | |
| "name": "¡Demolición! The Complete Recordings", | |
| "artist": "Los Saicos", | |
| "rdioKey": "a153956" | |
| }, | |
| { | |
| "name": "Wavvves", | |
| "artist": "Wavves", | |
| "rdioKey": "a156198" | |
| }, | |
| { | |
| "name": "Blood Visions", | |
| "artist": "Jay Reatard", | |
| "rdioKey": "a156202" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "Al Green", | |
| "rdioKey": "a156226" | |
| }, | |
| { | |
| "name": "Madvillainy", | |
| "artist": "Madvillain", | |
| "rdioKey": "a160413" | |
| }, | |
| { | |
| "name": "Cryptomnesia", | |
| "artist": "El Grupo Nuevo De Omar Rodriguez Lopez", | |
| "rdioKey": "a161033" | |
| }, | |
| { | |
| "name": "Navy Warship;", | |
| "artist": "Phthalocyanine", | |
| "rdioKey": "a161816" | |
| }, | |
| { | |
| "name": "There's Nothing Wrong With Love", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a162077" | |
| }, | |
| { | |
| "name": "No Jacket Required", | |
| "artist": "Phil Collins", | |
| "rdioKey": "a164085" | |
| }, | |
| { | |
| "name": "Musique Vol 1", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a164703" | |
| }, | |
| { | |
| "name": "Discovery", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a164751" | |
| }, | |
| { | |
| "name": "Alive 2007", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a164759" | |
| }, | |
| { | |
| "name": "Daft Club", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a164783" | |
| }, | |
| { | |
| "name": "Radio-Activity (Remastered)", | |
| "artist": "Kraftwerk", | |
| "rdioKey": "a166667" | |
| }, | |
| { | |
| "name": "Trans Europe Express (Remastered)", | |
| "artist": "Kraftwerk", | |
| "rdioKey": "a166668" | |
| }, | |
| { | |
| "name": "Forever Your Girl", | |
| "artist": "Paula Abdul", | |
| "rdioKey": "a167460" | |
| }, | |
| { | |
| "name": "The Ultimate Blue Train", | |
| "artist": "John Coltrane", | |
| "rdioKey": "a169283" | |
| }, | |
| { | |
| "name": "Birth Of The Cool (Rudy Van Gelder Edition)", | |
| "artist": "Miles Davis", | |
| "rdioKey": "a170576" | |
| }, | |
| { | |
| "name": "Parklife", | |
| "artist": "Blur", | |
| "rdioKey": "a170657" | |
| }, | |
| { | |
| "name": "Blur", | |
| "artist": "Blur", | |
| "rdioKey": "a170684" | |
| }, | |
| { | |
| "name": "3 Years, 5 Months And 2 Days In The Life Of...", | |
| "artist": "Arrested Development", | |
| "rdioKey": "a171315" | |
| }, | |
| { | |
| "name": "The Bends (Collectors Edition)", | |
| "artist": "Radiohead", | |
| "rdioKey": "a171827" | |
| }, | |
| { | |
| "name": "OK Computer (Collector's Edition)", | |
| "artist": "Radiohead", | |
| "rdioKey": "a171828" | |
| }, | |
| { | |
| "name": "Hail To The Thief (Collector's Edition)", | |
| "artist": "Radiohead", | |
| "rdioKey": "a171831" | |
| }, | |
| { | |
| "name": "Amnesiac (Collector's Edition)", | |
| "artist": "Radiohead", | |
| "rdioKey": "a171832" | |
| }, | |
| { | |
| "name": "Kid A", | |
| "artist": "Radiohead", | |
| "rdioKey": "a171836" | |
| }, | |
| { | |
| "name": "Aladdin Sane (1999 Remaster)", | |
| "artist": "David Bowie", | |
| "rdioKey": "a172830" | |
| }, | |
| { | |
| "name": "The Three EP's", | |
| "artist": "The Beta Band", | |
| "rdioKey": "a173595" | |
| }, | |
| { | |
| "name": "Mellon Collie And The Infinite Sadness", | |
| "artist": "The Smashing Pumpkins", | |
| "rdioKey": "a173646" | |
| }, | |
| { | |
| "name": "Antics", | |
| "artist": "Interpol", | |
| "rdioKey": "a173951" | |
| }, | |
| { | |
| "name": "Space Oddity (1999 Remaster)", | |
| "artist": "David Bowie", | |
| "rdioKey": "a174223" | |
| }, | |
| { | |
| "name": "Heroes", | |
| "artist": "David Bowie", | |
| "rdioKey": "a174225" | |
| }, | |
| { | |
| "name": "Scary Monsters (1999 Remaster)", | |
| "artist": "David Bowie", | |
| "rdioKey": "a175280" | |
| }, | |
| { | |
| "name": "Low", | |
| "artist": "David Bowie", | |
| "rdioKey": "a175281" | |
| }, | |
| { | |
| "name": "A Rush Of Blood To The Head", | |
| "artist": "Coldplay", | |
| "rdioKey": "a175425" | |
| }, | |
| { | |
| "name": "Human After All", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a177088" | |
| }, | |
| { | |
| "name": "Homework", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a177089" | |
| }, | |
| { | |
| "name": "Veneer", | |
| "artist": "José Gonzalez", | |
| "rdioKey": "a177981" | |
| }, | |
| { | |
| "name": "Jacques Your Body (Make Me Sweat)", | |
| "artist": "Les Rythmes Digitales", | |
| "rdioKey": "a178954" | |
| }, | |
| { | |
| "name": "Darkdancer", | |
| "artist": "Les Rythmes Digitales", | |
| "rdioKey": "a178955" | |
| }, | |
| { | |
| "name": "Drums Around The Corner", | |
| "artist": "Art Blakey", | |
| "rdioKey": "a179475" | |
| }, | |
| { | |
| "name": "Kerosene Hat", | |
| "artist": "Cracker", | |
| "rdioKey": "a181245" | |
| }, | |
| { | |
| "name": "Billy Idol", | |
| "artist": "Billy Idol", | |
| "rdioKey": "a181555" | |
| }, | |
| { | |
| "name": "Rebel Yell", | |
| "artist": "Billy Idol", | |
| "rdioKey": "a181618" | |
| }, | |
| { | |
| "name": "Lunatic Harness", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a182424" | |
| }, | |
| { | |
| "name": "Royal Astronomy", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a182425" | |
| }, | |
| { | |
| "name": "13", | |
| "artist": "Blur", | |
| "rdioKey": "a182590" | |
| }, | |
| { | |
| "name": "Idealism", | |
| "artist": "Digitalism", | |
| "rdioKey": "a182960" | |
| }, | |
| { | |
| "name": "Medulla", | |
| "artist": "Björk", | |
| "rdioKey": "a183111" | |
| }, | |
| { | |
| "name": "Barely Legal", | |
| "artist": "The Hives", | |
| "rdioKey": "a183541" | |
| }, | |
| { | |
| "name": "Party Music", | |
| "artist": "The Coup", | |
| "rdioKey": "a183880" | |
| }, | |
| { | |
| "name": "Bleach", | |
| "artist": "Nirvana", | |
| "rdioKey": "a184236" | |
| }, | |
| { | |
| "name": "White Blood Cells", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a184250" | |
| }, | |
| { | |
| "name": "The Body, The Blood, The Machine", | |
| "artist": "The Thermals", | |
| "rdioKey": "a184292" | |
| }, | |
| { | |
| "name": "The White Stripes", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a184349" | |
| }, | |
| { | |
| "name": "Keep It Like A Secret", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a184401" | |
| }, | |
| { | |
| "name": "Perfect From Now On", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a184503" | |
| }, | |
| { | |
| "name": "It's Not Funny", | |
| "artist": "David Cross", | |
| "rdioKey": "a184504" | |
| }, | |
| { | |
| "name": "Apologies To The Queen Mary", | |
| "artist": "Wolf Parade", | |
| "rdioKey": "a184506" | |
| }, | |
| { | |
| "name": "Infiniheart", | |
| "artist": "Chad VanGaalen", | |
| "rdioKey": "a184533" | |
| }, | |
| { | |
| "name": "Ghost Of David", | |
| "artist": "Damien Jurado", | |
| "rdioKey": "a184599" | |
| }, | |
| { | |
| "name": "Oh, Inverted World", | |
| "artist": "The Shins", | |
| "rdioKey": "a184611" | |
| }, | |
| { | |
| "name": "Skelliconnection", | |
| "artist": "Chad VanGaalen", | |
| "rdioKey": "a184636" | |
| }, | |
| { | |
| "name": "De Stijl", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a184748" | |
| }, | |
| { | |
| "name": "Halfway To Sanity", | |
| "artist": "Ramones", | |
| "rdioKey": "a184811" | |
| }, | |
| { | |
| "name": "Icky Thump", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a184815" | |
| }, | |
| { | |
| "name": "Out Of The Races And Onto The Tracks", | |
| "artist": "The Rapture", | |
| "rdioKey": "a184821" | |
| }, | |
| { | |
| "name": "Shut Up, You Fucking Baby", | |
| "artist": "David Cross", | |
| "rdioKey": "a184839" | |
| }, | |
| { | |
| "name": "Get Behind Me Satan", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a184954" | |
| }, | |
| { | |
| "name": "Fur And Gold", | |
| "artist": "Bat For Lashes", | |
| "rdioKey": "a184988" | |
| }, | |
| { | |
| "name": "Fuckin A", | |
| "artist": "The Thermals", | |
| "rdioKey": "a185137" | |
| }, | |
| { | |
| "name": "The Woods", | |
| "artist": "Sleater-Kinney", | |
| "rdioKey": "a185179" | |
| }, | |
| { | |
| "name": "Elephant", | |
| "artist": "The White Stripes", | |
| "rdioKey": "a185356" | |
| }, | |
| { | |
| "name": "Ancient Melodies Of The Future", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a185408" | |
| }, | |
| { | |
| "name": "Come To Daddy", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a186106" | |
| }, | |
| { | |
| "name": "Computer World", | |
| "artist": "Kraftwerk", | |
| "rdioKey": "a186382" | |
| }, | |
| { | |
| "name": "Blank Generation", | |
| "artist": "Richard Hell & The Voidoids", | |
| "rdioKey": "a186412" | |
| }, | |
| { | |
| "name": "Drukqs", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a186605" | |
| }, | |
| { | |
| "name": "LCD Soundsystem", | |
| "artist": "LCD Soundsystem", | |
| "rdioKey": "a187284" | |
| }, | |
| { | |
| "name": "Hunky Dory (1999 Remaster)", | |
| "artist": "David Bowie", | |
| "rdioKey": "a187718" | |
| }, | |
| { | |
| "name": "Lemona", | |
| "artist": "Giant Drag", | |
| "rdioKey": "a188059" | |
| }, | |
| { | |
| "name": "Parachutes", | |
| "artist": "Coldplay", | |
| "rdioKey": "a188372" | |
| }, | |
| { | |
| "name": "X & Y", | |
| "artist": "Coldplay", | |
| "rdioKey": "a188492" | |
| }, | |
| { | |
| "name": "When Disaster Strikes", | |
| "artist": "Busta Rhymes", | |
| "rdioKey": "a188762" | |
| }, | |
| { | |
| "name": "Loveless", | |
| "artist": "My Bloody Valentine", | |
| "rdioKey": "a189377" | |
| }, | |
| { | |
| "name": "ChangesBowie (1990 Remaster)", | |
| "artist": "David Bowie", | |
| "rdioKey": "a189527" | |
| }, | |
| { | |
| "name": "Young Americans", | |
| "artist": "David Bowie", | |
| "rdioKey": "a189534" | |
| }, | |
| { | |
| "name": "Hawkwind", | |
| "artist": "Hawkwind", | |
| "rdioKey": "a190527" | |
| }, | |
| { | |
| "name": "In Search Of Space", | |
| "artist": "Hawkwind", | |
| "rdioKey": "a190528" | |
| }, | |
| { | |
| "name": "The Rise and Fall of Ziggy Stardust and the Spiders from Mars (40th Anniversary Edition) [Remastered]", | |
| "artist": "David Bowie", | |
| "rdioKey": "a190817" | |
| }, | |
| { | |
| "name": "Generation X", | |
| "artist": "Generation x", | |
| "rdioKey": "a191385" | |
| }, | |
| { | |
| "name": "Aladdin Sane - 30th Anniversary Remaster", | |
| "artist": "David Bowie", | |
| "rdioKey": "a192316" | |
| }, | |
| { | |
| "name": "Pink Flag", | |
| "artist": "Wire", | |
| "rdioKey": "a192933" | |
| }, | |
| { | |
| "name": "Straight Outta Compton (2002 - Remaster)", | |
| "artist": "N.W.A", | |
| "rdioKey": "a193498" | |
| }, | |
| { | |
| "name": "Mass Appeal: The Best of Gang Starr", | |
| "artist": "Gang Starr", | |
| "rdioKey": "a193699" | |
| }, | |
| { | |
| "name": "Moment Of Truth", | |
| "artist": "Gang Starr", | |
| "rdioKey": "a193704" | |
| }, | |
| { | |
| "name": "The Best Of Guru's Jazzmatazz", | |
| "artist": "Guru", | |
| "rdioKey": "a194308" | |
| }, | |
| { | |
| "name": "Pablo Honey", | |
| "artist": "Radiohead", | |
| "rdioKey": "a195545" | |
| }, | |
| { | |
| "name": "I Should Coco", | |
| "artist": "Supergrass", | |
| "rdioKey": "a198027" | |
| }, | |
| { | |
| "name": "Two Way Monologue", | |
| "artist": "Sondre Lerche", | |
| "rdioKey": "a200284" | |
| }, | |
| { | |
| "name": "Paul's Boutique", | |
| "artist": "Beastie Boys", | |
| "rdioKey": "a203653" | |
| }, | |
| { | |
| "name": "Check Your Head", | |
| "artist": "Beastie Boys", | |
| "rdioKey": "a203660" | |
| }, | |
| { | |
| "name": "A Way of Life", | |
| "artist": "Suicide", | |
| "rdioKey": "a206978" | |
| }, | |
| { | |
| "name": "Suicide", | |
| "artist": "Suicide", | |
| "rdioKey": "a206982" | |
| }, | |
| { | |
| "name": "Collection", | |
| "artist": "Misfits", | |
| "rdioKey": "a207754" | |
| }, | |
| { | |
| "name": "Jazzmatazz Volume 1", | |
| "artist": "Guru", | |
| "rdioKey": "a209045" | |
| }, | |
| { | |
| "name": "Moon Safari", | |
| "artist": "Air", | |
| "rdioKey": "a211398" | |
| }, | |
| { | |
| "name": "Urban Hymns", | |
| "artist": "The Verve", | |
| "rdioKey": "a212194" | |
| }, | |
| { | |
| "name": "Pet Sounds", | |
| "artist": "The Beach Boys", | |
| "rdioKey": "a212323" | |
| }, | |
| { | |
| "name": "Rio (2001 Remaster)", | |
| "artist": "Duran Duran", | |
| "rdioKey": "a213393" | |
| }, | |
| { | |
| "name": "You've Come A Long Way Baby", | |
| "artist": "Fatboy Slim", | |
| "rdioKey": "a215095" | |
| }, | |
| { | |
| "name": "Better Living Through Chemistry", | |
| "artist": "Fatboy Slim", | |
| "rdioKey": "a215097" | |
| }, | |
| { | |
| "name": "Nothing Hurts", | |
| "artist": "Male Bonding", | |
| "rdioKey": "a215752" | |
| }, | |
| { | |
| "name": "Why S*** So Crazy?", | |
| "artist": "Reggie Watts", | |
| "rdioKey": "a216537" | |
| }, | |
| { | |
| "name": "Kill Sound Before Sound Kills You", | |
| "artist": "Kid606", | |
| "rdioKey": "a217888" | |
| }, | |
| { | |
| "name": "Down With The Scene", | |
| "artist": "Kid606", | |
| "rdioKey": "a218008" | |
| }, | |
| { | |
| "name": "Shock-No-Par", | |
| "artist": "Octant", | |
| "rdioKey": "a220311" | |
| }, | |
| { | |
| "name": "This Is a Long Drive for Someone with Nothing to Think About", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a220360" | |
| }, | |
| { | |
| "name": "Bigger and Blackerer", | |
| "artist": "David Cross", | |
| "rdioKey": "a220363" | |
| }, | |
| { | |
| "name": "The Lonesome Crowded West", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a221412" | |
| }, | |
| { | |
| "name": "Building Nothing Out Of Something", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a221510" | |
| }, | |
| { | |
| "name": "Lullabies To Paralyze", | |
| "artist": "Queens Of The Stone Age", | |
| "rdioKey": "a223215" | |
| }, | |
| { | |
| "name": "Tyrannosaurus Hives (Non EU Version)", | |
| "artist": "The Hives", | |
| "rdioKey": "a223228" | |
| }, | |
| { | |
| "name": "Paid In Full (Deluxe Edition)", | |
| "artist": "Eric B. & Rakim", | |
| "rdioKey": "a223445" | |
| }, | |
| { | |
| "name": "U218 Singles (Deluxe Version)", | |
| "artist": "U2", | |
| "rdioKey": "a223551" | |
| }, | |
| { | |
| "name": "The Black And White Album", | |
| "artist": "The Hives", | |
| "rdioKey": "a223746" | |
| }, | |
| { | |
| "name": "Modern Guilt", | |
| "artist": "Beck", | |
| "rdioKey": "a223882" | |
| }, | |
| { | |
| "name": "Weezer", | |
| "artist": "Weezer", | |
| "rdioKey": "a224383" | |
| }, | |
| { | |
| "name": "Incredibad", | |
| "artist": "The Lonely Island", | |
| "rdioKey": "a224772" | |
| }, | |
| { | |
| "name": "Damned Damned Damned", | |
| "artist": "The Damned", | |
| "rdioKey": "a224811" | |
| }, | |
| { | |
| "name": "From The Muddy Banks Of The Wishkah", | |
| "artist": "Nirvana", | |
| "rdioKey": "a224881" | |
| }, | |
| { | |
| "name": "All The Great Hits", | |
| "artist": "Commodores", | |
| "rdioKey": "a225353" | |
| }, | |
| { | |
| "name": "Tha Carter II", | |
| "artist": "Lil Wayne", | |
| "rdioKey": "a225483" | |
| }, | |
| { | |
| "name": "Maxinquaye (Deluxe Edition)", | |
| "artist": "Tricky", | |
| "rdioKey": "a225649" | |
| }, | |
| { | |
| "name": "Scream Dracula Scream", | |
| "artist": "Rocket From The Crypt", | |
| "rdioKey": "a225799" | |
| }, | |
| { | |
| "name": "Figure 8", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a225898" | |
| }, | |
| { | |
| "name": "Fever To Tell", | |
| "artist": "Yeah Yeah Yeahs", | |
| "rdioKey": "a226993" | |
| }, | |
| { | |
| "name": "Rich Boy", | |
| "artist": "Rich Boy", | |
| "rdioKey": "a227253" | |
| }, | |
| { | |
| "name": "The Blueprint", | |
| "artist": "Jay-Z", | |
| "rdioKey": "a227303" | |
| }, | |
| { | |
| "name": "Journey in Satchidananda", | |
| "artist": "Alice Coltrane", | |
| "rdioKey": "a227355" | |
| }, | |
| { | |
| "name": "Live at Reading", | |
| "artist": "Nirvana", | |
| "rdioKey": "a227781" | |
| }, | |
| { | |
| "name": "Songs For The Deaf", | |
| "artist": "Queens Of The Stone Age", | |
| "rdioKey": "a228021" | |
| }, | |
| { | |
| "name": "Rated R", | |
| "artist": "Queens Of The Stone Age", | |
| "rdioKey": "a228058" | |
| }, | |
| { | |
| "name": "Violent Soho", | |
| "artist": "Violent Soho", | |
| "rdioKey": "a228087" | |
| }, | |
| { | |
| "name": "Show Your Bones", | |
| "artist": "Yeah Yeah Yeahs", | |
| "rdioKey": "a229141" | |
| }, | |
| { | |
| "name": "Return To Cookie Mountain", | |
| "artist": "TV On The Radio", | |
| "rdioKey": "a229505" | |
| }, | |
| { | |
| "name": "Goo (Deluxe Edition)", | |
| "artist": "Sonic Youth", | |
| "rdioKey": "a229728" | |
| }, | |
| { | |
| "name": "Source Tags & Codes", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a229840" | |
| }, | |
| { | |
| "name": "Genepool Convulsions", | |
| "artist": "The Hives", | |
| "rdioKey": "a230226" | |
| }, | |
| { | |
| "name": "Tha Carter", | |
| "artist": "Lil Wayne", | |
| "rdioKey": "a230243" | |
| }, | |
| { | |
| "name": "The Sophtware Slump", | |
| "artist": "Grandaddy", | |
| "rdioKey": "a230578" | |
| }, | |
| { | |
| "name": "Celestica", | |
| "artist": "Crystal Castles", | |
| "rdioKey": "a230618" | |
| }, | |
| { | |
| "name": "The Hives Meet The Norm (single)", | |
| "artist": "The Hives", | |
| "rdioKey": "a230849" | |
| }, | |
| { | |
| "name": "Mellow Gold", | |
| "artist": "Beck", | |
| "rdioKey": "a230903" | |
| }, | |
| { | |
| "name": "2001", | |
| "artist": "Dr. Dre", | |
| "rdioKey": "a231513" | |
| }, | |
| { | |
| "name": "Radio", | |
| "artist": "LL Cool J", | |
| "rdioKey": "a231690" | |
| }, | |
| { | |
| "name": "Licensed To Ill", | |
| "artist": "Beastie Boys", | |
| "rdioKey": "a231701" | |
| }, | |
| { | |
| "name": "Rebirth (Deluxe Version)", | |
| "artist": "Lil Wayne", | |
| "rdioKey": "a231963" | |
| }, | |
| { | |
| "name": "blink-182", | |
| "artist": "Blink-182", | |
| "rdioKey": "a232306" | |
| }, | |
| { | |
| "name": "Tha Carter III", | |
| "artist": "Lil Wayne", | |
| "rdioKey": "a232672" | |
| }, | |
| { | |
| "name": "Endtroducing (Deluxe Edition)", | |
| "artist": "DJ Shadow", | |
| "rdioKey": "a233296" | |
| }, | |
| { | |
| "name": "Up Tight (single)", | |
| "artist": "The Hives", | |
| "rdioKey": "a233340" | |
| }, | |
| { | |
| "name": "Odelay", | |
| "artist": "Beck", | |
| "rdioKey": "a233346" | |
| }, | |
| { | |
| "name": "It's Blitz!", | |
| "artist": "Yeah Yeah Yeahs", | |
| "rdioKey": "a233474" | |
| }, | |
| { | |
| "name": "Ride On / The Chess Masters 1960-1961", | |
| "artist": "Bo Diddley", | |
| "rdioKey": "a233646" | |
| }, | |
| { | |
| "name": "Echoes", | |
| "artist": "The Rapture", | |
| "rdioKey": "a234103" | |
| }, | |
| { | |
| "name": "Take Off Your Pants And Jacket", | |
| "artist": "Blink-182", | |
| "rdioKey": "a234187" | |
| }, | |
| { | |
| "name": "Get Rich Or Die Tryin'", | |
| "artist": "50 Cent", | |
| "rdioKey": "a234329" | |
| }, | |
| { | |
| "name": "Dude Ranch", | |
| "artist": "Blink-182", | |
| "rdioKey": "a234448" | |
| }, | |
| { | |
| "name": "Kimono My House (US Digital Version)", | |
| "artist": "Sparks", | |
| "rdioKey": "a234454" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "Tom Petty and the Heartbreakers", | |
| "rdioKey": "a234538" | |
| }, | |
| { | |
| "name": "Train Of Thought", | |
| "artist": "Reflection Eternal", | |
| "rdioKey": "a234679" | |
| }, | |
| { | |
| "name": "Number 1's", | |
| "artist": "Stevie Wonder", | |
| "rdioKey": "a234851" | |
| }, | |
| { | |
| "name": "Tick Tick Boom (e-single)", | |
| "artist": "The Hives", | |
| "rdioKey": "a234902" | |
| }, | |
| { | |
| "name": "The Marshall Mathers LP", | |
| "artist": "Eminem", | |
| "rdioKey": "a235918" | |
| }, | |
| { | |
| "name": "Dirty (Deluxe Edition)", | |
| "artist": "Sonic Youth", | |
| "rdioKey": "a236087" | |
| }, | |
| { | |
| "name": "The Eminem Show", | |
| "artist": "Eminem", | |
| "rdioKey": "a236115" | |
| }, | |
| { | |
| "name": "Everybody Loves The Sunshine", | |
| "artist": "Roy Ayers", | |
| "rdioKey": "a236336" | |
| }, | |
| { | |
| "name": "Enema Of The State", | |
| "artist": "Blink-182", | |
| "rdioKey": "a236729" | |
| }, | |
| { | |
| "name": "The Slim Shady LP", | |
| "artist": "Eminem", | |
| "rdioKey": "a236814" | |
| }, | |
| { | |
| "name": "New York City", | |
| "artist": "Brazilian Girls", | |
| "rdioKey": "a236919" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "Blink-182", | |
| "rdioKey": "a237100" | |
| }, | |
| { | |
| "name": "Heart And Unicorns", | |
| "artist": "Giant Drag", | |
| "rdioKey": "a237188" | |
| }, | |
| { | |
| "name": "Gold", | |
| "artist": "Buddy Holly", | |
| "rdioKey": "a237202" | |
| }, | |
| { | |
| "name": "The Black Album 2", | |
| "artist": "Jay-Z", | |
| "rdioKey": "a237545" | |
| }, | |
| { | |
| "name": "Ten", | |
| "artist": "Pearl Jam", | |
| "rdioKey": "a237673" | |
| }, | |
| { | |
| "name": "Thriller", | |
| "artist": "Michael Jackson", | |
| "rdioKey": "a237691" | |
| }, | |
| { | |
| "name": "The Essential Michael Jackson", | |
| "artist": "Michael Jackson", | |
| "rdioKey": "a237700" | |
| }, | |
| { | |
| "name": "Off the Wall", | |
| "artist": "Michael Jackson", | |
| "rdioKey": "a237776" | |
| }, | |
| { | |
| "name": "Reign In Blood", | |
| "artist": "Slayer", | |
| "rdioKey": "a237824" | |
| }, | |
| { | |
| "name": "Is This It", | |
| "artist": "The Strokes", | |
| "rdioKey": "a237903" | |
| }, | |
| { | |
| "name": "Enter The Wu-Tang", | |
| "artist": "Wu-Tang Clan", | |
| "rdioKey": "a237918" | |
| }, | |
| { | |
| "name": "Aha Shake Heartbreak", | |
| "artist": "Kings Of Leon", | |
| "rdioKey": "a237923" | |
| }, | |
| { | |
| "name": "Good News For People Who Love Bad News", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a237928" | |
| }, | |
| { | |
| "name": "Kind of Blue", | |
| "artist": "Miles Davis", | |
| "rdioKey": "a237930" | |
| }, | |
| { | |
| "name": "Bad", | |
| "artist": "Michael Jackson", | |
| "rdioKey": "a238174" | |
| }, | |
| { | |
| "name": "Speakerboxxx/The Love Below 2", | |
| "artist": "Outkast", | |
| "rdioKey": "a238330" | |
| }, | |
| { | |
| "name": "Incesticide", | |
| "artist": "Nirvana", | |
| "rdioKey": "a238437" | |
| }, | |
| { | |
| "name": "Britney", | |
| "artist": "Britney Spears", | |
| "rdioKey": "a238588" | |
| }, | |
| { | |
| "name": "Stankonia", | |
| "artist": "Outkast", | |
| "rdioKey": "a238896" | |
| }, | |
| { | |
| "name": "Oops!... I Did It Again", | |
| "artist": "Britney Spears", | |
| "rdioKey": "a238933" | |
| }, | |
| { | |
| "name": "Big Boi & Dre Present, Outkast", | |
| "artist": "Outkast", | |
| "rdioKey": "a239505" | |
| }, | |
| { | |
| "name": "Room On Fire", | |
| "artist": "The Strokes", | |
| "rdioKey": "a239568" | |
| }, | |
| { | |
| "name": "Relative Ways", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a239764" | |
| }, | |
| { | |
| "name": "Foo Fighters", | |
| "artist": "Foo Fighters", | |
| "rdioKey": "a240112" | |
| }, | |
| { | |
| "name": "Aquemini", | |
| "artist": "Outkast", | |
| "rdioKey": "a240122" | |
| }, | |
| { | |
| "name": "Midnight Marauders", | |
| "artist": "A Tribe Called Quest", | |
| "rdioKey": "a240824" | |
| }, | |
| { | |
| "name": "Southernplayalisticadillacmuzik", | |
| "artist": "Outkast", | |
| "rdioKey": "a240849" | |
| }, | |
| { | |
| "name": "Anthology", | |
| "artist": "Muddy Waters", | |
| "rdioKey": "a240947" | |
| }, | |
| { | |
| "name": "Super Hits", | |
| "artist": "Lisa Lisa & Cult Jam", | |
| "rdioKey": "a241032" | |
| }, | |
| { | |
| "name": "ATLiens", | |
| "artist": "Outkast", | |
| "rdioKey": "a241822" | |
| }, | |
| { | |
| "name": "MTV Unplugged In New York", | |
| "artist": "Nirvana", | |
| "rdioKey": "a242030" | |
| }, | |
| { | |
| "name": "Vincebus Eruptum", | |
| "artist": "Blue Cheer", | |
| "rdioKey": "a242100" | |
| }, | |
| { | |
| "name": "Experimental Jet Set, Trash And No Star", | |
| "artist": "Sonic Youth", | |
| "rdioKey": "a242137" | |
| }, | |
| { | |
| "name": "In Utero", | |
| "artist": "Nirvana", | |
| "rdioKey": "a242205" | |
| }, | |
| { | |
| "name": "Experience Hendrix: The Best Of Jimi Hendrix", | |
| "artist": "Jimi Hendrix", | |
| "rdioKey": "a242710" | |
| }, | |
| { | |
| "name": "Cheshire Cat", | |
| "artist": "Blink-182", | |
| "rdioKey": "a242771" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "Stevie Ray Vaughan And Double Trouble", | |
| "rdioKey": "a243353" | |
| }, | |
| { | |
| "name": "Frengers", | |
| "artist": "Mew", | |
| "rdioKey": "a243500" | |
| }, | |
| { | |
| "name": "The Hurdy Gurdy Man", | |
| "artist": "Donovan", | |
| "rdioKey": "a244257" | |
| }, | |
| { | |
| "name": "So So Def Bass All-Stars", | |
| "artist": "Various Artists", | |
| "rdioKey": "a244292" | |
| }, | |
| { | |
| "name": "How To Operate With A Blown Mind", | |
| "artist": "Lo Fidelity Allstars", | |
| "rdioKey": "a244689" | |
| }, | |
| { | |
| "name": "Seasons In The Abyss", | |
| "artist": "Slayer", | |
| "rdioKey": "a245496" | |
| }, | |
| { | |
| "name": "The Moon & Antarctica", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a245826" | |
| }, | |
| { | |
| "name": "Wu-Tang Forever (Explicit)", | |
| "artist": "Wu-Tang Clan", | |
| "rdioKey": "a246902" | |
| }, | |
| { | |
| "name": "Ladies & Gentlemen We Are Floating In Space", | |
| "artist": "Spiritualized", | |
| "rdioKey": "a247227" | |
| }, | |
| { | |
| "name": "Broken Bells", | |
| "artist": "Broken Bells", | |
| "rdioKey": "a250085" | |
| }, | |
| { | |
| "name": "Different Class", | |
| "artist": "Pulp", | |
| "rdioKey": "a250407" | |
| }, | |
| { | |
| "name": "XO", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a252534" | |
| }, | |
| { | |
| "name": "Washing Machine", | |
| "artist": "Sonic Youth", | |
| "rdioKey": "a253995" | |
| }, | |
| { | |
| "name": "Himself", | |
| "artist": "Bill Cosby", | |
| "rdioKey": "a254994" | |
| }, | |
| { | |
| "name": "Live At The Regal", | |
| "artist": "B.B. King", | |
| "rdioKey": "a255881" | |
| }, | |
| { | |
| "name": "Dreamland", | |
| "artist": "Black Box", | |
| "rdioKey": "a256203" | |
| }, | |
| { | |
| "name": "Incense & Peppermints", | |
| "artist": "Strawberry Alarm Clock", | |
| "rdioKey": "a256528" | |
| }, | |
| { | |
| "name": "Dedication: The Very Best Of Thin Lizzy", | |
| "artist": "Thin Lizzy", | |
| "rdioKey": "a258427" | |
| }, | |
| { | |
| "name": "Goo", | |
| "artist": "Sonic Youth", | |
| "rdioKey": "a259560" | |
| }, | |
| { | |
| "name": "Politics Of The Business", | |
| "artist": "Prince Paul", | |
| "rdioKey": "a266759" | |
| }, | |
| { | |
| "name": "Regulate...G Funk Era", | |
| "artist": "Warren G", | |
| "rdioKey": "a268648" | |
| }, | |
| { | |
| "name": "Pre-Emptive Strike", | |
| "artist": "DJ Shadow", | |
| "rdioKey": "a268666" | |
| }, | |
| { | |
| "name": "Psyence Fiction", | |
| "artist": "UNKLE", | |
| "rdioKey": "a268683" | |
| }, | |
| { | |
| "name": "Random Activities and Broken Sunsets", | |
| "artist": "Eight Frozen Modules", | |
| "rdioKey": "a268877" | |
| }, | |
| { | |
| "name": "One Time Bells", | |
| "artist": "French Kicks", | |
| "rdioKey": "a270098" | |
| }, | |
| { | |
| "name": "Swan Song", | |
| "artist": "Giant Drag", | |
| "rdioKey": "a270769" | |
| }, | |
| { | |
| "name": "The Trial Of The Century", | |
| "artist": "French Kicks", | |
| "rdioKey": "a270831" | |
| }, | |
| { | |
| "name": "Life Of Leisure", | |
| "artist": "Washed Out", | |
| "rdioKey": "a271193" | |
| }, | |
| { | |
| "name": "Wolfgang Amadeus Phoenix", | |
| "artist": "Phoenix", | |
| "rdioKey": "a271679" | |
| }, | |
| { | |
| "name": "Exhibit C", | |
| "artist": "Jay Electronica", | |
| "rdioKey": "a273684" | |
| }, | |
| { | |
| "name": "Hombre Lobo", | |
| "artist": "Eels", | |
| "rdioKey": "a276381" | |
| }, | |
| { | |
| "name": "Lincoln", | |
| "artist": "They Might Be Giants", | |
| "rdioKey": "a276657" | |
| }, | |
| { | |
| "name": "Tarred and Feathered", | |
| "artist": "The Hives", | |
| "rdioKey": "a282277" | |
| }, | |
| { | |
| "name": "Greatest Hits", | |
| "artist": "Earth, Wind & Fire", | |
| "rdioKey": "a284736" | |
| }, | |
| { | |
| "name": "Sir Lucious Left Foot...The Son Of Chico Dusty (Deluxe Edition (Explicit))", | |
| "artist": "Big Boi", | |
| "rdioKey": "a285976" | |
| }, | |
| { | |
| "name": "Blonde On Blonde", | |
| "artist": "Bob Dylan", | |
| "rdioKey": "a287488" | |
| }, | |
| { | |
| "name": "Out Of The Blue", | |
| "artist": "Electric Light Orchestra", | |
| "rdioKey": "a287753" | |
| }, | |
| { | |
| "name": "We Were Dead Before The Ship Even Sank", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a288554" | |
| }, | |
| { | |
| "name": "Let's Get Free", | |
| "artist": "Dead Prez", | |
| "rdioKey": "a291081" | |
| }, | |
| { | |
| "name": "Cryptograms", | |
| "artist": "Deerhunter", | |
| "rdioKey": "a291423" | |
| }, | |
| { | |
| "name": "Logos", | |
| "artist": "Atlas Sound", | |
| "rdioKey": "a291679" | |
| }, | |
| { | |
| "name": "Slow Riot for New Zero Kanada", | |
| "artist": "Godspeed You! Black Emperor", | |
| "rdioKey": "a292936" | |
| }, | |
| { | |
| "name": "Playthroughs", | |
| "artist": "Keith Fullerton Whitman", | |
| "rdioKey": "a293028" | |
| }, | |
| { | |
| "name": "Lift Your Skinny Fists Like Antennas to Heaven", | |
| "artist": "Godspeed You! Black Emperor", | |
| "rdioKey": "a293041" | |
| }, | |
| { | |
| "name": "Double Edge", | |
| "artist": "Emika", | |
| "rdioKey": "a295014" | |
| }, | |
| { | |
| "name": "Pilot Talk", | |
| "artist": "Curren$y", | |
| "rdioKey": "a295900" | |
| }, | |
| { | |
| "name": "Seriously Funny", | |
| "artist": "Kevin Hart", | |
| "rdioKey": "a299083" | |
| }, | |
| { | |
| "name": "Graceland (2011 Remaster)", | |
| "artist": "Paul Simon", | |
| "rdioKey": "a301370" | |
| }, | |
| { | |
| "name": "Live At Monterey", | |
| "artist": "Jimi Hendrix", | |
| "rdioKey": "a303879" | |
| }, | |
| { | |
| "name": "King Of The Beach", | |
| "artist": "Wavves", | |
| "rdioKey": "a306047" | |
| }, | |
| { | |
| "name": "New Tropical", | |
| "artist": "James Pants", | |
| "rdioKey": "a306842" | |
| }, | |
| { | |
| "name": "First Impressions Of Earth", | |
| "artist": "The Strokes", | |
| "rdioKey": "a309627" | |
| }, | |
| { | |
| "name": "Robbers & Cowards", | |
| "artist": "Cold War Kids", | |
| "rdioKey": "a321457" | |
| }, | |
| { | |
| "name": "Festival Thyme", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a321897" | |
| }, | |
| { | |
| "name": "Crystal Castles", | |
| "artist": "Crystal Castles", | |
| "rdioKey": "a322027" | |
| }, | |
| { | |
| "name": "Continent", | |
| "artist": "CFCF", | |
| "rdioKey": "a322462" | |
| }, | |
| { | |
| "name": "Fly By Night", | |
| "artist": "Rush", | |
| "rdioKey": "a322565" | |
| }, | |
| { | |
| "name": "Exile In Guyville", | |
| "artist": "Liz Phair", | |
| "rdioKey": "a324215" | |
| }, | |
| { | |
| "name": "Chronicle: 20 Greatest Hits", | |
| "artist": "Creedence Clearwater Revival", | |
| "rdioKey": "a324275" | |
| }, | |
| { | |
| "name": "The Fruit That Ate Itself", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a325574" | |
| }, | |
| { | |
| "name": "God Don't Make No Junk", | |
| "artist": "The Halo Benders", | |
| "rdioKey": "a325577" | |
| }, | |
| { | |
| "name": "The Normal Years", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a325659" | |
| }, | |
| { | |
| "name": "The Glow Pt. 2", | |
| "artist": "The Microphones", | |
| "rdioKey": "a325696" | |
| }, | |
| { | |
| "name": "Young Team", | |
| "artist": "Mogwai", | |
| "rdioKey": "a326003" | |
| }, | |
| { | |
| "name": "You EP", | |
| "artist": "Gold Panda", | |
| "rdioKey": "a328191" | |
| }, | |
| { | |
| "name": "Death Is This Communion", | |
| "artist": "High On Fire", | |
| "rdioKey": "a328223" | |
| }, | |
| { | |
| "name": "Payback", | |
| "artist": "Dabrye", | |
| "rdioKey": "a329030" | |
| }, | |
| { | |
| "name": "Songs About Fucking Steve Albini", | |
| "artist": "Kid606", | |
| "rdioKey": "a330047" | |
| }, | |
| { | |
| "name": "Selected Ambient Works, Vol. II", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a337740" | |
| }, | |
| { | |
| "name": "So..Hows Your Girl", | |
| "artist": "Handsome Boy Modeling School", | |
| "rdioKey": "a342996" | |
| }, | |
| { | |
| "name": "The Master's Bedroom Is Worth Spending a Night In", | |
| "artist": "Thee Oh Sees", | |
| "rdioKey": "a345005" | |
| }, | |
| { | |
| "name": "Werewolves and Lollipops", | |
| "artist": "Patton Oswalt", | |
| "rdioKey": "a351538" | |
| }, | |
| { | |
| "name": "Music for 18 Musicians", | |
| "artist": "Steve Reich", | |
| "rdioKey": "a354528" | |
| }, | |
| { | |
| "name": "I Care Because You Do", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a355264" | |
| }, | |
| { | |
| "name": "Giant Steps (Deluxe Edition)", | |
| "artist": "John Coltrane", | |
| "rdioKey": "a355325" | |
| }, | |
| { | |
| "name": "8-Way Santa", | |
| "artist": "Tad", | |
| "rdioKey": "a355818" | |
| }, | |
| { | |
| "name": "More Parts Per Million", | |
| "artist": "The Thermals", | |
| "rdioKey": "a355849" | |
| }, | |
| { | |
| "name": "Heads Up", | |
| "artist": "Death From Above 1979", | |
| "rdioKey": "a365222" | |
| }, | |
| { | |
| "name": "Hardline", | |
| "artist": "The Gasman", | |
| "rdioKey": "a365443" | |
| }, | |
| { | |
| "name": "Hazyville", | |
| "artist": "Actress", | |
| "rdioKey": "a368722" | |
| }, | |
| { | |
| "name": "Exquisite Corpse", | |
| "artist": "Warpaint", | |
| "rdioKey": "a368759" | |
| }, | |
| { | |
| "name": "Weirdo Rippers", | |
| "artist": "No Age", | |
| "rdioKey": "a369138" | |
| }, | |
| { | |
| "name": "Maniac Meat", | |
| "artist": "Tobacco", | |
| "rdioKey": "a370198" | |
| }, | |
| { | |
| "name": "Street Horrrsing", | |
| "artist": "Fuck Buttons", | |
| "rdioKey": "a370899" | |
| }, | |
| { | |
| "name": "The World of Cecil Taylor", | |
| "artist": "Cecil Taylor", | |
| "rdioKey": "a371681" | |
| }, | |
| { | |
| "name": "Dandelion Gum", | |
| "artist": "Black Moth Super Rainbow", | |
| "rdioKey": "a371829" | |
| }, | |
| { | |
| "name": "Tarot Sport", | |
| "artist": "Fuck Buttons", | |
| "rdioKey": "a372438" | |
| }, | |
| { | |
| "name": "Beach Fossils", | |
| "artist": "Beach Fossils", | |
| "rdioKey": "a372877" | |
| }, | |
| { | |
| "name": "Never Mind the Bombings, Here's Your Six Figures", | |
| "artist": "United Nations", | |
| "rdioKey": "a372951" | |
| }, | |
| { | |
| "name": "Jam On Revenge", | |
| "artist": "Newcleus", | |
| "rdioKey": "a375766" | |
| }, | |
| { | |
| "name": "Turn On The Bright Lights", | |
| "artist": "Interpol", | |
| "rdioKey": "a378225" | |
| }, | |
| { | |
| "name": "All-Time Greatest Hits", | |
| "artist": "Buck Owens", | |
| "rdioKey": "a381333" | |
| }, | |
| { | |
| "name": "Power To The People [Keepnews Collection] (Remastered)", | |
| "artist": "Joe Henderson", | |
| "rdioKey": "a384895" | |
| }, | |
| { | |
| "name": "Tomorrow Is The Question!", | |
| "artist": "Ornette Coleman", | |
| "rdioKey": "a385033" | |
| }, | |
| { | |
| "name": "The New Miles Davis Quintet", | |
| "artist": "Miles Davis", | |
| "rdioKey": "a388037" | |
| }, | |
| { | |
| "name": "Steamin' [Rudy Van Gelder edition]", | |
| "artist": "Miles Davis", | |
| "rdioKey": "a388369" | |
| }, | |
| { | |
| "name": "Bitches Brew (Legacy Edition)", | |
| "artist": "Miles Davis", | |
| "rdioKey": "a391651" | |
| }, | |
| { | |
| "name": "It's Jimi", | |
| "artist": "DJ Jimi", | |
| "rdioKey": "a393944" | |
| }, | |
| { | |
| "name": "Get To You", | |
| "artist": "MC Latina", | |
| "rdioKey": "a393960" | |
| }, | |
| { | |
| "name": "So, Were They In Some Sort Of Fight?", | |
| "artist": "A Minor Forest", | |
| "rdioKey": "a394155" | |
| }, | |
| { | |
| "name": "Ty Segall", | |
| "artist": "Ty Segall", | |
| "rdioKey": "a394708" | |
| }, | |
| { | |
| "name": "7\"", | |
| "artist": "Obits", | |
| "rdioKey": "a394814" | |
| }, | |
| { | |
| "name": "The Night Shift", | |
| "artist": "Brent Weinbach", | |
| "rdioKey": "a394849" | |
| }, | |
| { | |
| "name": "Nia", | |
| "artist": "Blackalicious", | |
| "rdioKey": "a397215" | |
| }, | |
| { | |
| "name": "Martians & Spaceships", | |
| "artist": "Bochum Welt", | |
| "rdioKey": "a398672" | |
| }, | |
| { | |
| "name": "Elan", | |
| "artist": "Bochum Welt", | |
| "rdioKey": "a398923" | |
| }, | |
| { | |
| "name": "Ride the Skies", | |
| "artist": "Lightning Bolt", | |
| "rdioKey": "a406170" | |
| }, | |
| { | |
| "name": "Christmas Island", | |
| "artist": "Christmas Island", | |
| "rdioKey": "a417026" | |
| }, | |
| { | |
| "name": "Countdown", | |
| "artist": "The Stingrays", | |
| "rdioKey": "a417099" | |
| }, | |
| { | |
| "name": "Skit I Allt", | |
| "artist": "Dungen", | |
| "rdioKey": "a420128" | |
| }, | |
| { | |
| "name": "Threat To Creation", | |
| "artist": "New Age Steppers/Creation Rebel", | |
| "rdioKey": "a420170" | |
| }, | |
| { | |
| "name": "The Stingrays At the Dugout in '77: The Sound of Two Hands Clapping", | |
| "artist": "The Stingrays", | |
| "rdioKey": "a421926" | |
| }, | |
| { | |
| "name": "Lookout Weekend", | |
| "artist": "Debbie Deb", | |
| "rdioKey": "a422434" | |
| }, | |
| { | |
| "name": "Hits Anthology", | |
| "artist": "Lil Suzy", | |
| "rdioKey": "a423756" | |
| }, | |
| { | |
| "name": "Then: The Earlier Years", | |
| "artist": "They Might Be Giants", | |
| "rdioKey": "a444669" | |
| }, | |
| { | |
| "name": "Dance to the Best of ESG", | |
| "artist": "ESG", | |
| "rdioKey": "a445911" | |
| }, | |
| { | |
| "name": "Ultimate Alternative Wavers", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a446068" | |
| }, | |
| { | |
| "name": "Double Fantasy Stripped Down", | |
| "artist": "John Lennon", | |
| "rdioKey": "a447291" | |
| }, | |
| { | |
| "name": "Psicicite", | |
| "artist": "Xanopticon", | |
| "rdioKey": "a448695" | |
| }, | |
| { | |
| "name": "Everything In Between", | |
| "artist": "No Age", | |
| "rdioKey": "a451508" | |
| }, | |
| { | |
| "name": "Country Sh*t", | |
| "artist": "Big K.R.I.T.", | |
| "rdioKey": "a458721" | |
| }, | |
| { | |
| "name": "No Name No Color", | |
| "artist": "Middle Class Rut", | |
| "rdioKey": "a467648" | |
| }, | |
| { | |
| "name": "I Robot", | |
| "artist": "Alan Parsons", | |
| "rdioKey": "a473412" | |
| }, | |
| { | |
| "name": "Charles: Ives: \"Concord\" Sonata/Maurice Wright: Sonata", | |
| "artist": "Marc-André Hamelin", | |
| "rdioKey": "a479754" | |
| }, | |
| { | |
| "name": "A Walk in the Park - EP", | |
| "artist": "Zeena Gulzar", | |
| "rdioKey": "a483198" | |
| }, | |
| { | |
| "name": "Barbra Streisand", | |
| "artist": "Duck Sauce", | |
| "rdioKey": "a489931" | |
| }, | |
| { | |
| "name": "You Think You Really Know Me", | |
| "artist": "Gary Wilson", | |
| "rdioKey": "a494698" | |
| }, | |
| { | |
| "name": "BCD-2", | |
| "artist": "Basic Channel", | |
| "rdioKey": "a497903" | |
| }, | |
| { | |
| "name": "Happy Birthday!", | |
| "artist": "Modeselektor", | |
| "rdioKey": "a497917" | |
| }, | |
| { | |
| "name": "Radiance", | |
| "artist": "Basic Channel", | |
| "rdioKey": "a499431" | |
| }, | |
| { | |
| "name": "The Rawkers", | |
| "artist": "Cassius", | |
| "rdioKey": "a501206" | |
| }, | |
| { | |
| "name": "Moderat (Deluxe Version)", | |
| "artist": "Moderat", | |
| "rdioKey": "a501495" | |
| }, | |
| { | |
| "name": "Sleep Forever", | |
| "artist": "Crocodiles", | |
| "rdioKey": "a503227" | |
| }, | |
| { | |
| "name": "The Slider", | |
| "artist": "T. Rex", | |
| "rdioKey": "a508131" | |
| }, | |
| { | |
| "name": "Nightcall", | |
| "artist": "Kavinsky", | |
| "rdioKey": "a511186" | |
| }, | |
| { | |
| "name": "Cinema Obscura", | |
| "artist": "Kiki", | |
| "rdioKey": "a512705" | |
| }, | |
| { | |
| "name": "Pharoah Sanders' Finest", | |
| "artist": "Pharoah Sanders", | |
| "rdioKey": "a513405" | |
| }, | |
| { | |
| "name": "Plugs Plus", | |
| "artist": "Dat Politics", | |
| "rdioKey": "a516894" | |
| }, | |
| { | |
| "name": "The Four Trees", | |
| "artist": "Caspian", | |
| "rdioKey": "a517962" | |
| }, | |
| { | |
| "name": "Splazsh", | |
| "artist": "Actress", | |
| "rdioKey": "a518446" | |
| }, | |
| { | |
| "name": "And I You, To Pieces", | |
| "artist": "Silian Rail", | |
| "rdioKey": "a526251" | |
| }, | |
| { | |
| "name": "The Form and Fate of Lakes", | |
| "artist": "Form And Fate", | |
| "rdioKey": "a526297" | |
| }, | |
| { | |
| "name": "Tran EP", | |
| "artist": "The Aimless Never Miss", | |
| "rdioKey": "a527511" | |
| }, | |
| { | |
| "name": "Recirc", | |
| "artist": "Form And Fate", | |
| "rdioKey": "a528901" | |
| }, | |
| { | |
| "name": "Blurred In My Mirror", | |
| "artist": "Tujiko Noriko", | |
| "rdioKey": "a531728" | |
| }, | |
| { | |
| "name": "Matthew", | |
| "artist": "Kool Keith", | |
| "rdioKey": "a537756" | |
| }, | |
| { | |
| "name": "Landing", | |
| "artist": "Taylor Deupree", | |
| "rdioKey": "a538977" | |
| }, | |
| { | |
| "name": "The Last Little Life EP", | |
| "artist": "The Rentals", | |
| "rdioKey": "a550625" | |
| }, | |
| { | |
| "name": "The Secret Of Elena's Tomb", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a555225" | |
| }, | |
| { | |
| "name": "Magazines", | |
| "artist": "White Lung", | |
| "rdioKey": "a559971" | |
| }, | |
| { | |
| "name": "Atlanta - Single", | |
| "artist": "White Lung", | |
| "rdioKey": "a561200" | |
| }, | |
| { | |
| "name": "7\"", | |
| "artist": "Obits", | |
| "rdioKey": "a563304" | |
| }, | |
| { | |
| "name": "Book of Dreams", | |
| "artist": "Steve Miller Band", | |
| "rdioKey": "a566843" | |
| }, | |
| { | |
| "name": "Agaetis Byrjun", | |
| "artist": "Sigur Rós", | |
| "rdioKey": "a572166" | |
| }, | |
| { | |
| "name": "My Beautiful Dark Twisted Fantasy", | |
| "artist": "Kanye West", | |
| "rdioKey": "a575650" | |
| }, | |
| { | |
| "name": "Now, More Charm And More Tender", | |
| "artist": "P.E.E.", | |
| "rdioKey": "a578043" | |
| }, | |
| { | |
| "name": "This Isn't the Beginning of Anything", | |
| "artist": "James & Evander", | |
| "rdioKey": "a578132" | |
| }, | |
| { | |
| "name": "Thee Hounds of Foggy Notion", | |
| "artist": "Thee Oh Sees", | |
| "rdioKey": "a578133" | |
| }, | |
| { | |
| "name": "Readyville", | |
| "artist": "Readyville", | |
| "rdioKey": "a582567" | |
| }, | |
| { | |
| "name": "The Awkward Turtle EP +1", | |
| "artist": "James & Evander", | |
| "rdioKey": "a583356" | |
| }, | |
| { | |
| "name": "Never Do", | |
| "artist": "The Stingrays", | |
| "rdioKey": "a592800" | |
| }, | |
| { | |
| "name": "TRON: Legacy", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a594422" | |
| }, | |
| { | |
| "name": "What They Say", | |
| "artist": "Maya Jane Coles", | |
| "rdioKey": "a601948" | |
| }, | |
| { | |
| "name": "Hilarious", | |
| "artist": "Louis C.K.", | |
| "rdioKey": "a603185" | |
| }, | |
| { | |
| "name": "Thank You Happy Birthday", | |
| "artist": "Cage The Elephant", | |
| "rdioKey": "a607896" | |
| }, | |
| { | |
| "name": "Experience", | |
| "artist": "The Prodigy", | |
| "rdioKey": "a610069" | |
| }, | |
| { | |
| "name": "Ga Ga Ga Ga Ga", | |
| "artist": "Spoon", | |
| "rdioKey": "a610174" | |
| }, | |
| { | |
| "name": "Gimme Fiction", | |
| "artist": "Spoon", | |
| "rdioKey": "a610204" | |
| }, | |
| { | |
| "name": "On Avery Island", | |
| "artist": "Neutral Milk Hotel", | |
| "rdioKey": "a610205" | |
| }, | |
| { | |
| "name": "A Chance To Cut Is A Chance To Cure", | |
| "artist": "Matmos", | |
| "rdioKey": "a610297" | |
| }, | |
| { | |
| "name": "Matmos", | |
| "artist": "Matmos", | |
| "rdioKey": "a610338" | |
| }, | |
| { | |
| "name": "Kill the Moonlight", | |
| "artist": "Spoon", | |
| "rdioKey": "a610396" | |
| }, | |
| { | |
| "name": "You Are Free", | |
| "artist": "Cat Power", | |
| "rdioKey": "a610413" | |
| }, | |
| { | |
| "name": "Slanted & Enchanted: Luxe & Reduxe", | |
| "artist": "Pavement", | |
| "rdioKey": "a610460" | |
| }, | |
| { | |
| "name": "The Civil War", | |
| "artist": "Matmos", | |
| "rdioKey": "a610466" | |
| }, | |
| { | |
| "name": "Gearhound", | |
| "artist": "Lesser", | |
| "rdioKey": "a610499" | |
| }, | |
| { | |
| "name": "In the Aeroplane Over the Sea", | |
| "artist": "Neutral Milk Hotel", | |
| "rdioKey": "a610569" | |
| }, | |
| { | |
| "name": "Childish Prodigy", | |
| "artist": "Kurt Vile", | |
| "rdioKey": "a610644" | |
| }, | |
| { | |
| "name": "Vulvaland", | |
| "artist": "Mouse On Mars", | |
| "rdioKey": "a611139" | |
| }, | |
| { | |
| "name": "Quasi-Objects", | |
| "artist": "Matmos", | |
| "rdioKey": "a611977" | |
| }, | |
| { | |
| "name": "Suppressive Acts I-X", | |
| "artist": "Lesser", | |
| "rdioKey": "a611988" | |
| }, | |
| { | |
| "name": "Crooked Rain, Crooked Rain", | |
| "artist": "Pavement", | |
| "rdioKey": "a611997" | |
| }, | |
| { | |
| "name": "Surfer Rosa", | |
| "artist": "Pixies", | |
| "rdioKey": "a612086" | |
| }, | |
| { | |
| "name": "Tallahassee", | |
| "artist": "The Mountain Goats", | |
| "rdioKey": "a612098" | |
| }, | |
| { | |
| "name": "Come On Pilgrim", | |
| "artist": "Pixies", | |
| "rdioKey": "a612191" | |
| }, | |
| { | |
| "name": "Watch Me Fall", | |
| "artist": "Jay Reatard", | |
| "rdioKey": "a612401" | |
| }, | |
| { | |
| "name": "Boxer", | |
| "artist": "The National", | |
| "rdioKey": "a612500" | |
| }, | |
| { | |
| "name": "The Suburbs", | |
| "artist": "Arcade Fire", | |
| "rdioKey": "a612549" | |
| }, | |
| { | |
| "name": "A Series of Sneaks", | |
| "artist": "Spoon", | |
| "rdioKey": "a612567" | |
| }, | |
| { | |
| "name": "Thriller", | |
| "artist": "Lambchop", | |
| "rdioKey": "a612639" | |
| }, | |
| { | |
| "name": "69 Love Songs", | |
| "artist": "The Magnetic Fields", | |
| "rdioKey": "a612654" | |
| }, | |
| { | |
| "name": "Experience : Expanded", | |
| "artist": "The Prodigy", | |
| "rdioKey": "a612993" | |
| }, | |
| { | |
| "name": "Mosaic", | |
| "artist": "Love Of Diagrams", | |
| "rdioKey": "a613027" | |
| }, | |
| { | |
| "name": "Doolittle", | |
| "artist": "Pixies", | |
| "rdioKey": "a613211" | |
| }, | |
| { | |
| "name": "Wowee Zowee: Sordid Sentinels Edition", | |
| "artist": "Pavement", | |
| "rdioKey": "a613265" | |
| }, | |
| { | |
| "name": "Geometry", | |
| "artist": "Jega", | |
| "rdioKey": "a613367" | |
| }, | |
| { | |
| "name": "The Pleasure Principle", | |
| "artist": "Gary Numan", | |
| "rdioKey": "a613386" | |
| }, | |
| { | |
| "name": "Slanted & Enchanted", | |
| "artist": "Pavement", | |
| "rdioKey": "a613430" | |
| }, | |
| { | |
| "name": "Moon Pix", | |
| "artist": "Cat Power", | |
| "rdioKey": "a613433" | |
| }, | |
| { | |
| "name": "Everything!", | |
| "artist": "Tones On Tail", | |
| "rdioKey": "a613553" | |
| }, | |
| { | |
| "name": "Mass Romantic REMASTERED", | |
| "artist": "The New Pornographers", | |
| "rdioKey": "a613559" | |
| }, | |
| { | |
| "name": "Better Days Will Haunt You", | |
| "artist": "Chavez", | |
| "rdioKey": "a613828" | |
| }, | |
| { | |
| "name": "Come on Die Young", | |
| "artist": "Mogwai", | |
| "rdioKey": "a613835" | |
| }, | |
| { | |
| "name": "Death To The Pixies", | |
| "artist": "Pixies", | |
| "rdioKey": "a613882" | |
| }, | |
| { | |
| "name": "The Rose Has Teeth In The Mouth Of A Beast", | |
| "artist": "Matmos", | |
| "rdioKey": "a613939" | |
| }, | |
| { | |
| "name": "Trompe Le Monde", | |
| "artist": "Pixies", | |
| "rdioKey": "a613951" | |
| }, | |
| { | |
| "name": "Matador Singles ‘08", | |
| "artist": "Jay Reatard", | |
| "rdioKey": "a614033" | |
| }, | |
| { | |
| "name": "Alligator", | |
| "artist": "The National", | |
| "rdioKey": "a614066" | |
| }, | |
| { | |
| "name": "XX", | |
| "artist": "The xx", | |
| "rdioKey": "a614069" | |
| }, | |
| { | |
| "name": "Crooked Rain, Crooked Rain: LA's Desert Origins", | |
| "artist": "Pavement", | |
| "rdioKey": "a614120" | |
| }, | |
| { | |
| "name": "Classics", | |
| "artist": "Ratatat", | |
| "rdioKey": "a614237" | |
| }, | |
| { | |
| "name": "Supreme Balloon", | |
| "artist": "Matmos", | |
| "rdioKey": "a614264" | |
| }, | |
| { | |
| "name": "The Fool", | |
| "artist": "Warpaint", | |
| "rdioKey": "a615593" | |
| }, | |
| { | |
| "name": "Your New Favourite Band", | |
| "artist": "The Hives", | |
| "rdioKey": "a615624" | |
| }, | |
| { | |
| "name": "vs. (Remastered)", | |
| "artist": "Mission of Burma", | |
| "rdioKey": "a615700" | |
| }, | |
| { | |
| "name": "Spectrum", | |
| "artist": "Jega", | |
| "rdioKey": "a615775" | |
| }, | |
| { | |
| "name": "Love Of Diagrams EP", | |
| "artist": "Love Of Diagrams", | |
| "rdioKey": "a620695" | |
| }, | |
| { | |
| "name": "Autoditacker", | |
| "artist": "Mouse On Mars", | |
| "rdioKey": "a621035" | |
| }, | |
| { | |
| "name": "Latin", | |
| "artist": "Holy Fuck", | |
| "rdioKey": "a622348" | |
| }, | |
| { | |
| "name": "Cloud Nothings", | |
| "artist": "Cloud Nothings", | |
| "rdioKey": "a622447" | |
| }, | |
| { | |
| "name": "Iaora Tahiti", | |
| "artist": "Mouse On Mars", | |
| "rdioKey": "a622582" | |
| }, | |
| { | |
| "name": "Bossanova", | |
| "artist": "Pixies", | |
| "rdioKey": "a622671" | |
| }, | |
| { | |
| "name": "Pick Up", | |
| "artist": "Solex", | |
| "rdioKey": "a622686" | |
| }, | |
| { | |
| "name": "A Collection of Pop Classics", | |
| "artist": "Reagan Youth", | |
| "rdioKey": "a625107" | |
| }, | |
| { | |
| "name": "Moonglow / This Bitter Earth 7 Inch", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a630842" | |
| }, | |
| { | |
| "name": "The Abduction of Barry", | |
| "artist": "Eight Frozen Modules", | |
| "rdioKey": "a631006" | |
| }, | |
| { | |
| "name": "The Album?", | |
| "artist": "Doormouse", | |
| "rdioKey": "a631077" | |
| }, | |
| { | |
| "name": "Team Goon", | |
| "artist": "D.I.", | |
| "rdioKey": "a632339" | |
| }, | |
| { | |
| "name": "Teddy Boy", | |
| "artist": "Kavinsky", | |
| "rdioKey": "a632641" | |
| }, | |
| { | |
| "name": "Hardcore Will Never Die, But You Will", | |
| "artist": "Mogwai", | |
| "rdioKey": "a637574" | |
| }, | |
| { | |
| "name": "Acid Tracks", | |
| "artist": "Phuture", | |
| "rdioKey": "a639269" | |
| }, | |
| { | |
| "name": "The Idiots Are Winning", | |
| "artist": "James Holden", | |
| "rdioKey": "a644097" | |
| }, | |
| { | |
| "name": "Politics", | |
| "artist": "Sébastien Tellier", | |
| "rdioKey": "a644119" | |
| }, | |
| { | |
| "name": "Touched", | |
| "artist": "Blondes", | |
| "rdioKey": "a645402" | |
| }, | |
| { | |
| "name": "Personal Life", | |
| "artist": "The Thermals", | |
| "rdioKey": "a647177" | |
| }, | |
| { | |
| "name": "Future Perfect", | |
| "artist": "Autolux", | |
| "rdioKey": "a649356" | |
| }, | |
| { | |
| "name": "Elliott Smith", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a653607" | |
| }, | |
| { | |
| "name": "Repetition", | |
| "artist": "Unwound", | |
| "rdioKey": "a653620" | |
| }, | |
| { | |
| "name": "Dig Me Out", | |
| "artist": "Sleater-Kinney", | |
| "rdioKey": "a653633" | |
| }, | |
| { | |
| "name": "The Hot Rock", | |
| "artist": "Sleater-Kinney", | |
| "rdioKey": "a653666" | |
| }, | |
| { | |
| "name": "All Hands on the Bad One", | |
| "artist": "Sleater-Kinney", | |
| "rdioKey": "a653755" | |
| }, | |
| { | |
| "name": "One Beat", | |
| "artist": "Sleater-Kinney", | |
| "rdioKey": "a653859" | |
| }, | |
| { | |
| "name": "My Melody", | |
| "artist": "Stereo Total", | |
| "rdioKey": "a654176" | |
| }, | |
| { | |
| "name": "New Moon", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a654242" | |
| }, | |
| { | |
| "name": "Roman Candle", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a654980" | |
| }, | |
| { | |
| "name": "From A Basement On The Hill", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a654998" | |
| }, | |
| { | |
| "name": "Hold Your Horse Is", | |
| "artist": "Hella", | |
| "rdioKey": "a655294" | |
| }, | |
| { | |
| "name": "The Very Best Of", | |
| "artist": "Men's Recovery Project", | |
| "rdioKey": "a655389" | |
| }, | |
| { | |
| "name": "The Devil Isn't Red", | |
| "artist": "Hella", | |
| "rdioKey": "a655421" | |
| }, | |
| { | |
| "name": "Nguzunguzu - 12 inch", | |
| "artist": "Nguzunguzu", | |
| "rdioKey": "a655618" | |
| }, | |
| { | |
| "name": "Wooden Box", | |
| "artist": "Factory Floor", | |
| "rdioKey": "a655924" | |
| }, | |
| { | |
| "name": "Pinback", | |
| "artist": "Pinback", | |
| "rdioKey": "a656098" | |
| }, | |
| { | |
| "name": "Blue Screen Life", | |
| "artist": "Pinback", | |
| "rdioKey": "a656108" | |
| }, | |
| { | |
| "name": "Xylem Tube EP", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a657607" | |
| }, | |
| { | |
| "name": "Selected Ambient Works 85-92", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a657985" | |
| }, | |
| { | |
| "name": "The John Baker Tapes Volume 1", | |
| "artist": "John Baker", | |
| "rdioKey": "a658054" | |
| }, | |
| { | |
| "name": "Transit", | |
| "artist": "Xela", | |
| "rdioKey": "a658967" | |
| }, | |
| { | |
| "name": "Digeridoo", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a661625" | |
| }, | |
| { | |
| "name": "Marriage", | |
| "artist": "Gold Panda", | |
| "rdioKey": "a662306" | |
| }, | |
| { | |
| "name": "Smudge Another Yesterday", | |
| "artist": "Pimmon", | |
| "rdioKey": "a664867" | |
| }, | |
| { | |
| "name": "Smoke Ring For My Halo", | |
| "artist": "Kurt Vile", | |
| "rdioKey": "a667891" | |
| }, | |
| { | |
| "name": "Classics", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a669836" | |
| }, | |
| { | |
| "name": "Yer Living Grave", | |
| "artist": "Japanther", | |
| "rdioKey": "a672984" | |
| }, | |
| { | |
| "name": "Bad Brains", | |
| "artist": "Bad Brains", | |
| "rdioKey": "a673053" | |
| }, | |
| { | |
| "name": "Some Best Friend You Turned Out To Be", | |
| "artist": "Max Tundra", | |
| "rdioKey": "a673460" | |
| }, | |
| { | |
| "name": "Either Or", | |
| "artist": "Elliott Smith", | |
| "rdioKey": "a673632" | |
| }, | |
| { | |
| "name": "Dump The Body In Rikki Lake", | |
| "artist": "Japanther", | |
| "rdioKey": "a673688" | |
| }, | |
| { | |
| "name": "Angles", | |
| "artist": "The Strokes", | |
| "rdioKey": "a675654" | |
| }, | |
| { | |
| "name": "With The Lights Out - Box Set", | |
| "artist": "Nirvana", | |
| "rdioKey": "a677228" | |
| }, | |
| { | |
| "name": "Mazes", | |
| "artist": "Moon Duo", | |
| "rdioKey": "a678128" | |
| }, | |
| { | |
| "name": "New Brigade", | |
| "artist": "Iceage", | |
| "rdioKey": "a680267" | |
| }, | |
| { | |
| "name": "(R E A L L O V E)", | |
| "artist": "Factory Floor", | |
| "rdioKey": "a680274" | |
| }, | |
| { | |
| "name": "Bespoke", | |
| "artist": "Daedelus", | |
| "rdioKey": "a685953" | |
| }, | |
| { | |
| "name": "Companion", | |
| "artist": "Gold Panda", | |
| "rdioKey": "a686725" | |
| }, | |
| { | |
| "name": "TRON Legacy: Reconfigured", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a687025" | |
| }, | |
| { | |
| "name": "Roads to Judah", | |
| "artist": "Deafheaven", | |
| "rdioKey": "a687056" | |
| }, | |
| { | |
| "name": "Diydui - EP", | |
| "artist": "FIDLAR", | |
| "rdioKey": "a687492" | |
| }, | |
| { | |
| "name": "Wit's End", | |
| "artist": "Cass McCombs", | |
| "rdioKey": "a693640" | |
| }, | |
| { | |
| "name": "The Pod", | |
| "artist": "Ween", | |
| "rdioKey": "a703129" | |
| }, | |
| { | |
| "name": "First Step", | |
| "artist": "Zhao", | |
| "rdioKey": "a706207" | |
| }, | |
| { | |
| "name": "Gunz N' Butta", | |
| "artist": "Cam'ron & Vado", | |
| "rdioKey": "a712471" | |
| }, | |
| { | |
| "name": "Conspiracy Pt.1", | |
| "artist": "Gesaffelstein", | |
| "rdioKey": "a714171" | |
| }, | |
| { | |
| "name": "1999", | |
| "artist": "Cassius", | |
| "rdioKey": "a715190" | |
| }, | |
| { | |
| "name": "Wow Twist", | |
| "artist": "Dat Politics", | |
| "rdioKey": "a731486" | |
| }, | |
| { | |
| "name": "Duplex", | |
| "artist": "Apparat", | |
| "rdioKey": "a731616" | |
| }, | |
| { | |
| "name": "Best of Loma Records-Rise and Fall of a 1960's Soul Label", | |
| "artist": "Various Artists", | |
| "rdioKey": "a737938" | |
| }, | |
| { | |
| "name": "Turtleneck & Chain", | |
| "artist": "The Lonely Island", | |
| "rdioKey": "a739678" | |
| }, | |
| { | |
| "name": "Nowhere Forever", | |
| "artist": "Love Of Diagrams", | |
| "rdioKey": "a740068" | |
| }, | |
| { | |
| "name": "Diaper Island", | |
| "artist": "Chad VanGaalen", | |
| "rdioKey": "a743772" | |
| }, | |
| { | |
| "name": "Vaya", | |
| "artist": "At The Drive-In", | |
| "rdioKey": "a745199" | |
| }, | |
| { | |
| "name": "In/Casino/Out", | |
| "artist": "At The Drive-In", | |
| "rdioKey": "a745270" | |
| }, | |
| { | |
| "name": "Blank-Wave Arcade", | |
| "artist": "The Faint", | |
| "rdioKey": "a750555" | |
| }, | |
| { | |
| "name": "Bummer Bee", | |
| "artist": "Slow Trucks", | |
| "rdioKey": "a755240" | |
| }, | |
| { | |
| "name": "Pure Guava", | |
| "artist": "Ween", | |
| "rdioKey": "a768797" | |
| }, | |
| { | |
| "name": "Galactic Melt", | |
| "artist": "Com Truise", | |
| "rdioKey": "a774383" | |
| }, | |
| { | |
| "name": "The Glands", | |
| "artist": "The Glands", | |
| "rdioKey": "a775710" | |
| }, | |
| { | |
| "name": "Go Tell Fire To The Mountain", | |
| "artist": "WU LYF", | |
| "rdioKey": "a780774" | |
| }, | |
| { | |
| "name": "Box Of The Last Help", | |
| "artist": "Core Of The Coalman", | |
| "rdioKey": "a783211" | |
| }, | |
| { | |
| "name": "R4 The Prequel", | |
| "artist": "Big K.R.I.T.", | |
| "rdioKey": "a808592" | |
| }, | |
| { | |
| "name": "Sol Invictus", | |
| "artist": "Form And Fate", | |
| "rdioKey": "a809917" | |
| }, | |
| { | |
| "name": "Lost Chance", | |
| "artist": "James Chance & The Contortions", | |
| "rdioKey": "a812150" | |
| }, | |
| { | |
| "name": "Lounge Lizards", | |
| "artist": "Purling Hiss", | |
| "rdioKey": "a812920" | |
| }, | |
| { | |
| "name": "Gun Shy", | |
| "artist": "Widowspeak", | |
| "rdioKey": "a814475" | |
| }, | |
| { | |
| "name": "Unknown Mortal Orchestra", | |
| "artist": "Unknown Mortal Orchestra", | |
| "rdioKey": "a815944" | |
| }, | |
| { | |
| "name": "SBTRKT", | |
| "artist": "SBTRKT", | |
| "rdioKey": "a819801" | |
| }, | |
| { | |
| "name": "We Are The Champions", | |
| "artist": "Jeff The Brotherhood", | |
| "rdioKey": "a821528" | |
| }, | |
| { | |
| "name": "Dance in Dark EP", | |
| "artist": "Proxy", | |
| "rdioKey": "a824259" | |
| }, | |
| { | |
| "name": "Cosmo Vitelli", | |
| "artist": "Cosmo Vitelli", | |
| "rdioKey": "a824429" | |
| }, | |
| { | |
| "name": "InnerSpeaker", | |
| "artist": "Tame Impala", | |
| "rdioKey": "a828110" | |
| }, | |
| { | |
| "name": "The Black and White album (European Comm CD)", | |
| "artist": "The Hives", | |
| "rdioKey": "a829194" | |
| }, | |
| { | |
| "name": "We Must Become the Pitiless Censors of Ourselves", | |
| "artist": "John Maus", | |
| "rdioKey": "a830818" | |
| }, | |
| { | |
| "name": "I Love You, Dude", | |
| "artist": "Digitalism", | |
| "rdioKey": "a837468" | |
| }, | |
| { | |
| "name": "Castle Talk", | |
| "artist": "Screaming Females", | |
| "rdioKey": "a842169" | |
| }, | |
| { | |
| "name": "Within And Without", | |
| "artist": "Washed Out", | |
| "rdioKey": "a844614" | |
| }, | |
| { | |
| "name": "Widowspeak", | |
| "artist": "Widowspeak", | |
| "rdioKey": "a849269" | |
| }, | |
| { | |
| "name": "Conspiracy Pt.2", | |
| "artist": "Gesaffelstein", | |
| "rdioKey": "a849647" | |
| }, | |
| { | |
| "name": "Music Has The Right To Children", | |
| "artist": "Boards Of Canada", | |
| "rdioKey": "a852242" | |
| }, | |
| { | |
| "name": "Rest Proof Clockwork", | |
| "artist": "Plaid", | |
| "rdioKey": "a852713" | |
| }, | |
| { | |
| "name": "BlackenedWhite", | |
| "artist": "MellowHype", | |
| "rdioKey": "a852776" | |
| }, | |
| { | |
| "name": "Chiastic Slide", | |
| "artist": "Autechre", | |
| "rdioKey": "a853302" | |
| }, | |
| { | |
| "name": "Amber", | |
| "artist": "Autechre", | |
| "rdioKey": "a853362" | |
| }, | |
| { | |
| "name": "Tri Repetae", | |
| "artist": "Autechre", | |
| "rdioKey": "a853364" | |
| }, | |
| { | |
| "name": "Not For Threes", | |
| "artist": "Plaid", | |
| "rdioKey": "a853365" | |
| }, | |
| { | |
| "name": "Confield", | |
| "artist": "Autechre", | |
| "rdioKey": "a853380" | |
| }, | |
| { | |
| "name": "Hangable Auto Bulb", | |
| "artist": "AFX", | |
| "rdioKey": "a853384" | |
| }, | |
| { | |
| "name": "Empty The Bones Of You", | |
| "artist": "Clark", | |
| "rdioKey": "a853387" | |
| }, | |
| { | |
| "name": "Cosmogramma", | |
| "artist": "Flying Lotus", | |
| "rdioKey": "a853391" | |
| }, | |
| { | |
| "name": "Body Riddle", | |
| "artist": "Clark", | |
| "rdioKey": "a853392" | |
| }, | |
| { | |
| "name": "Yellow House", | |
| "artist": "Grizzly Bear", | |
| "rdioKey": "a853413" | |
| }, | |
| { | |
| "name": "Vocal Studies and Uprock Narratives", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a853417" | |
| }, | |
| { | |
| "name": "Veckatimest", | |
| "artist": "Grizzly Bear", | |
| "rdioKey": "a853426" | |
| }, | |
| { | |
| "name": "Surrounded By Silence", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a853437" | |
| }, | |
| { | |
| "name": "One Word Extinguisher", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a853443" | |
| }, | |
| { | |
| "name": "The Only She Chapters", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a853455" | |
| }, | |
| { | |
| "name": "Claro", | |
| "artist": "Brothomstates", | |
| "rdioKey": "a853460" | |
| }, | |
| { | |
| "name": "Los Angeles", | |
| "artist": "Flying Lotus", | |
| "rdioKey": "a853463" | |
| }, | |
| { | |
| "name": "Totems Flare", | |
| "artist": "Clark", | |
| "rdioKey": "a853467" | |
| }, | |
| { | |
| "name": "Snakes For The Divine", | |
| "artist": "High On Fire", | |
| "rdioKey": "a871020" | |
| }, | |
| { | |
| "name": "EP", | |
| "artist": "Romanthony", | |
| "rdioKey": "a875881" | |
| }, | |
| { | |
| "name": "Section.80", | |
| "artist": "Kendrick Lamar", | |
| "rdioKey": "a881962" | |
| }, | |
| { | |
| "name": "Seven Stars", | |
| "artist": "Fennesz", | |
| "rdioKey": "a890134" | |
| }, | |
| { | |
| "name": "Icky Mettle (Deluxe Reissue)", | |
| "artist": "Archers Of Loaf", | |
| "rdioKey": "a891984" | |
| }, | |
| { | |
| "name": "Capella", | |
| "artist": "Silent Diane", | |
| "rdioKey": "a897578" | |
| }, | |
| { | |
| "name": "The Journey Home", | |
| "artist": "Drexciya", | |
| "rdioKey": "a909156" | |
| }, | |
| { | |
| "name": "Sound Of The Street", | |
| "artist": "DMX Krew", | |
| "rdioKey": "a914341" | |
| }, | |
| { | |
| "name": "Covers", | |
| "artist": "Ceremony", | |
| "rdioKey": "a915633" | |
| }, | |
| { | |
| "name": "Rusty Eyes and Hydrocarbons", | |
| "artist": "Street Eaters", | |
| "rdioKey": "a924601" | |
| }, | |
| { | |
| "name": "Slave Ambient", | |
| "artist": "The War On Drugs", | |
| "rdioKey": "a925440" | |
| }, | |
| { | |
| "name": "Lucky Boy", | |
| "artist": "DJ Mehdi", | |
| "rdioKey": "a927997" | |
| }, | |
| { | |
| "name": "Dandy In The Underworld", | |
| "artist": "T. Rex", | |
| "rdioKey": "a930026" | |
| }, | |
| { | |
| "name": "Relax", | |
| "artist": "Das Racist", | |
| "rdioKey": "a930037" | |
| }, | |
| { | |
| "name": "Tripper", | |
| "artist": "Hella", | |
| "rdioKey": "a932482" | |
| }, | |
| { | |
| "name": "Puttin' On The Style: The Greatest Hits", | |
| "artist": "Lonnie Donegan", | |
| "rdioKey": "a932863" | |
| }, | |
| { | |
| "name": "The Bright Lights EP", | |
| "artist": "Gary Clark Jr.", | |
| "rdioKey": "a933245" | |
| }, | |
| { | |
| "name": "Antelope", | |
| "artist": "Antelope", | |
| "rdioKey": "a935815" | |
| }, | |
| { | |
| "name": "Plays Pretty for Baby", | |
| "artist": "Nation of Ulysses", | |
| "rdioKey": "a936043" | |
| }, | |
| { | |
| "name": "Re/Cycling Rectangle : Otomo Yoshihide", | |
| "artist": "Otomo Yoshihide", | |
| "rdioKey": "a938916" | |
| }, | |
| { | |
| "name": "Will The Guns Come Out", | |
| "artist": "Hanni El Khatib", | |
| "rdioKey": "a939436" | |
| }, | |
| { | |
| "name": "Sark Island Acid EP", | |
| "artist": "Legowelt", | |
| "rdioKey": "a940018" | |
| }, | |
| { | |
| "name": "Watch The Throne (Deluxe Edition (Explicit))", | |
| "artist": "Jay-Z & Kanye West", | |
| "rdioKey": "a941103" | |
| }, | |
| { | |
| "name": "Out In The Light", | |
| "artist": "Waters", | |
| "rdioKey": "a949191" | |
| }, | |
| { | |
| "name": "Endless Now", | |
| "artist": "Male Bonding", | |
| "rdioKey": "a950572" | |
| }, | |
| { | |
| "name": "Millions Now Living Will Never Die", | |
| "artist": "Tortoise", | |
| "rdioKey": "a951568" | |
| }, | |
| { | |
| "name": "0397post-Pop", | |
| "artist": "COH", | |
| "rdioKey": "a952220" | |
| }, | |
| { | |
| "name": "No Backup", | |
| "artist": "Farmers Manual", | |
| "rdioKey": "a952318" | |
| }, | |
| { | |
| "name": "Mask Of Birth", | |
| "artist": "COH", | |
| "rdioKey": "a952596" | |
| }, | |
| { | |
| "name": "Does It Look Like I'm Here?", | |
| "artist": "Emeralds", | |
| "rdioKey": "a955255" | |
| }, | |
| { | |
| "name": "Explorers_we", | |
| "artist": "Farmers Manual", | |
| "rdioKey": "a955698" | |
| }, | |
| { | |
| "name": "4d", | |
| "artist": "Koreless", | |
| "rdioKey": "a955800" | |
| }, | |
| { | |
| "name": "Endless Summer", | |
| "artist": "Fennesz", | |
| "rdioKey": "a957199" | |
| }, | |
| { | |
| "name": "Iiron", | |
| "artist": "COH", | |
| "rdioKey": "a957285" | |
| }, | |
| { | |
| "name": "Returnal", | |
| "artist": "Oneohtrix Point Never", | |
| "rdioKey": "a957291" | |
| }, | |
| { | |
| "name": "A Different Kind Of Fix", | |
| "artist": "Bombay Bicycle Club", | |
| "rdioKey": "a957429" | |
| }, | |
| { | |
| "name": "The Year Of Hibernation", | |
| "artist": "Youth Lagoon", | |
| "rdioKey": "a959792" | |
| }, | |
| { | |
| "name": "Guitar Romantic", | |
| "artist": "The Exploding Hearts", | |
| "rdioKey": "a961336" | |
| }, | |
| { | |
| "name": "Mind Spiders EP", | |
| "artist": "Mind Spiders", | |
| "rdioKey": "a961356" | |
| }, | |
| { | |
| "name": "Mind Spiders", | |
| "artist": "Mind Spiders", | |
| "rdioKey": "a961515" | |
| }, | |
| { | |
| "name": "Oui", | |
| "artist": "The Sea And Cake", | |
| "rdioKey": "a964546" | |
| }, | |
| { | |
| "name": "The Fawn", | |
| "artist": "The Sea And Cake", | |
| "rdioKey": "a964559" | |
| }, | |
| { | |
| "name": "Buy", | |
| "artist": "James Chance & The Contortions", | |
| "rdioKey": "a966890" | |
| }, | |
| { | |
| "name": "Make Me Hard", | |
| "artist": "Tujiko Noriko", | |
| "rdioKey": "a967065" | |
| }, | |
| { | |
| "name": "Life Sux", | |
| "artist": "Wavves", | |
| "rdioKey": "a972948" | |
| }, | |
| { | |
| "name": "Sweat", | |
| "artist": "Untold", | |
| "rdioKey": "a975462" | |
| }, | |
| { | |
| "name": "Hyph Mngo", | |
| "artist": "Joy Orbison", | |
| "rdioKey": "a976300" | |
| }, | |
| { | |
| "name": "Machine and Voice", | |
| "artist": "Actress", | |
| "rdioKey": "a976920" | |
| }, | |
| { | |
| "name": "Romance Bloody Romance", | |
| "artist": "Death From Above 1979", | |
| "rdioKey": "a978572" | |
| }, | |
| { | |
| "name": "Space Is Only Noise", | |
| "artist": "Nicolas Jaar", | |
| "rdioKey": "a980345" | |
| }, | |
| { | |
| "name": "I Could Be Happy: The Best Of Altered Images", | |
| "artist": "Altered Images", | |
| "rdioKey": "a985556" | |
| }, | |
| { | |
| "name": "Finest Hour", | |
| "artist": "Patton Oswalt", | |
| "rdioKey": "a986285" | |
| }, | |
| { | |
| "name": "Systemisch", | |
| "artist": "Oval", | |
| "rdioKey": "a991513" | |
| }, | |
| { | |
| "name": "94diskont", | |
| "artist": "Oval", | |
| "rdioKey": "a991553" | |
| }, | |
| { | |
| "name": "Oh My God", | |
| "artist": "Double Fantasy", | |
| "rdioKey": "a996692" | |
| }, | |
| { | |
| "name": "In Heaven", | |
| "artist": "Mr Twin Sister", | |
| "rdioKey": "a996740" | |
| }, | |
| { | |
| "name": "Love in Motion", | |
| "artist": "Sebastian", | |
| "rdioKey": "a996905" | |
| }, | |
| { | |
| "name": "Nevermind (Remastered)", | |
| "artist": "Nirvana", | |
| "rdioKey": "a997981" | |
| }, | |
| { | |
| "name": "Nevermind (Deluxe Edition)", | |
| "artist": "Nirvana", | |
| "rdioKey": "a997982" | |
| }, | |
| { | |
| "name": "Relish Compilation II", | |
| "artist": "Various Artists", | |
| "rdioKey": "a1000384" | |
| }, | |
| { | |
| "name": "Dive", | |
| "artist": "Tycho", | |
| "rdioKey": "a1001283" | |
| }, | |
| { | |
| "name": "1", | |
| "artist": "Pole", | |
| "rdioKey": "a1019066" | |
| }, | |
| { | |
| "name": "1 2 3", | |
| "artist": "Pole", | |
| "rdioKey": "a1019185" | |
| }, | |
| { | |
| "name": "Video Games", | |
| "artist": "Lana Del Rey", | |
| "rdioKey": "a1026483" | |
| }, | |
| { | |
| "name": "Awake", | |
| "artist": "Trash Talk", | |
| "rdioKey": "a1027020" | |
| }, | |
| { | |
| "name": "No Light", | |
| "artist": "The Naked And Famous", | |
| "rdioKey": "a1032459" | |
| }, | |
| { | |
| "name": "Far Side Virtual", | |
| "artist": "James Ferraro", | |
| "rdioKey": "a1033288" | |
| }, | |
| { | |
| "name": "Kerry's Scene", | |
| "artist": "Mind Fair", | |
| "rdioKey": "a1037420" | |
| }, | |
| { | |
| "name": "Demissions", | |
| "artist": "Phoenecia", | |
| "rdioKey": "a1047517" | |
| }, | |
| { | |
| "name": "Hands on Fire", | |
| "artist": "Hunters", | |
| "rdioKey": "a1054152" | |
| }, | |
| { | |
| "name": "Richard D. James Album", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a1061336" | |
| }, | |
| { | |
| "name": "So Outta Reach", | |
| "artist": "Kurt Vile", | |
| "rdioKey": "a1063122" | |
| }, | |
| { | |
| "name": "Big Bad Wolf", | |
| "artist": "Duck Sauce", | |
| "rdioKey": "a1066010" | |
| }, | |
| { | |
| "name": "Life Is Full Of Possibilities (Deluxe)", | |
| "artist": "Dntel", | |
| "rdioKey": "a1066949" | |
| }, | |
| { | |
| "name": "Let The Poison Out", | |
| "artist": "The Beets", | |
| "rdioKey": "a1067062" | |
| }, | |
| { | |
| "name": "Druggys WitH Hoes Again (feat. Ab-Soul) - Single", | |
| "artist": "Schoolboy Q", | |
| "rdioKey": "a1074337" | |
| }, | |
| { | |
| "name": "Crepuscule With Pacman", | |
| "artist": "The Intelligence", | |
| "rdioKey": "a1079468" | |
| }, | |
| { | |
| "name": "Morton Subotnick: Silver Apples Of The Moon / The Wild Bull", | |
| "artist": "Morton Subotnick", | |
| "rdioKey": "a1083670" | |
| }, | |
| { | |
| "name": "Replica", | |
| "artist": "Oneohtrix Point Never", | |
| "rdioKey": "a1091977" | |
| }, | |
| { | |
| "name": "Diet, Crime & Delinquency", | |
| "artist": "Personal and The Pizzas", | |
| "rdioKey": "a1092303" | |
| }, | |
| { | |
| "name": "Popkiller", | |
| "artist": "ANTHONY ROTHER", | |
| "rdioKey": "a1112103" | |
| }, | |
| { | |
| "name": "Immaculada", | |
| "artist": "The Men", | |
| "rdioKey": "a1118895" | |
| }, | |
| { | |
| "name": "Periodic orbits of a dynamic system related to a knot", | |
| "artist": "Mark Fell", | |
| "rdioKey": "a1130861" | |
| }, | |
| { | |
| "name": "Villiger", | |
| "artist": "Dat Politics", | |
| "rdioKey": "a1134047" | |
| }, | |
| { | |
| "name": "Tides", | |
| "artist": "Arovane", | |
| "rdioKey": "a1134203" | |
| }, | |
| { | |
| "name": "Lilies", | |
| "artist": "Arovane", | |
| "rdioKey": "a1134215" | |
| }, | |
| { | |
| "name": "Frank Farian - The Hit Man", | |
| "artist": "Various Artists", | |
| "rdioKey": "a1139556" | |
| }, | |
| { | |
| "name": "Drugs", | |
| "artist": "Kool Keith", | |
| "rdioKey": "a1142999" | |
| }, | |
| { | |
| "name": "Peso", | |
| "artist": "A$AP Rocky", | |
| "rdioKey": "a1148444" | |
| }, | |
| { | |
| "name": "Give You The Ghost", | |
| "artist": "POLIÇA", | |
| "rdioKey": "a1154602" | |
| }, | |
| { | |
| "name": "The Sophtware Slump (Deluxe Edition)", | |
| "artist": "Grandaddy", | |
| "rdioKey": "a1169195" | |
| }, | |
| { | |
| "name": "Top Club Hits Ringtones", | |
| "artist": "Workout Dance Tones", | |
| "rdioKey": "a1199104" | |
| }, | |
| { | |
| "name": "Purple Swag", | |
| "artist": "A$AP Rocky", | |
| "rdioKey": "a1214691" | |
| }, | |
| { | |
| "name": "DJA EP", | |
| "artist": "Derek Allen", | |
| "rdioKey": "a1228003" | |
| }, | |
| { | |
| "name": "Timesup EP", | |
| "artist": "Nguzunguzu", | |
| "rdioKey": "a1228005" | |
| }, | |
| { | |
| "name": "Lions on the Beach", | |
| "artist": "Cloud Boat", | |
| "rdioKey": "a1233305" | |
| }, | |
| { | |
| "name": "We Will Always Be", | |
| "artist": "Windy & Carl", | |
| "rdioKey": "a1240575" | |
| }, | |
| { | |
| "name": "Something", | |
| "artist": "Chairlift", | |
| "rdioKey": "a1242033" | |
| }, | |
| { | |
| "name": "NZCA/LINES", | |
| "artist": "Nzca/Lines", | |
| "rdioKey": "a1242364" | |
| }, | |
| { | |
| "name": "Adolescents", | |
| "artist": "Adolescents", | |
| "rdioKey": "a1244996" | |
| }, | |
| { | |
| "name": "Born Innocent", | |
| "artist": "Redd Kross", | |
| "rdioKey": "a1244999" | |
| }, | |
| { | |
| "name": "There's a Way Back", | |
| "artist": "Graphics", | |
| "rdioKey": "a1250220" | |
| }, | |
| { | |
| "name": "Copland: Piano Sonata / Piano Fantasy / Piano Variations", | |
| "artist": "Aaron Copland", | |
| "rdioKey": "a1295639" | |
| }, | |
| { | |
| "name": "Feldman: String Quartet", | |
| "artist": "Morton Feldman", | |
| "rdioKey": "a1295642" | |
| }, | |
| { | |
| "name": "Treasure State", | |
| "artist": "Matmos", | |
| "rdioKey": "a1296637" | |
| }, | |
| { | |
| "name": "Weight Against The Door", | |
| "artist": "Black Marble", | |
| "rdioKey": "a1306171" | |
| }, | |
| { | |
| "name": "Fin", | |
| "artist": "John Talabot", | |
| "rdioKey": "a1306259" | |
| }, | |
| { | |
| "name": "Attack on Memory", | |
| "artist": "Cloud Nothings", | |
| "rdioKey": "a1306300" | |
| }, | |
| { | |
| "name": "J0T5", | |
| "artist": "Jokers of the Scene", | |
| "rdioKey": "a1309992" | |
| }, | |
| { | |
| "name": "Sumday", | |
| "artist": "Grandaddy", | |
| "rdioKey": "a1318879" | |
| }, | |
| { | |
| "name": "The Broken Down Comforter Collection", | |
| "artist": "Grandaddy", | |
| "rdioKey": "a1319269" | |
| }, | |
| { | |
| "name": "Strange Weekend", | |
| "artist": "Porcelain Raft", | |
| "rdioKey": "a1323264" | |
| }, | |
| { | |
| "name": "Blocked Numbers", | |
| "artist": "Crystal Skulls", | |
| "rdioKey": "a1323575" | |
| }, | |
| { | |
| "name": "Under The Western Freeway", | |
| "artist": "Grandaddy", | |
| "rdioKey": "a1324742" | |
| }, | |
| { | |
| "name": "Its The Arps", | |
| "artist": "Todd Terje", | |
| "rdioKey": "a1325175" | |
| }, | |
| { | |
| "name": "Diskotopia, Vol. 1", | |
| "artist": "Various Artists", | |
| "rdioKey": "a1338697" | |
| }, | |
| { | |
| "name": "Bonsai Superstar", | |
| "artist": "Brainiac", | |
| "rdioKey": "a1339407" | |
| }, | |
| { | |
| "name": "Visions", | |
| "artist": "Grimes", | |
| "rdioKey": "a1343319" | |
| }, | |
| { | |
| "name": "Families", | |
| "artist": "John Talabot", | |
| "rdioKey": "a1347644" | |
| }, | |
| { | |
| "name": "Biokinetics", | |
| "artist": "Porter Ricks", | |
| "rdioKey": "a1363380" | |
| }, | |
| { | |
| "name": "Astronaut Status", | |
| "artist": "Future", | |
| "rdioKey": "a1366044" | |
| }, | |
| { | |
| "name": "Killing Time", | |
| "artist": "Terry Malts", | |
| "rdioKey": "a1366748" | |
| }, | |
| { | |
| "name": "Split Cranium", | |
| "artist": "Split Cranium", | |
| "rdioKey": "a1373450" | |
| }, | |
| { | |
| "name": "Giant Orange", | |
| "artist": "Cheap Girls", | |
| "rdioKey": "a1387157" | |
| }, | |
| { | |
| "name": "TRST", | |
| "artist": "Trust", | |
| "rdioKey": "a1391114" | |
| }, | |
| { | |
| "name": "Replicants", | |
| "artist": "Dosem", | |
| "rdioKey": "a1403580" | |
| }, | |
| { | |
| "name": "Airstrike EP", | |
| "artist": "Daniel Avery", | |
| "rdioKey": "a1404824" | |
| }, | |
| { | |
| "name": "Careless World: Rise Of The Last King", | |
| "artist": "Tyga", | |
| "rdioKey": "a1405884" | |
| }, | |
| { | |
| "name": "One Second of Love", | |
| "artist": "Nite Jewel", | |
| "rdioKey": "a1407046" | |
| }, | |
| { | |
| "name": "Call Me Maybe", | |
| "artist": "Carly Rae Jepsen", | |
| "rdioKey": "a1408130" | |
| }, | |
| { | |
| "name": "Zoo", | |
| "artist": "Ceremony", | |
| "rdioKey": "a1408975" | |
| }, | |
| { | |
| "name": "Surph (feat. Nightwave) [Radio Edit]", | |
| "artist": "Rustie", | |
| "rdioKey": "a1420349" | |
| }, | |
| { | |
| "name": "My Name", | |
| "artist": "The Babies", | |
| "rdioKey": "a1422744" | |
| }, | |
| { | |
| "name": "Blitz Gazer", | |
| "artist": "Dat Politics", | |
| "rdioKey": "a1440739" | |
| }, | |
| { | |
| "name": "Love & Danger", | |
| "artist": "Kool Keith", | |
| "rdioKey": "a1466947" | |
| }, | |
| { | |
| "name": "Iradelphic", | |
| "artist": "Clark", | |
| "rdioKey": "a1476645" | |
| }, | |
| { | |
| "name": "212", | |
| "artist": "Azealia Banks", | |
| "rdioKey": "a1484721" | |
| }, | |
| { | |
| "name": "Kneel Before Religious Icons", | |
| "artist": "Vatican Shadow", | |
| "rdioKey": "a1497350" | |
| }, | |
| { | |
| "name": "4eva Na Day [Road Less Traveled Edition]", | |
| "artist": "Big K.R.I.T.", | |
| "rdioKey": "a1498387" | |
| }, | |
| { | |
| "name": "The Money Store", | |
| "artist": "Death Grips", | |
| "rdioKey": "a1512521" | |
| }, | |
| { | |
| "name": "Don’t Try - EP", | |
| "artist": "FIDLAR", | |
| "rdioKey": "a1517894" | |
| }, | |
| { | |
| "name": "Prince Among Thieves", | |
| "artist": "Prince Paul", | |
| "rdioKey": "a1521770" | |
| }, | |
| { | |
| "name": "Rainforest", | |
| "artist": "Clams Casino", | |
| "rdioKey": "a1522322" | |
| }, | |
| { | |
| "name": "Amnesia", | |
| "artist": "Mr. Fingers", | |
| "rdioKey": "a1524538" | |
| }, | |
| { | |
| "name": "Master of My Make-Believe", | |
| "artist": "Santigold", | |
| "rdioKey": "a1527289" | |
| }, | |
| { | |
| "name": "Eurodans", | |
| "artist": "Todd Terje", | |
| "rdioKey": "a1528065" | |
| }, | |
| { | |
| "name": "The Shrew Would Have Cushioned The Blow EP", | |
| "artist": "Joy Orbison", | |
| "rdioKey": "a1528185" | |
| }, | |
| { | |
| "name": "Fear Fun", | |
| "artist": "Father John Misty", | |
| "rdioKey": "a1529010" | |
| }, | |
| { | |
| "name": "Trouble", | |
| "artist": "Totally Enormous Extinct Dinosaurs", | |
| "rdioKey": "a1535793" | |
| }, | |
| { | |
| "name": "XXX (Deluxe Edition)", | |
| "artist": "Danny Brown", | |
| "rdioKey": "a1536060" | |
| }, | |
| { | |
| "name": "Self Titled", | |
| "artist": "Single Mothers", | |
| "rdioKey": "a1546417" | |
| }, | |
| { | |
| "name": "Ugly", | |
| "artist": "Screaming Females", | |
| "rdioKey": "a1548104" | |
| }, | |
| { | |
| "name": "Celebration Rock", | |
| "artist": "Japandroids", | |
| "rdioKey": "a1553456" | |
| }, | |
| { | |
| "name": "Let Me Dream If I Want To b/w The City Is Dead", | |
| "artist": "Obits", | |
| "rdioKey": "a1573963" | |
| }, | |
| { | |
| "name": "Permissions of Love", | |
| "artist": "Tropic Of Cancer", | |
| "rdioKey": "a1575504" | |
| }, | |
| { | |
| "name": "R.A.P. Music", | |
| "artist": "Killer Mike", | |
| "rdioKey": "a1578738" | |
| }, | |
| { | |
| "name": "Kitsuné AMERICA (Deluxe Edition)", | |
| "artist": "Various Artists", | |
| "rdioKey": "a1580246" | |
| }, | |
| { | |
| "name": "Manifest!", | |
| "artist": "Friends", | |
| "rdioKey": "a1580566" | |
| }, | |
| { | |
| "name": "Open Your Heart", | |
| "artist": "The Men", | |
| "rdioKey": "a1583946" | |
| }, | |
| { | |
| "name": "Cut It Out / Sugar", | |
| "artist": "Kitten", | |
| "rdioKey": "a1587063" | |
| }, | |
| { | |
| "name": "Synthetica", | |
| "artist": "Metric", | |
| "rdioKey": "a1587549" | |
| }, | |
| { | |
| "name": "Lipswitch", | |
| "artist": "Richard Devine", | |
| "rdioKey": "a1593845" | |
| }, | |
| { | |
| "name": "Ceramics Is The Bomb", | |
| "artist": "Clark", | |
| "rdioKey": "a1593904" | |
| }, | |
| { | |
| "name": "Dangerously Delicious", | |
| "artist": "Aziz Ansari", | |
| "rdioKey": "a1596608" | |
| }, | |
| { | |
| "name": "King Tuff", | |
| "artist": "King Tuff", | |
| "rdioKey": "a1596643" | |
| }, | |
| { | |
| "name": "Tempest", | |
| "artist": "Broken Water", | |
| "rdioKey": "a1596710" | |
| }, | |
| { | |
| "name": "R.I.P.", | |
| "artist": "Actress", | |
| "rdioKey": "a1599680" | |
| }, | |
| { | |
| "name": "Risp EP", | |
| "artist": "Richard Devine", | |
| "rdioKey": "a1600068" | |
| }, | |
| { | |
| "name": "Want U Back", | |
| "artist": "Cher Lloyd", | |
| "rdioKey": "a1600966" | |
| }, | |
| { | |
| "name": "Mysterious Phonk: The Chronicles of SpaceGhostPurrp", | |
| "artist": "SpaceGhostPurrp", | |
| "rdioKey": "a1606933" | |
| }, | |
| { | |
| "name": "Live From The Underground", | |
| "artist": "Big K.R.I.T.", | |
| "rdioKey": "a1610382" | |
| }, | |
| { | |
| "name": "World Music", | |
| "artist": "Goat", | |
| "rdioKey": "a1611695" | |
| }, | |
| { | |
| "name": "TEKLIFE Vol. 1: Welcome to the Chi", | |
| "artist": "DJ Rashad", | |
| "rdioKey": "a1613476" | |
| }, | |
| { | |
| "name": "Jettison", | |
| "artist": "Naked Raygun", | |
| "rdioKey": "a1614114" | |
| }, | |
| { | |
| "name": "Rugby Thompson", | |
| "artist": "Smoke Dza", | |
| "rdioKey": "a1618112" | |
| }, | |
| { | |
| "name": "Sumday", | |
| "artist": "Grandaddy", | |
| "rdioKey": "a1622989" | |
| }, | |
| { | |
| "name": "Remember When", | |
| "artist": "The Orwells", | |
| "rdioKey": "a1625977" | |
| }, | |
| { | |
| "name": "Places - EP", | |
| "artist": "Shlohmo", | |
| "rdioKey": "a1627253" | |
| }, | |
| { | |
| "name": "Drift", | |
| "artist": "NOSAJ THING", | |
| "rdioKey": "a1627418" | |
| }, | |
| { | |
| "name": "Bill Murray", | |
| "artist": "William Cody Watson", | |
| "rdioKey": "a1636462" | |
| }, | |
| { | |
| "name": "Warm Pulse", | |
| "artist": "Nguzunguzu", | |
| "rdioKey": "a1639079" | |
| }, | |
| { | |
| "name": "Blur (Special Edition)", | |
| "artist": "Blur", | |
| "rdioKey": "a1651421" | |
| }, | |
| { | |
| "name": "Crystal Castles", | |
| "artist": "Crystal Castles", | |
| "rdioKey": "a1657079" | |
| }, | |
| { | |
| "name": "Young Liars", | |
| "artist": "TV On The Radio", | |
| "rdioKey": "a1657907" | |
| }, | |
| { | |
| "name": "All Is Silence", | |
| "artist": "Ametsub", | |
| "rdioKey": "a1660125" | |
| }, | |
| { | |
| "name": "TNGHT", | |
| "artist": "TNGHT (Hudson Mohawke x Lunice)", | |
| "rdioKey": "a1664768" | |
| }, | |
| { | |
| "name": "Electra Heart", | |
| "artist": "Marina and The Diamonds", | |
| "rdioKey": "a1677105" | |
| }, | |
| { | |
| "name": "Japanese Eyes", | |
| "artist": "Kitten", | |
| "rdioKey": "a1696583" | |
| }, | |
| { | |
| "name": "Hypnotic Nights (Deluxe Version)", | |
| "artist": "Jeff The Brotherhood", | |
| "rdioKey": "a1701252" | |
| }, | |
| { | |
| "name": "Vol. IV", | |
| "artist": "The Spits", | |
| "rdioKey": "a1719021" | |
| }, | |
| { | |
| "name": "Alone Together", | |
| "artist": "Karriem Riggins", | |
| "rdioKey": "a1731315" | |
| }, | |
| { | |
| "name": "Dirty Beaches", | |
| "artist": "Dirty Beaches", | |
| "rdioKey": "a1736612" | |
| }, | |
| { | |
| "name": "Imaginary Falcons", | |
| "artist": "Peaking Lights", | |
| "rdioKey": "a1736679" | |
| }, | |
| { | |
| "name": "Shrines", | |
| "artist": "Purity Ring", | |
| "rdioKey": "a1736757" | |
| }, | |
| { | |
| "name": "The Bloom And The Blight", | |
| "artist": "Two Gallants", | |
| "rdioKey": "a1737990" | |
| }, | |
| { | |
| "name": "channel ORANGE", | |
| "artist": "Frank Ocean", | |
| "rdioKey": "a1740686" | |
| }, | |
| { | |
| "name": "Jazz Drumming (1937 - 1938)", | |
| "artist": "Various Artists", | |
| "rdioKey": "a1754891" | |
| }, | |
| { | |
| "name": "Windowlicker", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a1764770" | |
| }, | |
| { | |
| "name": "After Light (feat. AlunaGeorge)", | |
| "artist": "Rustie", | |
| "rdioKey": "a1764810" | |
| }, | |
| { | |
| "name": "Traps", | |
| "artist": "Manuok", | |
| "rdioKey": "a1765060" | |
| }, | |
| { | |
| "name": "A Thing Called Divine Fits", | |
| "artist": "Divine Fits", | |
| "rdioKey": "a1788718" | |
| }, | |
| { | |
| "name": "Based On A T.R.U. Story (Deluxe Version)", | |
| "artist": "2 Chainz", | |
| "rdioKey": "a1793633" | |
| }, | |
| { | |
| "name": "Winnipeg Is A Frozen Shithole Vol.1", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a1804335" | |
| }, | |
| { | |
| "name": "Winnipeg Is A Frozen Shithole Vol.2", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a1804341" | |
| }, | |
| { | |
| "name": "Live", | |
| "artist": "Dawn of Midi", | |
| "rdioKey": "a1807209" | |
| }, | |
| { | |
| "name": "Meme Mage", | |
| "artist": "Xanopticon", | |
| "rdioKey": "a1808903" | |
| }, | |
| { | |
| "name": "Sun Damage EP", | |
| "artist": "Potty Mouth", | |
| "rdioKey": "a1809063" | |
| }, | |
| { | |
| "name": "s/t EP", | |
| "artist": "Broken Water", | |
| "rdioKey": "a1809339" | |
| }, | |
| { | |
| "name": "We Must Be Killers", | |
| "artist": "Mikky Ekko", | |
| "rdioKey": "a1811495" | |
| }, | |
| { | |
| "name": "welcome to: OUR HOUSE (Deluxe)", | |
| "artist": "Slaughterhouse", | |
| "rdioKey": "a1814027" | |
| }, | |
| { | |
| "name": "Cut It Out EP", | |
| "artist": "Kitten", | |
| "rdioKey": "a1823865" | |
| }, | |
| { | |
| "name": "Butter", | |
| "artist": "Turbo Fruits", | |
| "rdioKey": "a1826453" | |
| }, | |
| { | |
| "name": "Fantasm Planes", | |
| "artist": "Clark", | |
| "rdioKey": "a1852187" | |
| }, | |
| { | |
| "name": "Waking Season", | |
| "artist": "Caspian", | |
| "rdioKey": "a1864549" | |
| }, | |
| { | |
| "name": "For Club Play Only Pt.2", | |
| "artist": "Duke Dumont", | |
| "rdioKey": "a1865199" | |
| }, | |
| { | |
| "name": "20/20", | |
| "artist": "20/20", | |
| "rdioKey": "a1866237" | |
| }, | |
| { | |
| "name": "Terracur", | |
| "artist": "Social Studies", | |
| "rdioKey": "a1870233" | |
| }, | |
| { | |
| "name": "Piramida", | |
| "artist": "Efterklang", | |
| "rdioKey": "a1895289" | |
| }, | |
| { | |
| "name": "The Expanding Universe", | |
| "artist": "Laurie Spiegel", | |
| "rdioKey": "a1904836" | |
| }, | |
| { | |
| "name": "Lost Hits From Milwaukee's First Family Of Powerpop 1979-82", | |
| "artist": "The Shivvers", | |
| "rdioKey": "a1907688" | |
| }, | |
| { | |
| "name": "Kanye West Presents Good Music Cruel Summer", | |
| "artist": "Various Artists", | |
| "rdioKey": "a1911955" | |
| }, | |
| { | |
| "name": "Gangnam Style (강남스타ì¼)", | |
| "artist": "Psy", | |
| "rdioKey": "a1912718" | |
| }, | |
| { | |
| "name": "Somethin 'Bout Kreay", | |
| "artist": "Kreayshawn", | |
| "rdioKey": "a1921171" | |
| }, | |
| { | |
| "name": "Shields", | |
| "artist": "Grizzly Bear", | |
| "rdioKey": "a1925964" | |
| }, | |
| { | |
| "name": "Out Of The Black", | |
| "artist": "Boys Noize", | |
| "rdioKey": "a1936994" | |
| }, | |
| { | |
| "name": "Lonerism", | |
| "artist": "Tame Impala", | |
| "rdioKey": "a1938183" | |
| }, | |
| { | |
| "name": "Feels Like The End", | |
| "artist": "Mikky Ekko", | |
| "rdioKey": "a1946248" | |
| }, | |
| { | |
| "name": "Water Jump", | |
| "artist": "Daniel Avery", | |
| "rdioKey": "a1960902" | |
| }, | |
| { | |
| "name": "Us", | |
| "artist": "Lil Reese", | |
| "rdioKey": "a1969549" | |
| }, | |
| { | |
| "name": "Top 80s TV Themes", | |
| "artist": "TV Star Ringtones", | |
| "rdioKey": "a1970717" | |
| }, | |
| { | |
| "name": "A Different Arrangement", | |
| "artist": "Black Marble", | |
| "rdioKey": "a1975671" | |
| }, | |
| { | |
| "name": "METZ", | |
| "artist": "Metz", | |
| "rdioKey": "a1975679" | |
| }, | |
| { | |
| "name": "The Last Stand", | |
| "artist": "Mr. Mitch", | |
| "rdioKey": "a1979425" | |
| }, | |
| { | |
| "name": "Giliap", | |
| "artist": "Rebecca & Fiona", | |
| "rdioKey": "a1982081" | |
| }, | |
| { | |
| "name": "Clarence Park (Expanded Edition)", | |
| "artist": "Clark", | |
| "rdioKey": "a1989710" | |
| }, | |
| { | |
| "name": "A Long Way to Fall", | |
| "artist": "Ulrich Schnauss", | |
| "rdioKey": "a1993910" | |
| }, | |
| { | |
| "name": "2", | |
| "artist": "Mac Demarco", | |
| "rdioKey": "a1995100" | |
| }, | |
| { | |
| "name": "Refund B/W Suez Canal", | |
| "artist": "Obits", | |
| "rdioKey": "a1997150" | |
| }, | |
| { | |
| "name": "Flume", | |
| "artist": "Flume", | |
| "rdioKey": "a1998255" | |
| }, | |
| { | |
| "name": "Allelujah! Don't Bend! Ascend!", | |
| "artist": "Godspeed You! Black Emperor", | |
| "rdioKey": "a2006241" | |
| }, | |
| { | |
| "name": "good kid, m.A.A.d city (Deluxe)", | |
| "artist": "Kendrick Lamar", | |
| "rdioKey": "a2011056" | |
| }, | |
| { | |
| "name": "Me & My Shadows", | |
| "artist": "Cliff Richard & The Shadows", | |
| "rdioKey": "a2040761" | |
| }, | |
| { | |
| "name": "Weight Loss with Hypnosis", | |
| "artist": "Randall Everett,CHH", | |
| "rdioKey": "a2050971" | |
| }, | |
| { | |
| "name": "Killing Jokes", | |
| "artist": "Jokers of the Scene", | |
| "rdioKey": "a2075701" | |
| }, | |
| { | |
| "name": "Droptop", | |
| "artist": "Grown Folk", | |
| "rdioKey": "a2081103" | |
| }, | |
| { | |
| "name": "Forever Dolphin Love (Erol Alkan's Extended Rework Version 2)", | |
| "artist": "Connan Mockasin", | |
| "rdioKey": "a2105597" | |
| }, | |
| { | |
| "name": "3d Land", | |
| "artist": "YUNG NATION", | |
| "rdioKey": "a2105619" | |
| }, | |
| { | |
| "name": "Love Visions", | |
| "artist": "Nobunny", | |
| "rdioKey": "a2115506" | |
| }, | |
| { | |
| "name": "Chum", | |
| "artist": "Earl Sweatshirt", | |
| "rdioKey": "a2133534" | |
| }, | |
| { | |
| "name": "Trilogy", | |
| "artist": "The Weeknd", | |
| "rdioKey": "a2142998" | |
| }, | |
| { | |
| "name": "(III)", | |
| "artist": "Crystal Castles", | |
| "rdioKey": "a2144082" | |
| }, | |
| { | |
| "name": "Pull Me Down", | |
| "artist": "Mikky Ekko", | |
| "rdioKey": "a2157109" | |
| }, | |
| { | |
| "name": "FIDLAR", | |
| "artist": "FIDLAR", | |
| "rdioKey": "a2165037" | |
| }, | |
| { | |
| "name": "Birth of an Icon (Official Chop Not Slop Remix", | |
| "artist": "Riff Raff", | |
| "rdioKey": "a2168848" | |
| }, | |
| { | |
| "name": "Pump Up The Volume", | |
| "artist": "MARRS", | |
| "rdioKey": "a2181730" | |
| }, | |
| { | |
| "name": "The Golden ALiEN", | |
| "artist": "Riff Raff", | |
| "rdioKey": "a2182893" | |
| }, | |
| { | |
| "name": "Fin - Special Edition", | |
| "artist": "John Talabot", | |
| "rdioKey": "a2199249" | |
| }, | |
| { | |
| "name": "Gigolo Cop", | |
| "artist": "Lesser", | |
| "rdioKey": "a2270621" | |
| }, | |
| { | |
| "name": "Vicious Lies and Dangerous Rumors (Deluxe Explicit Version)", | |
| "artist": "Big Boi", | |
| "rdioKey": "a2281256" | |
| }, | |
| { | |
| "name": "Finally Rich", | |
| "artist": "Chief Keef", | |
| "rdioKey": "a2313840" | |
| }, | |
| { | |
| "name": "All Gold Everything", | |
| "artist": "Trinidad James", | |
| "rdioKey": "a2340698" | |
| }, | |
| { | |
| "name": "A Bruxa", | |
| "artist": "Fumaça Preta", | |
| "rdioKey": "a2344883" | |
| }, | |
| { | |
| "name": "vs.", | |
| "artist": "Mission of Burma", | |
| "rdioKey": "a2370300" | |
| }, | |
| { | |
| "name": "Open Season", | |
| "artist": "High Highs", | |
| "rdioKey": "a2397633" | |
| }, | |
| { | |
| "name": "LONG.LIVE.A$AP (Deluxe Version)", | |
| "artist": "A$AP Rocky", | |
| "rdioKey": "a2397642" | |
| }, | |
| { | |
| "name": "California X", | |
| "artist": "California X", | |
| "rdioKey": "a2446533" | |
| }, | |
| { | |
| "name": "Coalition", | |
| "artist": "Iceage", | |
| "rdioKey": "a2448429" | |
| }, | |
| { | |
| "name": "Anything In Return", | |
| "artist": "Toro Y Moi", | |
| "rdioKey": "a2467998" | |
| }, | |
| { | |
| "name": "Crumbling and Responding", | |
| "artist": "Eight Frozen Modules", | |
| "rdioKey": "a2470574" | |
| }, | |
| { | |
| "name": "Lanzarote", | |
| "artist": "Lindstrøm & Todd Terje", | |
| "rdioKey": "a2489643" | |
| }, | |
| { | |
| "name": "This Time I Got a Reason", | |
| "artist": "Fuzz", | |
| "rdioKey": "a2492222" | |
| }, | |
| { | |
| "name": "Ace of Space", | |
| "artist": "Riff Raff", | |
| "rdioKey": "a2494419" | |
| }, | |
| { | |
| "name": "East Side Boogie", | |
| "artist": "DMX Krew", | |
| "rdioKey": "a2499975" | |
| }, | |
| { | |
| "name": "Cabinet of Curiosities", | |
| "artist": "Jacco Gardner", | |
| "rdioKey": "a2512286" | |
| }, | |
| { | |
| "name": "Give In [Deluxe Edition]", | |
| "artist": "On An On", | |
| "rdioKey": "a2512516" | |
| }, | |
| { | |
| "name": "The Waiting Room", | |
| "artist": "Lusine", | |
| "rdioKey": "a2519876" | |
| }, | |
| { | |
| "name": "Maybe Baby", | |
| "artist": "Buddy Holly", | |
| "rdioKey": "a2523047" | |
| }, | |
| { | |
| "name": "Miracle Mile", | |
| "artist": "Cold War Kids", | |
| "rdioKey": "a2562206" | |
| }, | |
| { | |
| "name": "The Walk", | |
| "artist": "Geneva Jacuzzi", | |
| "rdioKey": "a2563300" | |
| }, | |
| { | |
| "name": "Night Flight Europa", | |
| "artist": "Palmbomen", | |
| "rdioKey": "a2568867" | |
| }, | |
| { | |
| "name": "Silver Cloud", | |
| "artist": "Actress", | |
| "rdioKey": "a2571483" | |
| }, | |
| { | |
| "name": "Shaking The Habitual", | |
| "artist": "The Knife", | |
| "rdioKey": "a2574270" | |
| }, | |
| { | |
| "name": "Flume", | |
| "artist": "Flume", | |
| "rdioKey": "a2585977" | |
| }, | |
| { | |
| "name": "YOLO", | |
| "artist": "The Lonely Island", | |
| "rdioKey": "a2596050" | |
| }, | |
| { | |
| "name": "Everything is Embarassing (Twin Shadow Remix)", | |
| "artist": "Sky Ferreira", | |
| "rdioKey": "a2604824" | |
| }, | |
| { | |
| "name": "On It", | |
| "artist": "Slava", | |
| "rdioKey": "a2611195" | |
| }, | |
| { | |
| "name": "Rollin EP", | |
| "artist": "DJ Rashad", | |
| "rdioKey": "a2626162" | |
| }, | |
| { | |
| "name": "Les Revenants", | |
| "artist": "Mogwai", | |
| "rdioKey": "a2634292" | |
| }, | |
| { | |
| "name": "Cerulean Salt", | |
| "artist": "Waxahatchee", | |
| "rdioKey": "a2634951" | |
| }, | |
| { | |
| "name": "180", | |
| "artist": "Palma Violets", | |
| "rdioKey": "a2636439" | |
| }, | |
| { | |
| "name": "Floating Coffin", | |
| "artist": "Thee Oh Sees", | |
| "rdioKey": "a2636910" | |
| }, | |
| { | |
| "name": "Chalk Tape", | |
| "artist": "Screaming Females", | |
| "rdioKey": "a2642834" | |
| }, | |
| { | |
| "name": "Bankrupt!", | |
| "artist": "Phoenix", | |
| "rdioKey": "a2650363" | |
| }, | |
| { | |
| "name": "Very Crucial", | |
| "artist": "YUNG NATION", | |
| "rdioKey": "a2651011" | |
| }, | |
| { | |
| "name": "New Moon", | |
| "artist": "The Men", | |
| "rdioKey": "a2655435" | |
| }, | |
| { | |
| "name": "Bon Appitite .... Bitch !!!!!!!!!!", | |
| "artist": "Action Bronson", | |
| "rdioKey": "a2656001" | |
| }, | |
| { | |
| "name": "Raw Romance", | |
| "artist": "Nobunny", | |
| "rdioKey": "a2660258" | |
| }, | |
| { | |
| "name": "Sock It To Me", | |
| "artist": "Colleen Green", | |
| "rdioKey": "a2670772" | |
| }, | |
| { | |
| "name": "Cosy Moments", | |
| "artist": "Kinski", | |
| "rdioKey": "a2670810" | |
| }, | |
| { | |
| "name": "Fall Over", | |
| "artist": "Banks", | |
| "rdioKey": "a2675365" | |
| }, | |
| { | |
| "name": "Barcode", | |
| "artist": "Blood Diamonds", | |
| "rdioKey": "a2675794" | |
| }, | |
| { | |
| "name": "Punk Authority", | |
| "artist": "Pete Swanson", | |
| "rdioKey": "a2685695" | |
| }, | |
| { | |
| "name": "Julio Bashmore", | |
| "artist": "Julio Bashmore", | |
| "rdioKey": "a2693442" | |
| }, | |
| { | |
| "name": "The Late Great Whatever", | |
| "artist": "The Lovely Bad Things", | |
| "rdioKey": "a2694299" | |
| }, | |
| { | |
| "name": "Bigger Than a Pumpkin", | |
| "artist": "YUNG NATION", | |
| "rdioKey": "a2697592" | |
| }, | |
| { | |
| "name": "Wurk Werk Don't Stop", | |
| "artist": "YUNG NATION", | |
| "rdioKey": "a2697624" | |
| }, | |
| { | |
| "name": "Fetch / Taken", | |
| "artist": "Les Sins", | |
| "rdioKey": "a2706930" | |
| }, | |
| { | |
| "name": "Whoa", | |
| "artist": "Earl Sweatshirt feat. Tyler, The Creator", | |
| "rdioKey": "a2708410" | |
| }, | |
| { | |
| "name": "MCII", | |
| "artist": "Mikal Cronin", | |
| "rdioKey": "a2711993" | |
| }, | |
| { | |
| "name": "Bending Brass", | |
| "artist": "The Cyclist", | |
| "rdioKey": "a2716285" | |
| }, | |
| { | |
| "name": "Away For The Weekend EP", | |
| "artist": "Social Studies", | |
| "rdioKey": "a2727861" | |
| }, | |
| { | |
| "name": "AMOK", | |
| "artist": "Atoms For Peace", | |
| "rdioKey": "a2731618" | |
| }, | |
| { | |
| "name": "Cruise Your Illusion", | |
| "artist": "Milk Music", | |
| "rdioKey": "a2736230" | |
| }, | |
| { | |
| "name": "Return to Annihilation", | |
| "artist": "Locrian", | |
| "rdioKey": "a2737319" | |
| }, | |
| { | |
| "name": "Totale Nite", | |
| "artist": "Merchandise", | |
| "rdioKey": "a2737998" | |
| }, | |
| { | |
| "name": "Clash", | |
| "artist": "Alesso", | |
| "rdioKey": "a2745639" | |
| }, | |
| { | |
| "name": "Amygdala", | |
| "artist": "DJ Koze", | |
| "rdioKey": "a2762527" | |
| }, | |
| { | |
| "name": "Ride Your Heart", | |
| "artist": "Bleached", | |
| "rdioKey": "a2762549" | |
| }, | |
| { | |
| "name": "good kid, m.A.A.d city (Deluxe)", | |
| "artist": "Kendrick Lamar", | |
| "rdioKey": "a2766867" | |
| }, | |
| { | |
| "name": "One Track Mind", | |
| "artist": "Psychic Ills", | |
| "rdioKey": "a2774585" | |
| }, | |
| { | |
| "name": "Hard Coming Down", | |
| "artist": "Gun Outfit", | |
| "rdioKey": "a2774587" | |
| }, | |
| { | |
| "name": "Excavation", | |
| "artist": "The Haxan Cloak", | |
| "rdioKey": "a2775684" | |
| }, | |
| { | |
| "name": "Growing", | |
| "artist": "Sleeping People", | |
| "rdioKey": "a2776397" | |
| }, | |
| { | |
| "name": "The Fruit That Ate Itself", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a2776476" | |
| }, | |
| { | |
| "name": "Larceny & Old Lace", | |
| "artist": "The Coathangers", | |
| "rdioKey": "a2776534" | |
| }, | |
| { | |
| "name": "Wakin On A Pretty Daze", | |
| "artist": "Kurt Vile", | |
| "rdioKey": "a2804310" | |
| }, | |
| { | |
| "name": "Life Changes", | |
| "artist": "Casey Veggies", | |
| "rdioKey": "a2806363" | |
| }, | |
| { | |
| "name": "Wolf", | |
| "artist": "Tyler, The Creator", | |
| "rdioKey": "a2812766" | |
| }, | |
| { | |
| "name": "True Romance", | |
| "artist": "Charli XCX", | |
| "rdioKey": "a2829065" | |
| }, | |
| { | |
| "name": "Yung Rapunxel", | |
| "artist": "Azealia Banks", | |
| "rdioKey": "a2843585" | |
| }, | |
| { | |
| "name": "Bankrupt! (Deluxe)", | |
| "artist": "Phoenix", | |
| "rdioKey": "a2856103" | |
| }, | |
| { | |
| "name": "Songs from Victim of Love", | |
| "artist": "Charles Bradley (feat. Menahan Street Band)", | |
| "rdioKey": "a2859124" | |
| }, | |
| { | |
| "name": "Endless Fantasy", | |
| "artist": "Anamanaguchi", | |
| "rdioKey": "a2883953" | |
| }, | |
| { | |
| "name": "Hanging Gardens", | |
| "artist": "Classixx", | |
| "rdioKey": "a2883959" | |
| }, | |
| { | |
| "name": "Get Lucky", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a2894734" | |
| }, | |
| { | |
| "name": "The Ways We Separate", | |
| "artist": "Beacon", | |
| "rdioKey": "a2895910" | |
| }, | |
| { | |
| "name": "The Singles", | |
| "artist": "Disclosure", | |
| "rdioKey": "a2899387" | |
| }, | |
| { | |
| "name": "Reform", | |
| "artist": "Stave", | |
| "rdioKey": "a2901398" | |
| }, | |
| { | |
| "name": "Singles Collection Vol. 1+ 2", | |
| "artist": "Thee Oh Sees", | |
| "rdioKey": "a2911974" | |
| }, | |
| { | |
| "name": "Each/Other", | |
| "artist": "Silian Rail", | |
| "rdioKey": "a2925851" | |
| }, | |
| { | |
| "name": "Warm Water", | |
| "artist": "Banks", | |
| "rdioKey": "a2930667" | |
| }, | |
| { | |
| "name": "Sunken", | |
| "artist": "Twin Peaks", | |
| "rdioKey": "a2940712" | |
| }, | |
| { | |
| "name": "Identity Theft EP", | |
| "artist": "Phonat", | |
| "rdioKey": "a2974991" | |
| }, | |
| { | |
| "name": "Random Access Memories", | |
| "artist": "Daft Punk", | |
| "rdioKey": "a2982638" | |
| }, | |
| { | |
| "name": "My God Is the Sun", | |
| "artist": "Queens Of The Stone Age", | |
| "rdioKey": "a2988158" | |
| }, | |
| { | |
| "name": "Misogyny Drop Dead (Holly Herndon Remix)", | |
| "artist": "Planningtorock", | |
| "rdioKey": "a2993550" | |
| }, | |
| { | |
| "name": "Warriors Anthem - Single", | |
| "artist": "Mistah F.A.B.", | |
| "rdioKey": "a3003976" | |
| }, | |
| { | |
| "name": "Cold Spring Fault Less Youth", | |
| "artist": "Mount Kimbie", | |
| "rdioKey": "a3007318" | |
| }, | |
| { | |
| "name": "The Inheritors", | |
| "artist": "Holden", | |
| "rdioKey": "a3007544" | |
| }, | |
| { | |
| "name": "Strandbar", | |
| "artist": "Todd Terje", | |
| "rdioKey": "a3008640" | |
| }, | |
| { | |
| "name": "Diaper Money", | |
| "artist": "The Lonely Island", | |
| "rdioKey": "a3014898" | |
| }, | |
| { | |
| "name": "Atica", | |
| "artist": "Dosem", | |
| "rdioKey": "a3016126" | |
| }, | |
| { | |
| "name": "Evil Friends", | |
| "artist": "Portugal. The Man", | |
| "rdioKey": "a3024350" | |
| }, | |
| { | |
| "name": "Higher EP", | |
| "artist": "Destructo", | |
| "rdioKey": "a3028809" | |
| }, | |
| { | |
| "name": "Music For Private Ensemble", | |
| "artist": "Sean McCann", | |
| "rdioKey": "a3029683" | |
| }, | |
| { | |
| "name": "Settle", | |
| "artist": "Disclosure", | |
| "rdioKey": "a3030339" | |
| }, | |
| { | |
| "name": "Immunity", | |
| "artist": "Jon Hopkins", | |
| "rdioKey": "a3032305" | |
| }, | |
| { | |
| "name": "...Like Clockwork", | |
| "artist": "Queens Of The Stone Age", | |
| "rdioKey": "a3032648" | |
| }, | |
| { | |
| "name": "Mjøndalen Diskoklubb", | |
| "artist": "Todd Terje", | |
| "rdioKey": "a3035008" | |
| }, | |
| { | |
| "name": "Stand in the Sand - Single", | |
| "artist": "Twin Peaks", | |
| "rdioKey": "a3036644" | |
| }, | |
| { | |
| "name": "I'm Week", | |
| "artist": "Nina Kraviz", | |
| "rdioKey": "a3066019" | |
| }, | |
| { | |
| "name": "SAAAB Stories produced by Harry Fraud", | |
| "artist": "Action Bronson", | |
| "rdioKey": "a3068522" | |
| }, | |
| { | |
| "name": "We Can't Stop", | |
| "artist": "Miley Cyrus", | |
| "rdioKey": "a3081472" | |
| }, | |
| { | |
| "name": "AK-47 / Heir to a Void", | |
| "artist": "The Vivids", | |
| "rdioKey": "a3085474" | |
| }, | |
| { | |
| "name": "Tomorrow's Harvest", | |
| "artist": "Boards Of Canada", | |
| "rdioKey": "a3087682" | |
| }, | |
| { | |
| "name": "Cat & Mouse", | |
| "artist": "Radkey", | |
| "rdioKey": "a3088003" | |
| }, | |
| { | |
| "name": "Born Sinner", | |
| "artist": "J. Cole", | |
| "rdioKey": "a3103954" | |
| }, | |
| { | |
| "name": "Live In Copenhagen", | |
| "artist": "Trentemøller", | |
| "rdioKey": "a3105357" | |
| }, | |
| { | |
| "name": "Pick Up Your Head [Deluxe Edition]", | |
| "artist": "Middle Class Rut", | |
| "rdioKey": "a3109243" | |
| }, | |
| { | |
| "name": "Hobo Rocket", | |
| "artist": "Pond", | |
| "rdioKey": "a3114038" | |
| }, | |
| { | |
| "name": "Yeezus", | |
| "artist": "Kanye West", | |
| "rdioKey": "a3122373" | |
| }, | |
| { | |
| "name": "Slow Focus", | |
| "artist": "Fuck Buttons", | |
| "rdioKey": "a3122390" | |
| }, | |
| { | |
| "name": "Do What You Love", | |
| "artist": "Ta-Ku", | |
| "rdioKey": "a3142801" | |
| }, | |
| { | |
| "name": "Dismantle", | |
| "artist": "Morphosis", | |
| "rdioKey": "a3170898" | |
| }, | |
| { | |
| "name": "Sedulous - EP", | |
| "artist": "Sébastien Tellier", | |
| "rdioKey": "a3182395" | |
| }, | |
| { | |
| "name": "Piss Fell out Like Sunlight", | |
| "artist": "Wanda Group", | |
| "rdioKey": "a3191955" | |
| }, | |
| { | |
| "name": "Stranger Than Fiction", | |
| "artist": "Kevin Gates", | |
| "rdioKey": "a3192247" | |
| }, | |
| { | |
| "name": "Ride Your Heart", | |
| "artist": "Bleached", | |
| "rdioKey": "a3199680" | |
| }, | |
| { | |
| "name": "Magna Carta... Holy Grail", | |
| "artist": "Jay-Z", | |
| "rdioKey": "a3217619" | |
| }, | |
| { | |
| "name": "Sistrionix", | |
| "artist": "Deap Vally", | |
| "rdioKey": "a3232457" | |
| }, | |
| { | |
| "name": "The Night's Gambit", | |
| "artist": "KA", | |
| "rdioKey": "a3234851" | |
| }, | |
| { | |
| "name": "A Bit of the Past", | |
| "artist": "Bohannon", | |
| "rdioKey": "a3255316" | |
| }, | |
| { | |
| "name": "I Love You, Man (Bonus Track Version)", | |
| "artist": "Rebecca & Fiona", | |
| "rdioKey": "a3269668" | |
| }, | |
| { | |
| "name": "Who Needs You EP", | |
| "artist": "The Orwells", | |
| "rdioKey": "a3277471" | |
| }, | |
| { | |
| "name": "II", | |
| "artist": "Moderat", | |
| "rdioKey": "a3282581" | |
| }, | |
| { | |
| "name": "Lucky Numbers", | |
| "artist": "Lusine", | |
| "rdioKey": "a3284779" | |
| }, | |
| { | |
| "name": "Without You", | |
| "artist": "Dillon Francis feat. Totally Enormous Extinct Dinosaurs", | |
| "rdioKey": "a3291877" | |
| }, | |
| { | |
| "name": "Disco Rout Remixes", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3293227" | |
| }, | |
| { | |
| "name": "Disco Rout", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3293310" | |
| }, | |
| { | |
| "name": "Pain Is Beauty", | |
| "artist": "Chelsea Wolfe", | |
| "rdioKey": "a3293946" | |
| }, | |
| { | |
| "name": "Drone Logic", | |
| "artist": "Daniel Avery", | |
| "rdioKey": "a3296666" | |
| }, | |
| { | |
| "name": "Brain Freeze", | |
| "artist": "Lil Debbie,Riff Raff", | |
| "rdioKey": "a3297687" | |
| }, | |
| { | |
| "name": "Vapor City", | |
| "artist": "Machinedrum", | |
| "rdioKey": "a3299264" | |
| }, | |
| { | |
| "name": "Doris", | |
| "artist": "Earl Sweatshirt", | |
| "rdioKey": "a3315934" | |
| }, | |
| { | |
| "name": "Pull My Hair Back", | |
| "artist": "Jessy Lanza", | |
| "rdioKey": "a3323037" | |
| }, | |
| { | |
| "name": "I'm Rich Beyond Your Wildest Dreams", | |
| "artist": "Diarrhea Planet", | |
| "rdioKey": "a3327003" | |
| }, | |
| { | |
| "name": "Stay / True EP", | |
| "artist": "Fort Romeau", | |
| "rdioKey": "a3333678" | |
| }, | |
| { | |
| "name": "Lavender EP", | |
| "artist": "Yung Lean", | |
| "rdioKey": "a3343951" | |
| }, | |
| { | |
| "name": "BALLiN' Outta Control", | |
| "artist": "Riff Raff", | |
| "rdioKey": "a3359956" | |
| }, | |
| { | |
| "name": "Phlax", | |
| "artist": "Jega", | |
| "rdioKey": "a3369218" | |
| }, | |
| { | |
| "name": "Card Hore", | |
| "artist": "Jega", | |
| "rdioKey": "a3369237" | |
| }, | |
| { | |
| "name": "Hi Scores", | |
| "artist": "Boards Of Canada", | |
| "rdioKey": "a3369255" | |
| }, | |
| { | |
| "name": "EP2", | |
| "artist": "FKA twigs", | |
| "rdioKey": "a3370537" | |
| }, | |
| { | |
| "name": "Slompy Jitt EP", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3372575" | |
| }, | |
| { | |
| "name": "Type of Way", | |
| "artist": "Rich Homie Quan", | |
| "rdioKey": "a3372853" | |
| }, | |
| { | |
| "name": "Welcome Back the Workshop", | |
| "artist": "Workshop", | |
| "rdioKey": "a3405945" | |
| }, | |
| { | |
| "name": "n-Dimensional Analysis", | |
| "artist": "Mark Fell", | |
| "rdioKey": "a3408918" | |
| }, | |
| { | |
| "name": "The Double EP: A Sea of Split Peas", | |
| "artist": "Courtney Barnett", | |
| "rdioKey": "a3409240" | |
| }, | |
| { | |
| "name": "Osaka", | |
| "artist": "Blood Diamonds", | |
| "rdioKey": "a3420778" | |
| }, | |
| { | |
| "name": "Bake a Cake", | |
| "artist": "Lil Debbie", | |
| "rdioKey": "a3421447" | |
| }, | |
| { | |
| "name": "You're Not The One", | |
| "artist": "Sky Ferreira", | |
| "rdioKey": "a3425614" | |
| }, | |
| { | |
| "name": "Colonial Patterns", | |
| "artist": "Huerco S.", | |
| "rdioKey": "a3433954" | |
| }, | |
| { | |
| "name": "Sun Showers - EP", | |
| "artist": "Rabit", | |
| "rdioKey": "a3435848" | |
| }, | |
| { | |
| "name": "Star Gazing EP", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3436804" | |
| }, | |
| { | |
| "name": "Nothing Was The Same (Deluxe)", | |
| "artist": "Drake", | |
| "rdioKey": "a3450199" | |
| }, | |
| { | |
| "name": "Virgins", | |
| "artist": "Tim Hecker", | |
| "rdioKey": "a3452061" | |
| }, | |
| { | |
| "name": "Restless Idylls", | |
| "artist": "Tropic Of Cancer", | |
| "rdioKey": "a3453960" | |
| }, | |
| { | |
| "name": "Days Are Gone", | |
| "artist": "Haim", | |
| "rdioKey": "a3465303" | |
| }, | |
| { | |
| "name": "Nonfiction", | |
| "artist": "The Range", | |
| "rdioKey": "a3467720" | |
| }, | |
| { | |
| "name": "Elementz of Houz Music (Actress Mixes)", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3468483" | |
| }, | |
| { | |
| "name": "Chance of Rain", | |
| "artist": "Laurel Halo", | |
| "rdioKey": "a3468626" | |
| }, | |
| { | |
| "name": "Double Cup", | |
| "artist": "DJ Rashad", | |
| "rdioKey": "a3468662" | |
| }, | |
| { | |
| "name": "Commanchee's Revenge", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3472572" | |
| }, | |
| { | |
| "name": "Nourishment by Radio", | |
| "artist": "Various Artists", | |
| "rdioKey": "a3495701" | |
| }, | |
| { | |
| "name": "Guilt Trips", | |
| "artist": "Ryan Hemsworth", | |
| "rdioKey": "a3501875" | |
| }, | |
| { | |
| "name": "R Plus Seven", | |
| "artist": "Oneohtrix Point Never", | |
| "rdioKey": "a3505251" | |
| }, | |
| { | |
| "name": "Novo's", | |
| "artist": "The Gooch Palms", | |
| "rdioKey": "a3506640" | |
| }, | |
| { | |
| "name": "Outer Alsatian EP", | |
| "artist": "Wanda Group", | |
| "rdioKey": "a3510277" | |
| }, | |
| { | |
| "name": "LCD Soundsystem", | |
| "artist": "LCD Soundsystem", | |
| "rdioKey": "a3511360" | |
| }, | |
| { | |
| "name": "Old", | |
| "artist": "Danny Brown", | |
| "rdioKey": "a3512180" | |
| }, | |
| { | |
| "name": "Post Tropical", | |
| "artist": "James Vincent McMorrow", | |
| "rdioKey": "a3513762" | |
| }, | |
| { | |
| "name": "Reprise", | |
| "artist": "Gold Panda", | |
| "rdioKey": "a3515593" | |
| }, | |
| { | |
| "name": "Aleph", | |
| "artist": "Gesaffelstein", | |
| "rdioKey": "a3517402" | |
| }, | |
| { | |
| "name": "My Name Is My Name", | |
| "artist": "Pusha T", | |
| "rdioKey": "a3517563" | |
| }, | |
| { | |
| "name": "TM404", | |
| "artist": "TM404", | |
| "rdioKey": "a3519308" | |
| }, | |
| { | |
| "name": "Svans", | |
| "artist": "TM404", | |
| "rdioKey": "a3543909" | |
| }, | |
| { | |
| "name": "Big Wheel and Others", | |
| "artist": "Cass McCombs", | |
| "rdioKey": "a3576122" | |
| }, | |
| { | |
| "name": "Man I Do It EP", | |
| "artist": "DJ Spinn", | |
| "rdioKey": "a3577679" | |
| }, | |
| { | |
| "name": "United Acid Emirates", | |
| "artist": "Ceephax Acid Crew", | |
| "rdioKey": "a3577685" | |
| }, | |
| { | |
| "name": "Bluff Limbo", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a3577696" | |
| }, | |
| { | |
| "name": "Chewed Corners", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a3577706" | |
| }, | |
| { | |
| "name": "Crying Over Pros For No Reason", | |
| "artist": "Edit", | |
| "rdioKey": "a3577710" | |
| }, | |
| { | |
| "name": "Rossz Csillag Alatt Született", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a3577711" | |
| }, | |
| { | |
| "name": "Tango N'Vectif", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a3577729" | |
| }, | |
| { | |
| "name": "Itz Not Rite", | |
| "artist": "DJ Rashad", | |
| "rdioKey": "a3577733" | |
| }, | |
| { | |
| "name": "Devil Fruit", | |
| "artist": "Radkey", | |
| "rdioKey": "a3577829" | |
| }, | |
| { | |
| "name": "Room(s) Extended", | |
| "artist": "Machinedrum", | |
| "rdioKey": "a3578431" | |
| }, | |
| { | |
| "name": "We Hear You", | |
| "artist": "Luke Vibert", | |
| "rdioKey": "a3578453" | |
| }, | |
| { | |
| "name": "Blame Confusion", | |
| "artist": "Solids", | |
| "rdioKey": "a3581792" | |
| }, | |
| { | |
| "name": "Radio Stereo", | |
| "artist": "Duck Sauce", | |
| "rdioKey": "a3603858" | |
| }, | |
| { | |
| "name": "Huge Chrome Cylinder Box Unfolding", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a3619127" | |
| }, | |
| { | |
| "name": "Just One Fix", | |
| "artist": "Joseph Nothing", | |
| "rdioKey": "a3619915" | |
| }, | |
| { | |
| "name": "Songs About My Cats", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a3619965" | |
| }, | |
| { | |
| "name": "Full Sunken Breaks", | |
| "artist": "Kid Spatula", | |
| "rdioKey": "a3619975" | |
| }, | |
| { | |
| "name": "Swarm & Dither", | |
| "artist": "Hrvatski", | |
| "rdioKey": "a3619979" | |
| }, | |
| { | |
| "name": "Small Sound", | |
| "artist": "Tennis", | |
| "rdioKey": "a3620911" | |
| }, | |
| { | |
| "name": "Hymn For The Greatest Generation", | |
| "artist": "Caspian", | |
| "rdioKey": "a3639369" | |
| }, | |
| { | |
| "name": "Club Construction, Vol. 6", | |
| "artist": "Jam City", | |
| "rdioKey": "a3662091" | |
| }, | |
| { | |
| "name": "Night Time, My Time", | |
| "artist": "Sky Ferreira", | |
| "rdioKey": "a3674631" | |
| }, | |
| { | |
| "name": "Matangi", | |
| "artist": "M.I.A.", | |
| "rdioKey": "a3674657" | |
| }, | |
| { | |
| "name": "Cupid Deluxe", | |
| "artist": "Blood Orange", | |
| "rdioKey": "a3681918" | |
| }, | |
| { | |
| "name": "Love Is to Die", | |
| "artist": "Warpaint", | |
| "rdioKey": "a3688574" | |
| }, | |
| { | |
| "name": "Collard Greens", | |
| "artist": "Schoolboy Q", | |
| "rdioKey": "a3704897" | |
| }, | |
| { | |
| "name": "No Love Deep Web", | |
| "artist": "Death Grips", | |
| "rdioKey": "a3711636" | |
| }, | |
| { | |
| "name": "Functional Unit EP", | |
| "artist": "Caspian", | |
| "rdioKey": "a3714869" | |
| }, | |
| { | |
| "name": "Sugarcrush", | |
| "artist": "Joanna Gruesome", | |
| "rdioKey": "a3737508" | |
| }, | |
| { | |
| "name": "Try Me", | |
| "artist": "Self Defense Family", | |
| "rdioKey": "a3741977" | |
| }, | |
| { | |
| "name": "Ghettoville", | |
| "artist": "Actress", | |
| "rdioKey": "a3762228" | |
| }, | |
| { | |
| "name": "Dummy Variations", | |
| "artist": "Joseph Nothing", | |
| "rdioKey": "a3778952" | |
| }, | |
| { | |
| "name": "Winter In The Belly Of A Snake", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a3778965" | |
| }, | |
| { | |
| "name": "Boy Crazy", | |
| "artist": "Lydia Loveless", | |
| "rdioKey": "a3780233" | |
| }, | |
| { | |
| "name": "Ventolin EP", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a3803008" | |
| }, | |
| { | |
| "name": "2", | |
| "artist": "Jonsson/Alter", | |
| "rdioKey": "a3803155" | |
| }, | |
| { | |
| "name": "Donkey Rhubarb", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a3803227" | |
| }, | |
| { | |
| "name": "Vicious Circle", | |
| "artist": "Svengalisghost", | |
| "rdioKey": "a3804965" | |
| }, | |
| { | |
| "name": "Sark Island Acid", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3804969" | |
| }, | |
| { | |
| "name": "On", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a3828739" | |
| }, | |
| { | |
| "name": "Parallel", | |
| "artist": "Twin Peaks", | |
| "rdioKey": "a3863614" | |
| }, | |
| { | |
| "name": "Eyes & Nines", | |
| "artist": "Trash Talk", | |
| "rdioKey": "a3882441" | |
| }, | |
| { | |
| "name": "Urban Code", | |
| "artist": "Dosem", | |
| "rdioKey": "a3883316" | |
| }, | |
| { | |
| "name": "Rave Tapes", | |
| "artist": "Mogwai", | |
| "rdioKey": "a3899533" | |
| }, | |
| { | |
| "name": "1971", | |
| "artist": "Natural Child", | |
| "rdioKey": "a3909244" | |
| }, | |
| { | |
| "name": "Wave 1", | |
| "artist": "Com Truise", | |
| "rdioKey": "a3911505" | |
| }, | |
| { | |
| "name": "Warpaint", | |
| "artist": "Warpaint", | |
| "rdioKey": "a3946650" | |
| }, | |
| { | |
| "name": "Hollywood Murder Mystery", | |
| "artist": "Legowelt", | |
| "rdioKey": "a3951260" | |
| }, | |
| { | |
| "name": "Nirvana", | |
| "artist": "Sam Smith", | |
| "rdioKey": "a3953648" | |
| }, | |
| { | |
| "name": "New Program - Single", | |
| "artist": "Useless Eaters", | |
| "rdioKey": "a3959676" | |
| }, | |
| { | |
| "name": "Teledrome", | |
| "artist": "Teledrome", | |
| "rdioKey": "a3959712" | |
| }, | |
| { | |
| "name": "2 On", | |
| "artist": "Tinashe", | |
| "rdioKey": "a3967596" | |
| }, | |
| { | |
| "name": "Montana", | |
| "artist": "Tycho", | |
| "rdioKey": "a3984324" | |
| }, | |
| { | |
| "name": "Rending Brass: The Cyclist Remixes", | |
| "artist": "The Cyclist", | |
| "rdioKey": "a3984506" | |
| }, | |
| { | |
| "name": "My Type of Party", | |
| "artist": "Dom Kennedy", | |
| "rdioKey": "a3985114" | |
| }, | |
| { | |
| "name": "Let Me DRiVE", | |
| "artist": "Riff Raff", | |
| "rdioKey": "a3994916" | |
| }, | |
| { | |
| "name": "After the Disco", | |
| "artist": "Broken Bells", | |
| "rdioKey": "a3996961" | |
| }, | |
| { | |
| "name": "God Ween Satan: The Oneness [Anniversary Edition]", | |
| "artist": "Ween", | |
| "rdioKey": "a4000776" | |
| }, | |
| { | |
| "name": "Fuzz Steilacoom", | |
| "artist": "Skating Polly", | |
| "rdioKey": "a4012143" | |
| }, | |
| { | |
| "name": "The Mouse and The Mask (Bonus Version)", | |
| "artist": "Danger Doom", | |
| "rdioKey": "a4040095" | |
| }, | |
| { | |
| "name": "Atlas", | |
| "artist": "Real Estate", | |
| "rdioKey": "a4100758" | |
| }, | |
| { | |
| "name": "Unfidelity", | |
| "artist": "Ekoplekz", | |
| "rdioKey": "a4123247" | |
| }, | |
| { | |
| "name": "Feed My Brain", | |
| "artist": "Radkey", | |
| "rdioKey": "a4123356" | |
| }, | |
| { | |
| "name": "Sylvan Esso", | |
| "artist": "Sylvan Esso", | |
| "rdioKey": "a4142286" | |
| }, | |
| { | |
| "name": "Eagulls", | |
| "artist": "Eagulls", | |
| "rdioKey": "a4142464" | |
| }, | |
| { | |
| "name": "Superscope", | |
| "artist": "Clark", | |
| "rdioKey": "a4142891" | |
| }, | |
| { | |
| "name": "ESTOILE NAIANT", | |
| "artist": "Patten", | |
| "rdioKey": "a4142892" | |
| }, | |
| { | |
| "name": "Universal Everything & You", | |
| "artist": "Simon Pyke", | |
| "rdioKey": "a4142893" | |
| }, | |
| { | |
| "name": "Lost in the Dream", | |
| "artist": "The War On Drugs", | |
| "rdioKey": "a4153193" | |
| }, | |
| { | |
| "name": "Got To My Head", | |
| "artist": "Waters", | |
| "rdioKey": "a4156706" | |
| }, | |
| { | |
| "name": "TRAXMAN", | |
| "artist": "Traxman", | |
| "rdioKey": "a4169343" | |
| }, | |
| { | |
| "name": "Protoplasm", | |
| "artist": "Black Rain", | |
| "rdioKey": "a4172726" | |
| }, | |
| { | |
| "name": "Teen Romance", | |
| "artist": "Legowelt", | |
| "rdioKey": "a4174839" | |
| }, | |
| { | |
| "name": "Say Yes To Love", | |
| "artist": "Perfect Pussy", | |
| "rdioKey": "a4177708" | |
| }, | |
| { | |
| "name": "Singles", | |
| "artist": "Future Islands", | |
| "rdioKey": "a4198413" | |
| }, | |
| { | |
| "name": "My Krazy Life (Deluxe)", | |
| "artist": "YG", | |
| "rdioKey": "a4207620" | |
| }, | |
| { | |
| "name": "Salad Days", | |
| "artist": "Mac Demarco", | |
| "rdioKey": "a4217411" | |
| }, | |
| { | |
| "name": "Jokerman", | |
| "artist": "Built To Spill", | |
| "rdioKey": "a4220016" | |
| }, | |
| { | |
| "name": "Sad Sappy Sucker", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a4227194" | |
| }, | |
| { | |
| "name": "Mess", | |
| "artist": "Liars", | |
| "rdioKey": "a4230258" | |
| }, | |
| { | |
| "name": "It's Album Time", | |
| "artist": "Todd Terje", | |
| "rdioKey": "a4231645" | |
| }, | |
| { | |
| "name": "Fountains / Highbury Skyline", | |
| "artist": "Strict Face", | |
| "rdioKey": "a4232173" | |
| }, | |
| { | |
| "name": "Here and Nowhere Else", | |
| "artist": "Cloud Nothings", | |
| "rdioKey": "a4234905" | |
| }, | |
| { | |
| "name": "Music for the Uninvited", | |
| "artist": "Leon Vynehall", | |
| "rdioKey": "a4239513" | |
| }, | |
| { | |
| "name": "Dream.Zone.Achieve", | |
| "artist": "Smoke Dza", | |
| "rdioKey": "a4239872" | |
| }, | |
| { | |
| "name": "Drinky", | |
| "artist": "Pixelord", | |
| "rdioKey": "a4259862" | |
| }, | |
| { | |
| "name": "Venter", | |
| "artist": "Ben Frost", | |
| "rdioKey": "a4263833" | |
| }, | |
| { | |
| "name": "Stay Behind EP", | |
| "artist": "FUTURE (FR)", | |
| "rdioKey": "a4267381" | |
| }, | |
| { | |
| "name": "Hideaway", | |
| "artist": "Kiesza", | |
| "rdioKey": "a4270167" | |
| }, | |
| { | |
| "name": "A U R O R A", | |
| "artist": "Ben Frost", | |
| "rdioKey": "a4273672" | |
| }, | |
| { | |
| "name": "So It Goes", | |
| "artist": "Ratking", | |
| "rdioKey": "a4283169" | |
| }, | |
| { | |
| "name": "Tragedy Plus Comedy Equals Time", | |
| "artist": "Patton Oswalt", | |
| "rdioKey": "a4283678" | |
| }, | |
| { | |
| "name": "Keep The Beat: The Very Best Of The English Beat", | |
| "artist": "The English Beat", | |
| "rdioKey": "a4292644" | |
| }, | |
| { | |
| "name": "Music For Robots", | |
| "artist": "Squarepusher x Z-MACHINES", | |
| "rdioKey": "a4312457" | |
| }, | |
| { | |
| "name": "This Is a Long Drive for Someone with Nothing to Think About", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a4316203" | |
| }, | |
| { | |
| "name": "NRG", | |
| "artist": "Duck Sauce", | |
| "rdioKey": "a4330720" | |
| }, | |
| { | |
| "name": "EONS", | |
| "artist": "Mimicking Birds", | |
| "rdioKey": "a4344981" | |
| }, | |
| { | |
| "name": "Party Jail", | |
| "artist": "Ed Schrader's Music Beat", | |
| "rdioKey": "a4346846" | |
| }, | |
| { | |
| "name": "Crystal Cult 2080", | |
| "artist": "Legowelt", | |
| "rdioKey": "a4348956" | |
| }, | |
| { | |
| "name": "Honest", | |
| "artist": "Future", | |
| "rdioKey": "a4365073" | |
| }, | |
| { | |
| "name": "Beauty is Pain", | |
| "artist": "Rebecca & Fiona", | |
| "rdioKey": "a4365952" | |
| }, | |
| { | |
| "name": "Drown With The Monster", | |
| "artist": "White Lung", | |
| "rdioKey": "a4380572" | |
| }, | |
| { | |
| "name": "Wolves", | |
| "artist": "Digitalism", | |
| "rdioKey": "a4403449" | |
| }, | |
| { | |
| "name": "Live Versions", | |
| "artist": "Tame Impala", | |
| "rdioKey": "a4423047" | |
| }, | |
| { | |
| "name": "XSCAPE", | |
| "artist": "Michael Jackson", | |
| "rdioKey": "a4429585" | |
| }, | |
| { | |
| "name": "Shape Shifting Shaman", | |
| "artist": "DMX Krew", | |
| "rdioKey": "a4430801" | |
| }, | |
| { | |
| "name": "Reachy Prints", | |
| "artist": "Plaid", | |
| "rdioKey": "a4436294" | |
| }, | |
| { | |
| "name": "Deiter Caught My Bus - Single", | |
| "artist": "Wet Blankets", | |
| "rdioKey": "a4448224" | |
| }, | |
| { | |
| "name": "Flavor", | |
| "artist": "Twin Peaks", | |
| "rdioKey": "a4453201" | |
| }, | |
| { | |
| "name": "Dust My Broom Best of Early Fleetwood Mac", | |
| "artist": "Fleetwood Mac", | |
| "rdioKey": "a4457426" | |
| }, | |
| { | |
| "name": "Complaints", | |
| "artist": "Porn Sword Tobacco & SVN", | |
| "rdioKey": "a4458756" | |
| }, | |
| { | |
| "name": "Alvvays", | |
| "artist": "Alvvays", | |
| "rdioKey": "a4463377" | |
| }, | |
| { | |
| "name": "Patterns EP", | |
| "artist": "Tourist", | |
| "rdioKey": "a4470905" | |
| }, | |
| { | |
| "name": "Divide and Exit", | |
| "artist": "Sleaford Mods", | |
| "rdioKey": "a4478098" | |
| }, | |
| { | |
| "name": "Honeyblood", | |
| "artist": "Honeyblood", | |
| "rdioKey": "a4490050" | |
| }, | |
| { | |
| "name": "Wild Onion", | |
| "artist": "Twin Peaks", | |
| "rdioKey": "a4495125" | |
| }, | |
| { | |
| "name": "Start Again", | |
| "artist": "Bishop Allen", | |
| "rdioKey": "a4497497" | |
| }, | |
| { | |
| "name": "Alien Whale EP", | |
| "artist": "Alien Whale", | |
| "rdioKey": "a4501032" | |
| }, | |
| { | |
| "name": "My Love Is A Bulldozer", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a4503881" | |
| }, | |
| { | |
| "name": "So Click Heels", | |
| "artist": "Various Artists", | |
| "rdioKey": "a4511055" | |
| }, | |
| { | |
| "name": "Knowing We'll Be Here", | |
| "artist": "Daniel Avery", | |
| "rdioKey": "a4511695" | |
| }, | |
| { | |
| "name": "S/T", | |
| "artist": "D. Tiffany", | |
| "rdioKey": "a4520475" | |
| }, | |
| { | |
| "name": "Little Killer", | |
| "artist": "Merchandise", | |
| "rdioKey": "a4529044" | |
| }, | |
| { | |
| "name": "DBF", | |
| "artist": "Eno • Hyde", | |
| "rdioKey": "a4529122" | |
| }, | |
| { | |
| "name": "Neon Icon", | |
| "artist": "Riff Raff", | |
| "rdioKey": "a4531106" | |
| }, | |
| { | |
| "name": "Thought Of Sound", | |
| "artist": "The Rentals", | |
| "rdioKey": "a4531845" | |
| }, | |
| { | |
| "name": "Deep Fantasy", | |
| "artist": "White Lung", | |
| "rdioKey": "a4534278" | |
| }, | |
| { | |
| "name": "Shelter", | |
| "artist": "Moire", | |
| "rdioKey": "a4534559" | |
| }, | |
| { | |
| "name": "Inventions", | |
| "artist": "Inventions", | |
| "rdioKey": "a4536290" | |
| }, | |
| { | |
| "name": "Dangerous (feat. Joywave)", | |
| "artist": "Big Data", | |
| "rdioKey": "a4537573" | |
| }, | |
| { | |
| "name": "Our Love", | |
| "artist": "Caribou", | |
| "rdioKey": "a4539012" | |
| }, | |
| { | |
| "name": "Ultraviolence (Deluxe)", | |
| "artist": "Lana Del Rey", | |
| "rdioKey": "a4549570" | |
| }, | |
| { | |
| "name": "El Pintor", | |
| "artist": "Interpol", | |
| "rdioKey": "a4549958" | |
| }, | |
| { | |
| "name": "Interpretations On F.€‹C. Judd", | |
| "artist": "Various Artists", | |
| "rdioKey": "a4550459" | |
| }, | |
| { | |
| "name": "Arterial", | |
| "artist": "Lusine", | |
| "rdioKey": "a4576149" | |
| }, | |
| { | |
| "name": "Covered in Chrome", | |
| "artist": "Violent Soho", | |
| "rdioKey": "a4583385" | |
| }, | |
| { | |
| "name": "Polygon Fane", | |
| "artist": "Pixelord", | |
| "rdioKey": "a4586566" | |
| }, | |
| { | |
| "name": "Z (aka Bernard Szajner) presents Visions of Dune", | |
| "artist": "Bernard Szajner", | |
| "rdioKey": "a4588479" | |
| }, | |
| { | |
| "name": "Come In EP", | |
| "artist": "Georgia", | |
| "rdioKey": "a4597244" | |
| }, | |
| { | |
| "name": "Can't Do Without You (Extended Mix)", | |
| "artist": "Caribou", | |
| "rdioKey": "a4607675" | |
| }, | |
| { | |
| "name": "Human Voice", | |
| "artist": "Dntel", | |
| "rdioKey": "a4614815" | |
| }, | |
| { | |
| "name": "Bugatti", | |
| "artist": "Tiga", | |
| "rdioKey": "a4617132" | |
| }, | |
| { | |
| "name": "Body Sound", | |
| "artist": "Holly Herndon", | |
| "rdioKey": "a4622237" | |
| }, | |
| { | |
| "name": "Being", | |
| "artist": "Mozart's Sister", | |
| "rdioKey": "a4631338" | |
| }, | |
| { | |
| "name": "All The Rage Back Home", | |
| "artist": "Interpol", | |
| "rdioKey": "a4631455" | |
| }, | |
| { | |
| "name": "Never Hungover Again", | |
| "artist": "Joyce Manor", | |
| "rdioKey": "a4633466" | |
| }, | |
| { | |
| "name": "Drugs (Live at Leeds) - Single", | |
| "artist": "Giant Drag", | |
| "rdioKey": "a4640856" | |
| }, | |
| { | |
| "name": "Swan Song (Live at Leeds) - Single", | |
| "artist": "Giant Drag", | |
| "rdioKey": "a4640945" | |
| }, | |
| { | |
| "name": "Just Enough Hip To Be Woman", | |
| "artist": "BRONCHO", | |
| "rdioKey": "a4641703" | |
| }, | |
| { | |
| "name": "Harrier Attk / Gershwin", | |
| "artist": "Actress", | |
| "rdioKey": "a4647802" | |
| }, | |
| { | |
| "name": "For Club Play Only, Pt. 3", | |
| "artist": "Duke Dumont", | |
| "rdioKey": "a4655848" | |
| }, | |
| { | |
| "name": "PARTYNEXTDOOR TWO", | |
| "artist": "PARTYNEXTDOOR", | |
| "rdioKey": "a4664507" | |
| }, | |
| { | |
| "name": "Lese Majesty", | |
| "artist": "Shabazz Palaces", | |
| "rdioKey": "a4664548" | |
| }, | |
| { | |
| "name": "1000 Seasons", | |
| "artist": "The Rentals", | |
| "rdioKey": "a4664856" | |
| }, | |
| { | |
| "name": "Dervish", | |
| "artist": "Simian Mobile Disco", | |
| "rdioKey": "a4670753" | |
| }, | |
| { | |
| "name": "Rediffusion", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a4671591" | |
| }, | |
| { | |
| "name": "Pika Pika Fantajin", | |
| "artist": "Kyary Pamyu Pamyu", | |
| "rdioKey": "a4672068" | |
| }, | |
| { | |
| "name": "n-Dimensional Analysis", | |
| "artist": "Mark Fell", | |
| "rdioKey": "a4672427" | |
| }, | |
| { | |
| "name": "They Want My Soul", | |
| "artist": "Spoon", | |
| "rdioKey": "a4687839" | |
| }, | |
| { | |
| "name": "Ellipsis", | |
| "artist": "Dosem", | |
| "rdioKey": "a4689826" | |
| }, | |
| { | |
| "name": "Random White Dude Be Everywhere", | |
| "artist": "Diplo", | |
| "rdioKey": "a4690469" | |
| }, | |
| { | |
| "name": "Insides EP", | |
| "artist": "Terry Malts", | |
| "rdioKey": "a4692460" | |
| }, | |
| { | |
| "name": "I Remember", | |
| "artist": "Kaskade", | |
| "rdioKey": "a4692729" | |
| }, | |
| { | |
| "name": "Pay Attention", | |
| "artist": "Big K.R.I.T.", | |
| "rdioKey": "a4700905" | |
| }, | |
| { | |
| "name": "Heavy Metal and Reflective", | |
| "artist": "Azealia Banks", | |
| "rdioKey": "a4710859" | |
| }, | |
| { | |
| "name": "Gem Drops Four", | |
| "artist": "Various Artists", | |
| "rdioKey": "a4712274" | |
| }, | |
| { | |
| "name": "Bass Drop EP", | |
| "artist": "DMX Krew", | |
| "rdioKey": "a4720464" | |
| }, | |
| { | |
| "name": "Koch", | |
| "artist": "Lee Gamble", | |
| "rdioKey": "a4723090" | |
| }, | |
| { | |
| "name": "Attak (feat. Danny Brown)", | |
| "artist": "Rustie", | |
| "rdioKey": "a4724119" | |
| }, | |
| { | |
| "name": "Reality Is Opposite", | |
| "artist": "Richard H Kirk", | |
| "rdioKey": "a4752972" | |
| }, | |
| { | |
| "name": "Frozen Letter", | |
| "artist": "Spider Bags", | |
| "rdioKey": "a4755168" | |
| }, | |
| { | |
| "name": "Tsekeleke", | |
| "artist": "Nozinja", | |
| "rdioKey": "a4758852" | |
| }, | |
| { | |
| "name": "Our Love", | |
| "artist": "Caribou", | |
| "rdioKey": "a4758884" | |
| }, | |
| { | |
| "name": "I Don't Give A Fuck", | |
| "artist": "DJ Rashad", | |
| "rdioKey": "a4762319" | |
| }, | |
| { | |
| "name": "Endgame", | |
| "artist": "Ital", | |
| "rdioKey": "a4764570" | |
| }, | |
| { | |
| "name": "LP1", | |
| "artist": "FKA twigs", | |
| "rdioKey": "a4770578" | |
| }, | |
| { | |
| "name": "Lost In Alphaville", | |
| "artist": "The Rentals", | |
| "rdioKey": "a4778732" | |
| }, | |
| { | |
| "name": "Doin' Me - Single", | |
| "artist": "Trinidad James", | |
| "rdioKey": "a4784162" | |
| }, | |
| { | |
| "name": "Maladaptive Brain Dysfuction", | |
| "artist": "Marquis Hawkes", | |
| "rdioKey": "a4785293" | |
| }, | |
| { | |
| "name": "OOM VELT", | |
| "artist": "Salt Cathedral", | |
| "rdioKey": "a4800571" | |
| }, | |
| { | |
| "name": "Hold My Home", | |
| "artist": "Cold War Kids", | |
| "rdioKey": "a4802645" | |
| }, | |
| { | |
| "name": "Yoshi City (Prod. Yung Gud)", | |
| "artist": "Yung Lean", | |
| "rdioKey": "a4806601" | |
| }, | |
| { | |
| "name": "H.O.M.E. (Hating On Me) (feat. iLoveMakonnen) - Single", | |
| "artist": "Trinidad James", | |
| "rdioKey": "a4807578" | |
| }, | |
| { | |
| "name": "Strange EP", | |
| "artist": "Charlotte OC", | |
| "rdioKey": "a4817853" | |
| }, | |
| { | |
| "name": "The Physical World", | |
| "artist": "Death From Above 1979", | |
| "rdioKey": "a4818888" | |
| }, | |
| { | |
| "name": "Pretend", | |
| "artist": "Tinashe", | |
| "rdioKey": "a4820375" | |
| }, | |
| { | |
| "name": "Down To Earth", | |
| "artist": "Flight Facilities", | |
| "rdioKey": "a4822114" | |
| }, | |
| { | |
| "name": "After Forever", | |
| "artist": "Kasper Bjørke", | |
| "rdioKey": "a4823360" | |
| }, | |
| { | |
| "name": "Sagrada", | |
| "artist": "Anenon", | |
| "rdioKey": "a4828509" | |
| }, | |
| { | |
| "name": "Photay", | |
| "artist": "Photay", | |
| "rdioKey": "a4831989" | |
| }, | |
| { | |
| "name": "Never Catch Me (feat. Kendrick Lamar)", | |
| "artist": "Flying Lotus", | |
| "rdioKey": "a4856692" | |
| }, | |
| { | |
| "name": "Exai", | |
| "artist": "Autechre", | |
| "rdioKey": "a4856723" | |
| }, | |
| { | |
| "name": "EP1", | |
| "artist": "Duke Dumont", | |
| "rdioKey": "a4857558" | |
| }, | |
| { | |
| "name": "Visa", | |
| "artist": "Vladislav Delay", | |
| "rdioKey": "a4859204" | |
| }, | |
| { | |
| "name": "minipops 67 [120.2][source field mix]", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a4859431" | |
| }, | |
| { | |
| "name": "No Type", | |
| "artist": "Rae Sremmurd", | |
| "rdioKey": "a4861484" | |
| }, | |
| { | |
| "name": "11", | |
| "artist": "Hitchhiker", | |
| "rdioKey": "a4864571" | |
| }, | |
| { | |
| "name": "Q-Loop", | |
| "artist": "Basic Channel", | |
| "rdioKey": "a4883597" | |
| }, | |
| { | |
| "name": "Untitled", | |
| "artist": "Huerco S.", | |
| "rdioKey": "a4888006" | |
| }, | |
| { | |
| "name": "Dig The Classics", | |
| "artist": "Jeff The Brotherhood", | |
| "rdioKey": "a4892466" | |
| }, | |
| { | |
| "name": "Cosmic Logic", | |
| "artist": "Peaking Lights", | |
| "rdioKey": "a4903381" | |
| }, | |
| { | |
| "name": "Bad Thing", | |
| "artist": "Kiesza", | |
| "rdioKey": "a4907407" | |
| }, | |
| { | |
| "name": "Syro", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a4910706" | |
| }, | |
| { | |
| "name": "95-'99", | |
| "artist": "Luke Vibert", | |
| "rdioKey": "a4915120" | |
| }, | |
| { | |
| "name": "Coronus, the Terminator", | |
| "artist": "Flying Lotus", | |
| "rdioKey": "a4916107" | |
| }, | |
| { | |
| "name": "Unknown Memory", | |
| "artist": "Yung Lean", | |
| "rdioKey": "a4916316" | |
| }, | |
| { | |
| "name": "Everyone And Us", | |
| "artist": "Peaking Lights", | |
| "rdioKey": "a4916625" | |
| }, | |
| { | |
| "name": "Everything Will Be Alright In The End", | |
| "artist": "Weezer", | |
| "rdioKey": "a4918195" | |
| }, | |
| { | |
| "name": "i", | |
| "artist": "Kendrick Lamar", | |
| "rdioKey": "a4925534" | |
| }, | |
| { | |
| "name": "Glassy Eyed, Dormant and Veiled", | |
| "artist": "Iceage", | |
| "rdioKey": "a4931178" | |
| }, | |
| { | |
| "name": "The Love", | |
| "artist": "Kiesza", | |
| "rdioKey": "a4931472" | |
| }, | |
| { | |
| "name": "Fizzy", | |
| "artist": "Sleaford Mods", | |
| "rdioKey": "a4931591" | |
| }, | |
| { | |
| "name": "Chasing Time", | |
| "artist": "Azealia Banks", | |
| "rdioKey": "a4932051" | |
| }, | |
| { | |
| "name": "White Lies, Yellow Teeth / Buttons To Push The Buttons", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a4934696" | |
| }, | |
| { | |
| "name": "Hell Can Wait", | |
| "artist": "Vince Staples", | |
| "rdioKey": "a4961541" | |
| }, | |
| { | |
| "name": "Hozier", | |
| "artist": "Hozier", | |
| "rdioKey": "a4962563" | |
| }, | |
| { | |
| "name": "A Song For Echo", | |
| "artist": "Ricardo Donoso", | |
| "rdioKey": "a4964038" | |
| }, | |
| { | |
| "name": "Flatland", | |
| "artist": "Objekt", | |
| "rdioKey": "a4964056" | |
| }, | |
| { | |
| "name": "You're Dead!", | |
| "artist": "Flying Lotus", | |
| "rdioKey": "a4974536" | |
| }, | |
| { | |
| "name": "Lost In The Party: The Best of King Bitch", | |
| "artist": "King Bitch", | |
| "rdioKey": "a4983451" | |
| }, | |
| { | |
| "name": "Sound Of A Woman", | |
| "artist": "Kiesza", | |
| "rdioKey": "a4990005" | |
| }, | |
| { | |
| "name": "IX", | |
| "artist": "...And You Will Know Us By The Trail Of Dead", | |
| "rdioKey": "a4990196" | |
| }, | |
| { | |
| "name": "Run the Jewels 2", | |
| "artist": "Run The Jewels", | |
| "rdioKey": "a4995554" | |
| }, | |
| { | |
| "name": "Lolita", | |
| "artist": "Purling Hiss", | |
| "rdioKey": "a4997184" | |
| }, | |
| { | |
| "name": "The Grit In The Pearl", | |
| "artist": "Clark", | |
| "rdioKey": "a5010609" | |
| }, | |
| { | |
| "name": "Final Days", | |
| "artist": "Cult of Youth", | |
| "rdioKey": "a5016492" | |
| }, | |
| { | |
| "name": "Y Dydd Olaf", | |
| "artist": "Gwenno", | |
| "rdioKey": "a5030381" | |
| }, | |
| { | |
| "name": "Gogo Swang Side B", | |
| "artist": "Chuck Brown and the Soul Searchers", | |
| "rdioKey": "a5032190" | |
| }, | |
| { | |
| "name": "Gogo Swang Side A", | |
| "artist": "Chuck Brown and the Soul Searchers", | |
| "rdioKey": "a5032248" | |
| }, | |
| { | |
| "name": "Second Chance", | |
| "artist": "Digitalism", | |
| "rdioKey": "a5034738" | |
| }, | |
| { | |
| "name": "Flourish", | |
| "artist": "The Cyclist", | |
| "rdioKey": "a5044483" | |
| }, | |
| { | |
| "name": "Clark", | |
| "artist": "Clark", | |
| "rdioKey": "a5052333" | |
| }, | |
| { | |
| "name": "I Love You, Honeybear", | |
| "artist": "Father John Misty", | |
| "rdioKey": "a5070052" | |
| }, | |
| { | |
| "name": "Winter Linn", | |
| "artist": "Clark", | |
| "rdioKey": "a5076454" | |
| }, | |
| { | |
| "name": "Cadillactica (Deluxe)", | |
| "artist": "Big K.R.I.T.", | |
| "rdioKey": "a5079512" | |
| }, | |
| { | |
| "name": "Content Nausea", | |
| "artist": "Parkay Quarts", | |
| "rdioKey": "a5079574" | |
| }, | |
| { | |
| "name": "Tiswas - EP", | |
| "artist": "Sleaford Mods", | |
| "rdioKey": "a5091687" | |
| }, | |
| { | |
| "name": "Halloween", | |
| "artist": "Luke Vibert", | |
| "rdioKey": "a5095503" | |
| }, | |
| { | |
| "name": "We Are Undone", | |
| "artist": "Two Gallants", | |
| "rdioKey": "a5110234" | |
| }, | |
| { | |
| "name": "Apart (feat. Sisy Ey) - Remixes", | |
| "artist": "Kasper Bjørke", | |
| "rdioKey": "a5125920" | |
| }, | |
| { | |
| "name": "25 Years EP", | |
| "artist": "Middle Class Rut", | |
| "rdioKey": "a5141627" | |
| }, | |
| { | |
| "name": "Doolittle 25: B-Sides, Peel Sessions And Demos", | |
| "artist": "Pixies", | |
| "rdioKey": "a5172838" | |
| }, | |
| { | |
| "name": "BEYONCÉ [Platinum Edition]", | |
| "artist": "Beyoncé", | |
| "rdioKey": "a5178363" | |
| }, | |
| { | |
| "name": "Forgettable", | |
| "artist": "Daktyl", | |
| "rdioKey": "a5221745" | |
| }, | |
| { | |
| "name": "Green Language (The Swisha House Edits)", | |
| "artist": "Rustie", | |
| "rdioKey": "a5229681" | |
| }, | |
| { | |
| "name": "Wires and Chords - EP", | |
| "artist": "Ghost Feet", | |
| "rdioKey": "a5257261" | |
| }, | |
| { | |
| "name": "Time", | |
| "artist": "Mikky Ekko", | |
| "rdioKey": "a5329934" | |
| }, | |
| { | |
| "name": "Ooze", | |
| "artist": "Streetwalker", | |
| "rdioKey": "a5361571" | |
| }, | |
| { | |
| "name": "TV", | |
| "artist": "Colleen Green", | |
| "rdioKey": "a5371491" | |
| }, | |
| { | |
| "name": "Sometimes I Sit and Think, And Sometimes I Just Sit", | |
| "artist": "Courtney Barnett", | |
| "rdioKey": "a5380090" | |
| }, | |
| { | |
| "name": "Body", | |
| "artist": "Dios Mio", | |
| "rdioKey": "a5401594" | |
| }, | |
| { | |
| "name": "Computer Controlled Acoustic Instruments pt2 EP", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a5407658" | |
| }, | |
| { | |
| "name": "The Essential (2014 Revised)", | |
| "artist": "Bob Dylan", | |
| "rdioKey": "a5424287" | |
| }, | |
| { | |
| "name": "Strange Hellos", | |
| "artist": "Torres", | |
| "rdioKey": "a5429490" | |
| }, | |
| { | |
| "name": "Good Graphics", | |
| "artist": "Rozwell Kid", | |
| "rdioKey": "a5434003" | |
| }, | |
| { | |
| "name": "Sound & Color", | |
| "artist": "Alabama Shakes", | |
| "rdioKey": "a5444742" | |
| }, | |
| { | |
| "name": "White Men Are Black Men Too", | |
| "artist": "Young Fathers", | |
| "rdioKey": "a5447899" | |
| }, | |
| { | |
| "name": "Shady Francos EP", | |
| "artist": "Shady Francos", | |
| "rdioKey": "a5454859" | |
| }, | |
| { | |
| "name": "XTLP", | |
| "artist": "µ-Ziq", | |
| "rdioKey": "a5456845" | |
| }, | |
| { | |
| "name": "Flex (Ooh, Ooh, Ooh) - Single", | |
| "artist": "Rich Homie Quan", | |
| "rdioKey": "a5460225" | |
| }, | |
| { | |
| "name": "If You're Reading This It's Too Late", | |
| "artist": "Drake", | |
| "rdioKey": "a5470983" | |
| }, | |
| { | |
| "name": "Without You", | |
| "artist": "John Talabot", | |
| "rdioKey": "a5504540" | |
| }, | |
| { | |
| "name": "#1EpicEP", | |
| "artist": "D.R.A.M.", | |
| "rdioKey": "a5505072" | |
| }, | |
| { | |
| "name": "Sober Thoughts", | |
| "artist": "GoldLink", | |
| "rdioKey": "a5505732" | |
| }, | |
| { | |
| "name": "Blast", | |
| "artist": "Love Of Diagrams", | |
| "rdioKey": "a5513339" | |
| }, | |
| { | |
| "name": "Insides", | |
| "artist": "Fort Romeau", | |
| "rdioKey": "a5539702" | |
| }, | |
| { | |
| "name": "#Maxo187", | |
| "artist": "Maxo Kream", | |
| "rdioKey": "a5547552" | |
| }, | |
| { | |
| "name": "Pale Honey", | |
| "artist": "Pale Honey", | |
| "rdioKey": "a5559661" | |
| }, | |
| { | |
| "name": "Strangers to Ourselves", | |
| "artist": "Modest Mouse", | |
| "rdioKey": "a5560214" | |
| }, | |
| { | |
| "name": "Interference", | |
| "artist": "Holly Herndon", | |
| "rdioKey": "a5561061" | |
| }, | |
| { | |
| "name": "Chorus", | |
| "artist": "Holly Herndon", | |
| "rdioKey": "a5561076" | |
| }, | |
| { | |
| "name": "Wasted On The Dream", | |
| "artist": "Jeff The Brotherhood", | |
| "rdioKey": "a5561646" | |
| }, | |
| { | |
| "name": "City Cuts", | |
| "artist": "Dosem", | |
| "rdioKey": "a5562395" | |
| }, | |
| { | |
| "name": "Escape From Evil", | |
| "artist": "Lower Dens", | |
| "rdioKey": "a5563296" | |
| }, | |
| { | |
| "name": "Hoxton Mob", | |
| "artist": "Hoxton Mob", | |
| "rdioKey": "a5563586" | |
| }, | |
| { | |
| "name": "You Are Now Poison", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a5563767" | |
| }, | |
| { | |
| "name": "REALiTi (Demo)", | |
| "artist": "Grimes", | |
| "rdioKey": "a5571191" | |
| }, | |
| { | |
| "name": "Dark Energy", | |
| "artist": "JLin", | |
| "rdioKey": "a5571687" | |
| }, | |
| { | |
| "name": "Evaporate With Me 2 Infinity", | |
| "artist": "Legowelt", | |
| "rdioKey": "a5573562" | |
| }, | |
| { | |
| "name": "Hot House EP", | |
| "artist": "The Cyclist", | |
| "rdioKey": "a5573818" | |
| }, | |
| { | |
| "name": "To Pimp A Butterfly", | |
| "artist": "Kendrick Lamar", | |
| "rdioKey": "a5576255" | |
| }, | |
| { | |
| "name": "Sprinter", | |
| "artist": "Torres", | |
| "rdioKey": "a5578252" | |
| }, | |
| { | |
| "name": "Mr. Wonderful", | |
| "artist": "Action Bronson", | |
| "rdioKey": "a5580724" | |
| }, | |
| { | |
| "name": "The Epic", | |
| "artist": "Kamasi Washington", | |
| "rdioKey": "a5582006" | |
| }, | |
| { | |
| "name": "Benny Once Told Me", | |
| "artist": "Skating Polly", | |
| "rdioKey": "a5584746" | |
| }, | |
| { | |
| "name": "CARGAA 1", | |
| "artist": "Various Artists", | |
| "rdioKey": "a5592488" | |
| }, | |
| { | |
| "name": "Dream A Garden", | |
| "artist": "Jam City", | |
| "rdioKey": "a5592490" | |
| }, | |
| { | |
| "name": "Flame Rave", | |
| "artist": "Clark", | |
| "rdioKey": "a5592496" | |
| }, | |
| { | |
| "name": "MARCHROMT30a Edit 2b 96", | |
| "artist": "Aphex Twin", | |
| "rdioKey": "a5592498" | |
| }, | |
| { | |
| "name": "In Colour - Preview White Label", | |
| "artist": "Jamie xx", | |
| "rdioKey": "a5594240" | |
| }, | |
| { | |
| "name": "I Don't Like Shit, I Don't Go Outside: An Album by Earl Sweatshirt", | |
| "artist": "Earl Sweatshirt", | |
| "rdioKey": "a5597332" | |
| }, | |
| { | |
| "name": "Move Systems", | |
| "artist": "Georgia", | |
| "rdioKey": "a5602990" | |
| }, | |
| { | |
| "name": "II", | |
| "artist": "Metz", | |
| "rdioKey": "a5604550" | |
| }, | |
| { | |
| "name": "Xihukwani", | |
| "artist": "Nozinja", | |
| "rdioKey": "a5631345" | |
| }, | |
| { | |
| "name": "Room 93", | |
| "artist": "Halsey", | |
| "rdioKey": "a5636971" | |
| }, | |
| { | |
| "name": "Ghostly Swim 2", | |
| "artist": "Various Artists", | |
| "rdioKey": "a5637681" | |
| }, | |
| { | |
| "name": "How Do You Feel Now?", | |
| "artist": "Joywave", | |
| "rdioKey": "a5642328" | |
| }, | |
| { | |
| "name": "Our Music is a Secret Order Remixed", | |
| "artist": "Jason Fine", | |
| "rdioKey": "a5646731" | |
| }, | |
| { | |
| "name": "Applauded Assumptions", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a5649312" | |
| }, | |
| { | |
| "name": "Time Axis Manipulation Part 3", | |
| "artist": "Mokira", | |
| "rdioKey": "a5650309" | |
| }, | |
| { | |
| "name": "Damn That Valley", | |
| "artist": "U.S. Girls", | |
| "rdioKey": "a5657541" | |
| }, | |
| { | |
| "name": "Water Water", | |
| "artist": "Empress Of", | |
| "rdioKey": "a5657543" | |
| }, | |
| { | |
| "name": "Cherry Bomb", | |
| "artist": "Tyler, The Creator", | |
| "rdioKey": "a5658683" | |
| }, | |
| { | |
| "name": "Ready", | |
| "artist": "Dosem", | |
| "rdioKey": "a5667450" | |
| }, | |
| { | |
| "name": "Moonlust", | |
| "artist": "The Holydrug Couple", | |
| "rdioKey": "a5671146" | |
| }, | |
| { | |
| "name": "Barter 6", | |
| "artist": "Young Thug", | |
| "rdioKey": "a5671870" | |
| }, | |
| { | |
| "name": "Cyclical", | |
| "artist": "Daktyl", | |
| "rdioKey": "a5673603" | |
| }, | |
| { | |
| "name": "101 (Clark Remix)", | |
| "artist": "Portico ft Joe Newman", | |
| "rdioKey": "a5673673" | |
| }, | |
| { | |
| "name": "Damogen Furies", | |
| "artist": "Squarepusher", | |
| "rdioKey": "a5674115" | |
| }, | |
| { | |
| "name": "Priest", | |
| "artist": "Priest", | |
| "rdioKey": "a5674867" | |
| }, | |
| { | |
| "name": "California Nights", | |
| "artist": "Best Coast", | |
| "rdioKey": "a5678607" | |
| }, | |
| { | |
| "name": "The Thrill (Porter Robinson Remix)", | |
| "artist": "Nero", | |
| "rdioKey": "a5680406" | |
| }, | |
| { | |
| "name": "Fated", | |
| "artist": "NOSAJ THING", | |
| "rdioKey": "a5683521" | |
| }, | |
| { | |
| "name": "PC Music, Vol. 1", | |
| "artist": "Various Artists", | |
| "rdioKey": "a5685910" | |
| }, | |
| { | |
| "name": "DJ-Kicks (Actress)", | |
| "artist": "Actress", | |
| "rdioKey": "a5685911" | |
| }, | |
| { | |
| "name": "Ryderz", | |
| "artist": "Hudson Mohawke", | |
| "rdioKey": "a5686363" | |
| }, | |
| { | |
| "name": "At All / Hilarity Duff EP", | |
| "artist": "Kaytranada", | |
| "rdioKey": "a5687280" | |
| }, | |
| { | |
| "name": "Balms EP", | |
| "artist": "Balms", | |
| "rdioKey": "a5692845" | |
| }, | |
| { | |
| "name": "Fading Love", | |
| "artist": "George Fitzgerald", | |
| "rdioKey": "a5694704" | |
| }, | |
| { | |
| "name": "The Shade", | |
| "artist": "Metric", | |
| "rdioKey": "a5715106" | |
| }, | |
| { | |
| "name": "Eavesdropper", | |
| "artist": "Prgrm", | |
| "rdioKey": "a5717275" | |
| }, | |
| { | |
| "name": "The Chase", | |
| "artist": "Future Islands", | |
| "rdioKey": "a5717646" | |
| }, | |
| { | |
| "name": "Platform", | |
| "artist": "Holly Herndon", | |
| "rdioKey": "a5727618" | |
| }, | |
| { | |
| "name": "Here", | |
| "artist": "Alessia Cara", | |
| "rdioKey": "a5730838" | |
| }, | |
| { | |
| "name": "Nymphs II", | |
| "artist": "Nicolas Jaar", | |
| "rdioKey": "a5740140" | |
| }, | |
| { | |
| "name": "Jacques Your Body (Make me Sweat)", | |
| "artist": "Les Rythmes Digitales", | |
| "rdioKey": "a5743102" | |
| }, | |
| { | |
| "name": "Recollected Ambient Works, Vol. 1: Bored of Excitement", | |
| "artist": "Kid606", | |
| "rdioKey": "a5748408" | |
| }, | |
| { | |
| "name": "Nothing More Than a Body", | |
| "artist": "Skating Polly", | |
| "rdioKey": "a5760844" | |
| }, | |
| { | |
| "name": "Hermits on Holiday/Eighteen Teenage Revenge Pair", | |
| "artist": "Drinks", | |
| "rdioKey": "a5761432" | |
| }, | |
| { | |
| "name": "Tryna' Tryna'", | |
| "artist": "Lil Durk", | |
| "rdioKey": "a5762277" | |
| }, | |
| { | |
| "name": "Nozinja Lodge", | |
| "artist": "Nozinja", | |
| "rdioKey": "a5772924" | |
| }, | |
| { | |
| "name": "Key Markets", | |
| "artist": "Sleaford Mods", | |
| "rdioKey": "a5785482" | |
| }, | |
| { | |
| "name": "Pagans in Vegas", | |
| "artist": "Metric", | |
| "rdioKey": "a5790856" | |
| }, | |
| { | |
| "name": "AT.LONG.LAST.A$AP", | |
| "artist": "A$AP Rocky", | |
| "rdioKey": "a5791435" | |
| }, | |
| { | |
| "name": "No Void", | |
| "artist": "Dat Politics", | |
| "rdioKey": "a5796083" | |
| }, | |
| { | |
| "name": "Rivington Não Rio", | |
| "artist": "Prefuse 73", | |
| "rdioKey": "a5797757" | |
| }, | |
| { | |
| "name": "In Colour", | |
| "artist": "Jamie xx", | |
| "rdioKey": "a5799572" | |
| }, | |
| { | |
| "name": "Welcome To Georgia", | |
| "artist": "Georgia", | |
| "rdioKey": "a5806859" | |
| }, | |
| { | |
| "name": "Moan", | |
| "artist": "Trentemøller", | |
| "rdioKey": "a5811294" | |
| }, | |
| { | |
| "name": "Reports from the Backseat Pimp", | |
| "artist": "Legowelt", | |
| "rdioKey": "a5834253" | |
| }, | |
| { | |
| "name": "My Love Is Cool", | |
| "artist": "Wolf Alice", | |
| "rdioKey": "a5842662" | |
| }, | |
| { | |
| "name": "Coming Home", | |
| "artist": "Leon Bridges", | |
| "rdioKey": "a5851763" | |
| }, | |
| { | |
| "name": "Exhibit A", | |
| "artist": "Jay Electronica", | |
| "rdioKey": "a5854931" | |
| }, | |
| { | |
| "name": "Pull Me Under / Maschinen", | |
| "artist": "Dimension", | |
| "rdioKey": "a5855635" | |
| }, | |
| { | |
| "name": "Rumour Mill (feat. Anne-Marie & Will Heard)", | |
| "artist": "Rudimental", | |
| "rdioKey": "a5869462" | |
| }, | |
| { | |
| "name": "Summertime '06", | |
| "artist": "Vince Staples", | |
| "rdioKey": "a5880732" | |
| }, | |
| { | |
| "name": "Dust And Disquiet", | |
| "artist": "Caspian", | |
| "rdioKey": "a5890236" | |
| }, | |
| { | |
| "name": "Fooling Around", | |
| "artist": "Rat Columns", | |
| "rdioKey": "a5892465" | |
| }, | |
| { | |
| "name": "Curse of the Loaf", | |
| "artist": "Archers Of Loaf", | |
| "rdioKey": "a5905848" | |
| }, | |
| { | |
| "name": "No Life for Me", | |
| "artist": "Wavves & Cloud Nothings", | |
| "rdioKey": "a5919620" | |
| }, | |
| { | |
| "name": "Gazi", | |
| "artist": "A.Chal", | |
| "rdioKey": "a5921512" | |
| }, | |
| { | |
| "name": "Fake Palms", | |
| "artist": "Fake Palms", | |
| "rdioKey": "a5935636" | |
| }, | |
| { | |
| "name": "Gotta Wanna", | |
| "artist": "Gun Outfit", | |
| "rdioKey": "a5953117" | |
| }, | |
| { | |
| "name": "Kid U / Lost My Marbles", | |
| "artist": "Tarquin", | |
| "rdioKey": "a5955846" | |
| }, | |
| { | |
| "name": "Another One", | |
| "artist": "Mac Demarco", | |
| "rdioKey": "a5964509" | |
| }, | |
| { | |
| "name": "Currents", | |
| "artist": "Tame Impala", | |
| "rdioKey": "a5966773" | |
| }, | |
| { | |
| "name": "Your Face", | |
| "artist": "Venetian Snares", | |
| "rdioKey": "a5969814" | |
| }, | |
| { | |
| "name": "Laying Down Rock/I Could Loot You", | |
| "artist": "Drinks", | |
| "rdioKey": "a5982188" | |
| }, | |
| { | |
| "name": "Treehouse", | |
| "artist": "Dios Mio", | |
| "rdioKey": "a5995295" | |
| }, | |
| { | |
| "name": "Blood", | |
| "artist": "Lianne La Havas", | |
| "rdioKey": "a6001254" | |
| }, | |
| { | |
| "name": "Kitty Kat", | |
| "artist": "Empress Of", | |
| "rdioKey": "a6003238" | |
| }, | |
| { | |
| "name": "One Hand On The Future", | |
| "artist": "Zak Abel", | |
| "rdioKey": "a6042793" | |
| }, | |
| { | |
| "name": "Georgia", | |
| "artist": "Georgia", | |
| "rdioKey": "a6045520" | |
| }, | |
| { | |
| "name": "Emotion", | |
| "artist": "Carly Rae Jepsen", | |
| "rdioKey": "a6059929" | |
| }, | |
| { | |
| "name": "Oh Wonder", | |
| "artist": "Oh Wonder", | |
| "rdioKey": "a6080962" | |
| }, | |
| { | |
| "name": "Four Pink Walls", | |
| "artist": "Alessia Cara", | |
| "rdioKey": "a6080996" | |
| }, | |
| { | |
| "name": "M3LL155X", | |
| "artist": "FKA twigs", | |
| "rdioKey": "a6082500" | |
| }, | |
| { | |
| "name": "orphaned deejay selek 2006-2008", | |
| "artist": "AFX", | |
| "rdioKey": "a6091847" | |
| }, | |
| { | |
| "name": "Compton", | |
| "artist": "Dr. Dre", | |
| "rdioKey": "a6092338" | |
| }, | |
| { | |
| "name": "Beauty Behind The Madness", | |
| "artist": "The Weeknd", | |
| "rdioKey": "a6106203" | |
| }, | |
| { | |
| "name": "How Do You Do It", | |
| "artist": "Empress Of", | |
| "rdioKey": "a6110866" | |
| }, | |
| { | |
| "name": "Music Complete", | |
| "artist": "New Order", | |
| "rdioKey": "a6157077" | |
| }, | |
| { | |
| "name": "Caracal (Deluxe)", | |
| "artist": "Disclosure", | |
| "rdioKey": "a6167104" | |
| }, | |
| { | |
| "name": "Better Nature", | |
| "artist": "Silversun Pickups", | |
| "rdioKey": "a6171562" | |
| }, | |
| { | |
| "name": "Utakata No Hibi", | |
| "artist": "Mariah", | |
| "rdioKey": "a6179111" | |
| }, | |
| { | |
| "name": "Round Whippin", | |
| "artist": "A.Chal", | |
| "rdioKey": "a6182586" | |
| }, | |
| { | |
| "name": "Nespole - Single", | |
| "artist": "Floating Points", | |
| "rdioKey": "a6196128" | |
| }, | |
| { | |
| "name": "Big Grams", | |
| "artist": "Big Grams", | |
| "rdioKey": "a6196217" | |
| }, | |
| { | |
| "name": "What A Time To Be Alive", | |
| "artist": "Drake & Future", | |
| "rdioKey": "a6197572" | |
| }, | |
| { | |
| "name": "Peroration Six - Single", | |
| "artist": "Floating Points", | |
| "rdioKey": "a6282284" | |
| }, | |
| { | |
| "name": "Garden of Delete", | |
| "artist": "Oneohtrix Point Never", | |
| "rdioKey": "a6355306" | |
| } | |
| ] |
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
| [ | |
| { | |
| "title": "El Ten Eleven", | |
| "href": "/artist/El_Ten_Eleven/album/El_Ten_Eleven/", | |
| "artist": "El Ten Eleven" | |
| }, | |
| { | |
| "title": "Jackals and Vipers in Envy of Man", | |
| "href": "/artist/Sixtoo/album/Jackals_and_Vipers_in_Envy_of_Man_1/", | |
| "artist": "Sixtoo" | |
| }, | |
| { | |
| "title": "Trouble Is A Lonesome Town", | |
| "href": "/artist/Lee_Hazlewood/album/Trouble_Is_A_Lonesome_Town/", | |
| "artist": "Lee Hazlewood" | |
| }, | |
| { | |
| "title": "Odd Blood", | |
| "href": "/artist/Yeasayer/album/Odd_Blood/", | |
| "artist": "Yeasayer" | |
| }, | |
| { | |
| "title": "Worship", | |
| "href": "/artist/A_Place_to_Bury_Strangers/album/Worship/", | |
| "artist": "A Place to Bury Strangers" | |
| }, | |
| { | |
| "title": "Rap Game Bon Jovi", | |
| "href": "/artist/Riff_Raff/album/Rap_Game_Bon_Jovi/", | |
| "artist": "Riff Raff" | |
| }, | |
| { | |
| "title": "Best of Toadies: Live From Paradise", | |
| "href": "/artist/Toadies_1/album/Best_of_Toadies_Live_From_Paradise/", | |
| "artist": "Toadies" | |
| }, | |
| { | |
| "title": "The Psychedelic Sounds of the 13th Floor Elevators", | |
| "href": "/artist/The_13th_Floor_Elevators/album/The_Psychedelic_Sounds_of_the_13th_Floor_Elevators/", | |
| "artist": "The 13th Floor Elevators" | |
| }, | |
| { | |
| "title": "After Forever", | |
| "href": "/artist/Kasper_Bj%C3%B8rke/album/After_Forever/", | |
| "artist": "Kasper Bjørke" | |
| }, | |
| { | |
| "title": "Yours To Keep", | |
| "href": "/artist/Albert_Hammond_Jr./album/Yours_To_Keep/", | |
| "artist": "Albert Hammond Jr." | |
| }, | |
| { | |
| "title": "The Everly Brothers' Best", | |
| "href": "/artist/The_Everly_Brothers/album/The_Everly_Brothers%27_Best/", | |
| "artist": "The Everly Brothers" | |
| }, | |
| { | |
| "title": "Biophilia", | |
| "href": "/artist/Bj%C3%B6rk/album/Biophilia/", | |
| "artist": "Björk" | |
| }, | |
| { | |
| "title": "Anxiety", | |
| "href": "/artist/Autre_Ne_Veut/album/Anxiety_1/", | |
| "artist": "Autre Ne Veut" | |
| }, | |
| { | |
| "title": "Sex Style", | |
| "href": "/artist/Kool_Keith/album/Sex_Style/", | |
| "artist": "Kool Keith" | |
| }, | |
| { | |
| "title": "Lazer Thrash", | |
| "href": "/artist/Dev/Null/album/Lazer_Thrash/", | |
| "artist": "Dev/Null" | |
| }, | |
| { | |
| "title": "Palimpsest", | |
| "href": "/artist/Yasunao_Tone__Hecker/album/Palimpsest/", | |
| "artist": "Yasunao Tone & Hecker" | |
| }, | |
| { | |
| "title": "An Awesome Wave", | |
| "href": "/artist/alt-J/album/An_Awesome_Wave/", | |
| "artist": "alt-J" | |
| }, | |
| { | |
| "title": "Satin Panthers", | |
| "href": "/artist/Hudson_Mohawke/album/Satin_Panthers/", | |
| "artist": "Hudson Mohawke" | |
| }, | |
| { | |
| "title": "Icky Blossoms", | |
| "href": "/artist/Icky_Blossoms/album/Icky_Blossoms/", | |
| "artist": "Icky Blossoms" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Half_Japanese/album/Greatest_Hits/", | |
| "artist": "Half Japanese" | |
| }, | |
| { | |
| "title": "Liliput (2xCD)", | |
| "href": "/artist/Kleenex/album/Liliput_(2xCD)/", | |
| "artist": "Kleenex" | |
| }, | |
| { | |
| "title": "Alpinisms", | |
| "href": "/artist/School_Of_Seven_Bells/album/Alpinisms_1/", | |
| "artist": "School Of Seven Bells" | |
| }, | |
| { | |
| "title": "Nocturne", | |
| "href": "/artist/Wild_Nothing/album/Nocturne/", | |
| "artist": "Wild Nothing" | |
| }, | |
| { | |
| "title": "Mouth By Mouth", | |
| "href": "/artist/His_Name_Is_Alive/album/Mouth_By_Mouth/", | |
| "artist": "His Name Is Alive" | |
| }, | |
| { | |
| "title": "Scared People EP", | |
| "href": "/artist/Ceremony/album/Scared_People_EP/", | |
| "artist": "Ceremony" | |
| }, | |
| { | |
| "title": "Future This", | |
| "href": "/artist/The_Big_Pink/album/Future_This/", | |
| "artist": "The Big Pink" | |
| }, | |
| { | |
| "title": "Spills Out", | |
| "href": "/artist/Pterodactyl/album/Spills_Out/", | |
| "artist": "Pterodactyl" | |
| }, | |
| { | |
| "title": "Purple Haze", | |
| "href": "/artist/Cam%27ron/album/Purple_Haze/", | |
| "artist": "Cam'ron" | |
| }, | |
| { | |
| "title": "Bad For Good: The Very Best Of Scorpions", | |
| "href": "/artist/Scorpions/album/Bad_For_Good_The_Very_Best_Of_Scorpions/", | |
| "artist": "Scorpions" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Earth%2C_Wind__Fire/album/Greatest_Hits_1/", | |
| "artist": "Earth, Wind & Fire" | |
| }, | |
| { | |
| "title": "Basher: The Best Of Nick Lowe", | |
| "href": "/artist/Nick_Lowe/album/Basher_The_Best_Of_Nick_Lowe_1/", | |
| "artist": "Nick Lowe" | |
| }, | |
| { | |
| "title": "Public Strain", | |
| "href": "/artist/Women/album/Public_Strain/", | |
| "artist": "Women" | |
| }, | |
| { | |
| "title": "Champagne Dreams & Purple Clouds", | |
| "href": "/artist/Kurtis_Blow_Jr./album/Champagne_Dreams__Purple_Clouds/", | |
| "artist": "Kurtis Blow Jr." | |
| }, | |
| { | |
| "title": "Father Creeper", | |
| "href": "/artist/Spoek_Mathambo/album/Father_Creeper/", | |
| "artist": "Spoek Mathambo" | |
| }, | |
| { | |
| "title": "the Aberrant years", | |
| "href": "/artist/Feedtime/album/the_Aberrant_years/", | |
| "artist": "Feedtime" | |
| }, | |
| { | |
| "title": "Put Your Back N 2 It", | |
| "href": "/artist/Perfume_Genius/album/Put_Your_Back_N_2_It/", | |
| "artist": "Perfume Genius" | |
| }, | |
| { | |
| "title": "Young & Old", | |
| "href": "/artist/Tennis/album/Young__Old/", | |
| "artist": "Tennis" | |
| }, | |
| { | |
| "title": "The Slideshow Effect", | |
| "href": "/artist/Memoryhouse/album/The_Slideshow_Effect/", | |
| "artist": "Memoryhouse" | |
| }, | |
| { | |
| "title": "Tigerbeat6 Records Presents Volume One", | |
| "href": "/artist/Various_Artists/album/Tigerbeat6_Records_Presents_Volume_One/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Bon Iver", | |
| "href": "/artist/Bon_Iver/album/Bon_Iver/", | |
| "artist": "Bon Iver" | |
| }, | |
| { | |
| "title": "The OF Tape Vol. 2", | |
| "href": "/artist/Odd_Future/album/The_OF_Tape_Vol._2/", | |
| "artist": "Odd Future" | |
| }, | |
| { | |
| "title": "vantaa", | |
| "href": "/artist/Vladislav_Delay/album/vantaa/", | |
| "artist": "Vladislav Delay" | |
| }, | |
| { | |
| "title": "Hospitality", | |
| "href": "/artist/Hospitality/album/Hospitality/", | |
| "artist": "Hospitality" | |
| }, | |
| { | |
| "title": "Fear Of God II: Let Us Pray", | |
| "href": "/artist/Pusha_T/album/Fear_Of_God_II_Let_Us_Pray/", | |
| "artist": "Pusha T" | |
| }, | |
| { | |
| "title": "Low Level Owl, Vol. 1 + 2", | |
| "href": "/artist/The_Appleseed_Cast/album/Low_Level_Owl%2C_Vol._1_%2B_2/", | |
| "artist": "The Appleseed Cast" | |
| }, | |
| { | |
| "title": "God is War", | |
| "href": "/artist/All_Pigs_Must_Die/album/God_is_War/", | |
| "artist": "All Pigs Must Die" | |
| }, | |
| { | |
| "title": "Strange Land", | |
| "href": "/artist/Yellow_Ostrich/album/Strange_Land/", | |
| "artist": "Yellow Ostrich" | |
| }, | |
| { | |
| "title": "Feather And Stone", | |
| "href": "/artist/Black_Cobra/album/Feather_And_Stone/", | |
| "artist": "Black Cobra" | |
| }, | |
| { | |
| "title": "Kulma", | |
| "href": "/artist/Pan_Sonic/album/Kulma/", | |
| "artist": "Pan Sonic" | |
| }, | |
| { | |
| "title": "Two-Way Mirror", | |
| "href": "/artist/Crystal_Antlers/album/Two-Way_Mirror/", | |
| "artist": "Crystal Antlers" | |
| }, | |
| { | |
| "title": "Teen Dream", | |
| "href": "/artist/Beach_House/album/Teen_Dream/", | |
| "artist": "Beach House" | |
| }, | |
| { | |
| "title": "Only By The Night", | |
| "href": "/artist/Kings_Of_Leon/album/Only_By_The_Night_1/", | |
| "artist": "Kings Of Leon" | |
| }, | |
| { | |
| "title": "Metals", | |
| "href": "/artist/Feist/album/Metals/", | |
| "artist": "Feist" | |
| }, | |
| { | |
| "title": "Still Nothing Moves You", | |
| "href": "/artist/Ceremony/album/Still_Nothing_Moves_You/", | |
| "artist": "Ceremony" | |
| }, | |
| { | |
| "title": "Violence Violence", | |
| "href": "/artist/Ceremony/album/Violence_Violence/", | |
| "artist": "Ceremony" | |
| }, | |
| { | |
| "title": "Circa: Now!", | |
| "href": "/artist/Rocket_From_The_Crypt/album/Circa_Now!/", | |
| "artist": "Rocket From The Crypt" | |
| }, | |
| { | |
| "title": "Stoned And Dethroned", | |
| "href": "/artist/The_Jesus_And_Mary_Chain/album/Stoned_And_Dethroned/", | |
| "artist": "The Jesus And Mary Chain" | |
| }, | |
| { | |
| "title": "You Have No Idea What You're Getting Yourself Into", | |
| "href": "/artist/Does_It_Offend_You%2C_Yeah/album/You_Have_No_Idea_What_You%27re_Getting_Yourself_Into_2/", | |
| "artist": "Does It Offend You, Yeah?" | |
| }, | |
| { | |
| "title": "Cocotte", | |
| "href": "/artist/Teenage_Bad_Girl/album/Cocotte/", | |
| "artist": "Teenage Bad Girl" | |
| }, | |
| { | |
| "title": "Aw C'Mon", | |
| "href": "/artist/Lambchop/album/Aw_C%27Mon/", | |
| "artist": "Lambchop" | |
| }, | |
| { | |
| "title": "Cuntree", | |
| "href": "/artist/Shat/album/Cuntree/", | |
| "artist": "Shat" | |
| }, | |
| { | |
| "title": "The Times They Are A-Changin'", | |
| "href": "/artist/Bob_Dylan/album/The_Times_They_Are_A-Changin%27/", | |
| "artist": "Bob Dylan" | |
| }, | |
| { | |
| "title": "Blood On The Tracks", | |
| "href": "/artist/Bob_Dylan/album/Blood_On_The_Tracks_3/", | |
| "artist": "Bob Dylan" | |
| }, | |
| { | |
| "title": "Humor Risk", | |
| "href": "/artist/Cass_McCombs/album/Humor_Risk/", | |
| "artist": "Cass McCombs" | |
| }, | |
| { | |
| "title": "Bromst", | |
| "href": "/artist/Dan_Deacon/album/Bromst/", | |
| "artist": "Dan Deacon" | |
| }, | |
| { | |
| "title": "RBG: revolutionary but gangsta", | |
| "href": "/artist/Dead_Prez/album/RBG_revolutionary_but_gangsta/", | |
| "artist": "Dead Prez" | |
| }, | |
| { | |
| "title": "Halcyon Digest", | |
| "href": "/artist/Deerhunter/album/Halcyon_Digest/", | |
| "artist": "Deerhunter" | |
| }, | |
| { | |
| "title": "Microcastle", | |
| "href": "/artist/Deerhunter/album/Microcastle/", | |
| "artist": "Deerhunter" | |
| }, | |
| { | |
| "title": "Delta Spirit", | |
| "href": "/artist/Delta_Spirit/album/Delta_Spirit/", | |
| "artist": "Delta Spirit" | |
| }, | |
| { | |
| "title": "Visiter", | |
| "href": "/artist/The_Dodos/album/Visiter/", | |
| "artist": "The Dodos" | |
| }, | |
| { | |
| "title": "God Is Saying This To You...", | |
| "href": "/artist/Kurt_Vile/album/God_Is_Saying_This_To_You.../", | |
| "artist": "Kurt Vile" | |
| }, | |
| { | |
| "title": "Gorilla Manor", | |
| "href": "/artist/Local_Natives/album/Gorilla_Manor/", | |
| "artist": "Local Natives" | |
| }, | |
| { | |
| "title": "Smith Westerns", | |
| "href": "/artist/Smith_Westerns/album/Smith_Westerns/", | |
| "artist": "Smith Westerns" | |
| }, | |
| { | |
| "title": "Goblin", | |
| "href": "/artist/Tyler%2C_The_Creator/album/Goblin/", | |
| "artist": "Tyler, The Creator" | |
| }, | |
| { | |
| "title": "Flockaveli", | |
| "href": "/artist/Waka_Flocka_Flame/album/Flockaveli/", | |
| "artist": "Waka Flocka Flame" | |
| }, | |
| { | |
| "title": "Seven Tons For Free", | |
| "href": "/artist/Pita/album/Seven_Tons_For_Free/", | |
| "artist": "Pita" | |
| }, | |
| { | |
| "title": "Resurrection River", | |
| "href": "/artist/Vega%2C_Vainio%2C_Vaisanen/album/Resurrection_River/", | |
| "artist": "Vega, Vainio, Vaisanen" | |
| }, | |
| { | |
| "title": "Incunabula", | |
| "href": "/artist/Autechre/album/Incunabula/", | |
| "artist": "Autechre" | |
| }, | |
| { | |
| "title": "The Campfire Headphase", | |
| "href": "/artist/Boards_Of_Canada/album/The_Campfire_Headphase/", | |
| "artist": "Boards Of Canada" | |
| }, | |
| { | |
| "title": "Sonne = Blackbox", | |
| "href": "/artist/Ursula_Bogner/album/Sonne_%3D_Blackbox_1/", | |
| "artist": "Ursula Bogner" | |
| }, | |
| { | |
| "title": "Dear Miles,", | |
| "href": "/artist/Ron_Carter/album/Dear_Miles%2C_1/", | |
| "artist": "Ron Carter" | |
| }, | |
| { | |
| "title": "Skywriter", | |
| "href": "/artist/Data/album/Skywriter/", | |
| "artist": "Data" | |
| }, | |
| { | |
| "title": "summvs", | |
| "href": "/artist/Alva_Noto_%2B_Ryuichi_Sakamoto/album/summvs/", | |
| "artist": "Alva Noto + Ryuichi Sakamoto" | |
| }, | |
| { | |
| "title": "Stay Gold Forever Gold", | |
| "href": "/artist/Ascii.Disko/album/Stay_Gold_Forever_Gold/", | |
| "artist": "Ascii.Disko" | |
| }, | |
| { | |
| "title": "Imaginary Cuba", | |
| "href": "/artist/Bill_Laswell/album/Imaginary_Cuba/", | |
| "artist": "Bill Laswell" | |
| }, | |
| { | |
| "title": "Tesla EP", | |
| "href": "/artist/Deadbeat/album/Tesla_EP/", | |
| "artist": "Deadbeat" | |
| }, | |
| { | |
| "title": "Democracy", | |
| "href": "/artist/Flunk/album/Democracy/", | |
| "artist": "Flunk" | |
| }, | |
| { | |
| "title": "Channel Pressure", | |
| "href": "/artist/Ford__Lopatin/album/Channel_Pressure/", | |
| "artist": "Ford & Lopatin" | |
| }, | |
| { | |
| "title": "Leche", | |
| "href": "/artist/Illya_Kuryaki_And_The_Valderramas/album/Leche/", | |
| "artist": "Illya Kuryaki And The Valderramas" | |
| }, | |
| { | |
| "title": "Where We Are", | |
| "href": "/artist/Mackintosh_Braun/album/Where_We_Are/", | |
| "artist": "Mackintosh Braun" | |
| }, | |
| { | |
| "title": "Silence", | |
| "href": "/artist/Monolake/album/Silence/", | |
| "artist": "Monolake" | |
| }, | |
| { | |
| "title": "Rothko Chapel", | |
| "href": "/artist/Morton_Feldman/album/Rothko_Chapel/", | |
| "artist": "Morton Feldman" | |
| }, | |
| { | |
| "title": "The Versailles Sessions", | |
| "href": "/artist/Murcof/album/The_Versailles_Sessions/", | |
| "artist": "Murcof" | |
| }, | |
| { | |
| "title": "Sval", | |
| "href": "/artist/Pjusk/album/Sval/", | |
| "artist": "Pjusk" | |
| }, | |
| { | |
| "title": "Ulrich Schnauss and Jonas Munk", | |
| "href": "/artist/Ulrich_Schnauss_and_Jonas_Munk/album/Ulrich_Schnauss_and_Jonas_Munk/", | |
| "artist": "Ulrich Schnauss and Jonas Munk" | |
| }, | |
| { | |
| "title": "8-Bit Operators: The Music Of Kraftwerk Performed On 8-Bit Video Game Systems", | |
| "href": "/artist/Various_Artists/album/8-Bit_Operators_The_Music_Of_Kraftwerk_Performed_On_8-Bit_Video_Game_Systems/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Insen", | |
| "href": "/artist/Alva_Noto_%2B_Ryuichi_Sakamoto/album/Insen/", | |
| "artist": "Alva Noto + Ryuichi Sakamoto" | |
| }, | |
| { | |
| "title": "Casino Versus Japan", | |
| "href": "/artist/Casino_Versus_Japan/album/Casino_Versus_Japan/", | |
| "artist": "Casino Versus Japan" | |
| }, | |
| { | |
| "title": "Superfly: Deluxe 25th Anniversary Edition", | |
| "href": "/artist/Curtis_Mayfield/album/Superfly_Deluxe_25th_Anniversary_Edition/", | |
| "artist": "Curtis Mayfield" | |
| }, | |
| { | |
| "title": "I Love You, Dude", | |
| "href": "/artist/Digitalism/album/I_Love_You%2C_Dude_1/", | |
| "artist": "Digitalism" | |
| }, | |
| { | |
| "title": "There's No 666 in Outer Space", | |
| "href": "/artist/Hella/album/There%27s_No_666_in_Outer_Space/", | |
| "artist": "Hella" | |
| }, | |
| { | |
| "title": "Tee mit Sahne", | |
| "href": "/artist/Hella_1/album/Tee_mit_Sahne/", | |
| "artist": "Hella" | |
| }, | |
| { | |
| "title": "Digitalis", | |
| "href": "/artist/Isan/album/Digitalis/", | |
| "artist": "Isan" | |
| }, | |
| { | |
| "title": "With", | |
| "href": "/artist/Infantjoy/album/With/", | |
| "artist": "Infantjoy" | |
| }, | |
| { | |
| "title": "Iaora Tahiti", | |
| "href": "/artist/Mouse_On_Mars/album/Iaora_Tahiti/", | |
| "artist": "Mouse On Mars" | |
| }, | |
| { | |
| "title": "O", | |
| "href": "/artist/Oval/album/O/", | |
| "artist": "Oval" | |
| }, | |
| { | |
| "title": "Moog", | |
| "href": "/artist/Various_Artists/album/Moog/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Civilian", | |
| "href": "/artist/Wye_Oak/album/Civilian/", | |
| "artist": "Wye Oak" | |
| }, | |
| { | |
| "title": "In The Zone", | |
| "href": "/artist/Britney_Spears/album/In_The_Zone_2/", | |
| "artist": "Britney Spears" | |
| }, | |
| { | |
| "title": "The Greatest", | |
| "href": "/artist/Cat_Power/album/The_Greatest/", | |
| "artist": "Cat Power" | |
| }, | |
| { | |
| "title": "London Calling", | |
| "href": "/artist/The_Clash/album/London_Calling/", | |
| "artist": "The Clash" | |
| }, | |
| { | |
| "title": "Malo", | |
| "href": "/artist/Avicii/album/Malo_1/", | |
| "artist": "Avicii" | |
| }, | |
| { | |
| "title": "Baby One More Time", | |
| "href": "/artist/Britney_Spears/album/Baby_One_More_Time/", | |
| "artist": "Britney Spears" | |
| }, | |
| { | |
| "title": "Femme Fatale", | |
| "href": "/artist/Britney_Spears/album/Femme_Fatale/", | |
| "artist": "Britney Spears" | |
| }, | |
| { | |
| "title": "Mezzanine", | |
| "href": "/artist/Massive_Attack/album/Mezzanine/", | |
| "artist": "Massive Attack" | |
| }, | |
| { | |
| "title": "Maxinquaye (Deluxe Edition)", | |
| "href": "/artist/Tricky/album/Maxinquaye_(Deluxe_Edition)/", | |
| "artist": "Tricky" | |
| }, | |
| { | |
| "title": "Angels With Dirty Faces", | |
| "href": "/artist/Tricky/album/Angels_With_Dirty_Faces/", | |
| "artist": "Tricky" | |
| }, | |
| { | |
| "title": "Eyes & Nines", | |
| "href": "/artist/Trash_Talk/album/Eyes__Nines/", | |
| "artist": "Trash Talk" | |
| }, | |
| { | |
| "title": "CoCo Beware", | |
| "href": "/artist/Caveman/album/CoCo_Beware/", | |
| "artist": "Caveman" | |
| }, | |
| { | |
| "title": "03/07-09/07", | |
| "href": "/artist/High_Places/album/03/07-09/07/", | |
| "artist": "High Places" | |
| }, | |
| { | |
| "title": "Quakers", | |
| "href": "/artist/Quakers/album/Quakers/", | |
| "artist": "Quakers" | |
| }, | |
| { | |
| "title": "Soft Control", | |
| "href": "/artist/Slava/album/Soft_Control_1/", | |
| "artist": "Slava" | |
| }, | |
| { | |
| "title": "Hope Freaks", | |
| "href": "/artist/Pre/album/Hope_Freaks/", | |
| "artist": "Pre" | |
| }, | |
| { | |
| "title": "Light of Love Remixes", | |
| "href": "/artist/Miracles_Club/album/Light_of_Love_Remixes/", | |
| "artist": "Miracles Club" | |
| }, | |
| { | |
| "title": "Animal Husbandry", | |
| "href": "/artist/Human_Teenager/album/Animal_Husbandry/", | |
| "artist": "Human Teenager" | |
| }, | |
| { | |
| "title": "Brazil", | |
| "href": "/artist/Luke_Abbott/album/Brazil/", | |
| "artist": "Luke Abbott" | |
| }, | |
| { | |
| "title": "Transverse", | |
| "href": "/artist/Carter_Tutti_Void/album/Transverse/", | |
| "artist": "Carter Tutti Void" | |
| }, | |
| { | |
| "title": "Rothko Chapel", | |
| "href": "/artist/Morton_Feldman/album/Rothko_Chapel/", | |
| "artist": "Morton Feldman" | |
| }, | |
| { | |
| "title": "Today's Active Lifestyles", | |
| "href": "/artist/Polvo/album/Today%27s_Active_Lifestyles/", | |
| "artist": "Polvo" | |
| }, | |
| { | |
| "title": "Defenders of the Underworld", | |
| "href": "/artist/Battle_Axe_Presents_1/album/Defenders_of_the_Underworld/", | |
| "artist": "Battle Axe Presents" | |
| }, | |
| { | |
| "title": "Born Gangstaz", | |
| "href": "/artist/Boss/album/Born_Gangstaz/", | |
| "artist": "Boss" | |
| }, | |
| { | |
| "title": "Operation Stackola", | |
| "href": "/artist/The_Luniz/album/Operation_Stackola/", | |
| "artist": "The Luniz" | |
| }, | |
| { | |
| "title": "Hard To Earn", | |
| "href": "/artist/Gang_Starr/album/Hard_To_Earn/", | |
| "artist": "Gang Starr" | |
| }, | |
| { | |
| "title": "Jazzmatazz Volume II: The New Reality", | |
| "href": "/artist/Guru/album/Jazzmatazz_Volume_II_The_New_Reality/", | |
| "artist": "Guru" | |
| }, | |
| { | |
| "title": "Tomorrow Will Be Too Long", | |
| "href": "/artist/The_Monochrome_Set/album/Tomorrow_Will_Be_Too_Long/", | |
| "artist": "The Monochrome Set" | |
| }, | |
| { | |
| "title": "Rockers Time Now", | |
| "href": "/artist/Johnny_Clarke/album/Rockers_Time_Now/", | |
| "artist": "Johnny Clarke" | |
| }, | |
| { | |
| "title": "Free Popcorn", | |
| "href": "/artist/Lynnfield_Pioneers/album/Free_Popcorn/", | |
| "artist": "Lynnfield Pioneers" | |
| }, | |
| { | |
| "title": "emerge", | |
| "href": "/artist/Lynnfield_Pioneers/album/emerge/", | |
| "artist": "Lynnfield Pioneers" | |
| }, | |
| { | |
| "title": "Unidentified Musical Object", | |
| "href": "/artist/Khan/album/Unidentified_Musical_Object/", | |
| "artist": "Khan" | |
| }, | |
| { | |
| "title": "Passport", | |
| "href": "/artist/Khan/album/Passport/", | |
| "artist": "Khan" | |
| }, | |
| { | |
| "title": "Space Ritual", | |
| "href": "/artist/Hawkwind/album/Space_Ritual/", | |
| "artist": "Hawkwind" | |
| }, | |
| { | |
| "title": "Levitation", | |
| "href": "/artist/Hawkwind/album/Levitation/", | |
| "artist": "Hawkwind" | |
| }, | |
| { | |
| "title": "Two/Three Instrumentals", | |
| "href": "/artist/Dabrye/album/Two/Three_Instrumentals/", | |
| "artist": "Dabrye" | |
| }, | |
| { | |
| "title": "One/Three", | |
| "href": "/artist/Dabrye/album/One/Three/", | |
| "artist": "Dabrye" | |
| }, | |
| { | |
| "title": "Two/Three", | |
| "href": "/artist/Dabrye/album/Two/Three/", | |
| "artist": "Dabrye" | |
| }, | |
| { | |
| "title": "Rock Bottom", | |
| "href": "/artist/Robert_Wyatt/album/Rock_Bottom/", | |
| "artist": "Robert Wyatt" | |
| }, | |
| { | |
| "title": "Yip Jump Music", | |
| "href": "/artist/Daniel_Johnston/album/Yip_Jump_Music/", | |
| "artist": "Daniel Johnston" | |
| }, | |
| { | |
| "title": "Oar", | |
| "href": "/artist/Alexander_%27Skip%27_Spence/album/Oar/", | |
| "artist": "Alexander 'Skip' Spence" | |
| }, | |
| { | |
| "title": "Wee Tam", | |
| "href": "/artist/The_Incredible_String_Band/album/Wee_Tam_1/", | |
| "artist": "The Incredible String Band" | |
| }, | |
| { | |
| "title": "Part Time Punks", | |
| "href": "/artist/Television_Personalities/album/Part_Time_Punks/", | |
| "artist": "Television Personalities" | |
| }, | |
| { | |
| "title": "The Kids Are All Square - This Is Hip | Girlsville", | |
| "href": "/artist/Thee_Headcoats/album/The_Kids_Are_All_Square_-_This_Is_Hip__Girlsville/", | |
| "artist": "Thee Headcoats" | |
| }, | |
| { | |
| "title": "Safe As Milk", | |
| "href": "/artist/Captain_Beefheart/album/Safe_As_Milk/", | |
| "artist": "Captain Beefheart" | |
| }, | |
| { | |
| "title": "Ceephax Acid Crew", | |
| "href": "/artist/Ceephax_Acid_Crew/album/Ceephax_Acid_Crew/", | |
| "artist": "Ceephax Acid Crew" | |
| }, | |
| { | |
| "title": "Stanley Yerkowski presents: Xylophone Jism as The Ridiculato", | |
| "href": "/artist/Doormouse/album/Stanley_Yerkowski_presents_Xylophone_Jism_as_The_Ridiculato/", | |
| "artist": "Doormouse" | |
| }, | |
| { | |
| "title": "Rusty", | |
| "href": "/artist/Rodan/album/Rusty/", | |
| "artist": "Rodan" | |
| }, | |
| { | |
| "title": "Liminal Space", | |
| "href": "/artist/Xanopticon/album/Liminal_Space/", | |
| "artist": "Xanopticon" | |
| }, | |
| { | |
| "title": "Hiding Place", | |
| "href": "/artist/The_Gasman/album/Hiding_Place/", | |
| "artist": "The Gasman" | |
| }, | |
| { | |
| "title": "003", | |
| "href": "/artist/The_Gasman/album/003/", | |
| "artist": "The Gasman" | |
| }, | |
| { | |
| "title": "The Stoned Immaculate (Deluxe Version)", | |
| "href": "/artist/Curren%24y/album/The_Stoned_Immaculate_(Deluxe_Version)/", | |
| "artist": "Curren$y" | |
| }, | |
| { | |
| "title": "Dead To Me", | |
| "href": "/artist/Girls_Names/album/Dead_To_Me_1/", | |
| "artist": "Girls Names" | |
| }, | |
| { | |
| "title": "We Live On Cliffs", | |
| "href": "/artist/Adam_Haworth_Stephens/album/We_Live_On_Cliffs/", | |
| "artist": "Adam Haworth Stephens" | |
| }, | |
| { | |
| "title": "First Come, First Served", | |
| "href": "/artist/Dr_Dooom/album/First_Come%2C_First_Served/", | |
| "artist": "Dr Dooom" | |
| }, | |
| { | |
| "title": "Pedals", | |
| "href": "/artist/Rival_Schools/album/Pedals/", | |
| "artist": "Rival Schools" | |
| }, | |
| { | |
| "title": "In Evening Air", | |
| "href": "/artist/Future_Islands/album/In_Evening_Air/", | |
| "artist": "Future Islands" | |
| }, | |
| { | |
| "title": "Black City", | |
| "href": "/artist/Matthew_Dear/album/Black_City/", | |
| "artist": "Matthew Dear" | |
| }, | |
| { | |
| "title": "Sun", | |
| "href": "/artist/Cat_Power/album/Sun/", | |
| "artist": "Cat Power" | |
| }, | |
| { | |
| "title": "Up All Night", | |
| "href": "/artist/One_Direction/album/Up_All_Night_1/", | |
| "artist": "One Direction" | |
| }, | |
| { | |
| "title": "Old World Romance", | |
| "href": "/artist/Sea_Wolf/album/Old_World_Romance/", | |
| "artist": "Sea Wolf" | |
| }, | |
| { | |
| "title": "Boys & Girls", | |
| "href": "/artist/Alabama_Shakes/album/Boys__Girls_1/", | |
| "artist": "Alabama Shakes" | |
| }, | |
| { | |
| "title": "Rolling Papers", | |
| "href": "/artist/Wiz_Khalifa/album/Rolling_Papers/", | |
| "artist": "Wiz Khalifa" | |
| }, | |
| { | |
| "title": "Beams", | |
| "href": "/artist/Matthew_Dear/album/Beams/", | |
| "artist": "Matthew Dear" | |
| }, | |
| { | |
| "title": "Blue Slide Park", | |
| "href": "/artist/Mac_Miller/album/Blue_Slide_Park/", | |
| "artist": "Mac Miller" | |
| }, | |
| { | |
| "title": "The Seer", | |
| "href": "/artist/Swans/album/The_Seer/", | |
| "artist": "Swans" | |
| }, | |
| { | |
| "title": "Raised On '90s", | |
| "href": "/artist/Various_Artists/album/Raised_On_%2790s/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "40 Summer Trance Hits 2012, Vol. 2", | |
| "href": "/artist/Various_Artists/album/40_Summer_Trance_Hits_2012%2C_Vol._2/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Playlist", | |
| "href": "/artist/Wobbly/album/Playlist/", | |
| "artist": "Wobbly" | |
| }, | |
| { | |
| "title": "555CD55", | |
| "href": "/artist/Various_Artists/album/555CD55/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Night City", | |
| "href": "/artist/Dirty_Beaches/album/Night_City/", | |
| "artist": "Dirty Beaches" | |
| }, | |
| { | |
| "title": "Lucifer", | |
| "href": "/artist/Peaking_Lights/album/Lucifer/", | |
| "artist": "Peaking Lights" | |
| }, | |
| { | |
| "title": "The Doldrums", | |
| "href": "/artist/Ariel_Pink%27s_Haunted_Graffiti/album/The_Doldrums/", | |
| "artist": "Ariel Pink's Haunted Graffiti" | |
| }, | |
| { | |
| "title": "It's Spooky", | |
| "href": "/artist/Jad_Fair__Daniel_Johnston/album/It%27s_Spooky/", | |
| "artist": "Jad Fair & Daniel Johnston" | |
| }, | |
| { | |
| "title": "Marine Girls: In Love", | |
| "href": "/artist/Marine_Girls/album/Marine_Girls_In_Love/", | |
| "artist": "Marine Girls" | |
| }, | |
| { | |
| "title": "Archive From 1959 - The Billy Childish Story", | |
| "href": "/artist/Billy_Childish/album/Archive_From_1959_-_The_Billy_Childish_Story/", | |
| "artist": "Billy Childish" | |
| }, | |
| { | |
| "title": "Crimes of the Future", | |
| "href": "/artist/WIld_Billy_Childish/album/Crimes_of_the_Future/", | |
| "artist": "WIld Billy Childish" | |
| }, | |
| { | |
| "title": "Through The Devil Softly", | |
| "href": "/artist/Hope_Sandoval__The_Warm_Inventions/album/Through_The_Devil_Softly/", | |
| "artist": "Hope Sandoval & The Warm Inventions" | |
| }, | |
| { | |
| "title": "Floral Green", | |
| "href": "/artist/Title_Fight/album/Floral_Green/", | |
| "artist": "Title Fight" | |
| }, | |
| { | |
| "title": "Mirage Rock", | |
| "href": "/artist/Band_Of_Horses/album/Mirage_Rock/", | |
| "artist": "Band Of Horses" | |
| }, | |
| { | |
| "title": "Pick A Bigger Weapon", | |
| "href": "/artist/The_Coup/album/Pick_A_Bigger_Weapon/", | |
| "artist": "The Coup" | |
| }, | |
| { | |
| "title": "Kill My Landlord", | |
| "href": "/artist/The_Coup/album/Kill_My_Landlord/", | |
| "artist": "The Coup" | |
| }, | |
| { | |
| "title": "Spine Hits", | |
| "href": "/artist/Sleepy_Sun/album/Spine_Hits/", | |
| "artist": "Sleepy Sun" | |
| }, | |
| { | |
| "title": "Walkin' With Miles Davis", | |
| "href": "/artist/Miles_Davis/album/Walkin%27_With_Miles_Davis/", | |
| "artist": "Miles Davis" | |
| }, | |
| { | |
| "title": "What Is?!", | |
| "href": "/artist/King_Khan__The_Shrines/album/What_Is!/", | |
| "artist": "King Khan & The Shrines" | |
| }, | |
| { | |
| "title": "Django Django", | |
| "href": "/artist/Django_Django/album/Django_Django/", | |
| "artist": "Django Django" | |
| }, | |
| { | |
| "title": "Mondo", | |
| "href": "/artist/Electric_Guest/album/Mondo/", | |
| "artist": "Electric Guest" | |
| }, | |
| { | |
| "title": "Let's Quit", | |
| "href": "/artist/Don%27t_Talk_To_The_Cops!/album/Let%27s_Quit/", | |
| "artist": "Don't Talk To The Cops!" | |
| }, | |
| { | |
| "title": "Harmonicraft", | |
| "href": "/artist/Torche/album/Harmonicraft/", | |
| "artist": "Torche" | |
| }, | |
| { | |
| "title": "Year Zero: The Original Soundtrack", | |
| "href": "/artist/Black_Mountain/album/Year_Zero_The_Original_Soundtrack/", | |
| "artist": "Black Mountain" | |
| }, | |
| { | |
| "title": "Pith", | |
| "href": "/artist/Ruby_Fray/album/Pith/", | |
| "artist": "Ruby Fray" | |
| }, | |
| { | |
| "title": "Mr. M", | |
| "href": "/artist/Lambchop/album/Mr._M/", | |
| "artist": "Lambchop" | |
| }, | |
| { | |
| "title": "Hairdresser Blues", | |
| "href": "/artist/Hunx/album/Hairdresser_Blues/", | |
| "artist": "Hunx" | |
| }, | |
| { | |
| "title": "New Album", | |
| "href": "/artist/Boris/album/New_Album/", | |
| "artist": "Boris" | |
| }, | |
| { | |
| "title": "This Has To Be Funny", | |
| "href": "/artist/Marc_Maron/album/This_Has_To_Be_Funny/", | |
| "artist": "Marc Maron" | |
| }, | |
| { | |
| "title": "Everything Is Boring and Everyone Is a F---ing Liar", | |
| "href": "/artist/Spank_Rock/album/Everything_Is_Boring_and_Everyone_Is_a_F---ing_Liar/", | |
| "artist": "Spank Rock" | |
| }, | |
| { | |
| "title": "Wild Flag", | |
| "href": "/artist/Wild_Flag/album/Wild_Flag/", | |
| "artist": "Wild Flag" | |
| }, | |
| { | |
| "title": "Goodbye", | |
| "href": "/artist/Ulrich_Schnauss/album/Goodbye/", | |
| "artist": "Ulrich Schnauss" | |
| }, | |
| { | |
| "title": "Parallax Error Beheads You", | |
| "href": "/artist/Max_Tundra/album/Parallax_Error_Beheads_You/", | |
| "artist": "Max Tundra" | |
| }, | |
| { | |
| "title": "Black Sea", | |
| "href": "/artist/Fennesz/album/Black_Sea/", | |
| "artist": "Fennesz" | |
| }, | |
| { | |
| "title": "Gluck: Orfeo ed Euridice", | |
| "href": "/artist/Sylvia_McNair%2C_Cyndia_Sieden%2C_Derek_Lee_Ragin%2C_The_Monteverdi_Choir%2C_English_Baroque_Soloists%2C_John_Eliot_Gardiner/album/Gluck_Orfeo_ed_Euridice_2/", | |
| "artist": "Sylvia McNair, Cyndia Sieden, Derek Lee Ragin, The Monteverdi Choir, English Baroque Soloists, John Eliot Gardiner" | |
| }, | |
| { | |
| "title": "Head Down", | |
| "href": "/artist/Rival_Sons/album/Head_Down/", | |
| "artist": "Rival Sons" | |
| }, | |
| { | |
| "title": "Swing Lo Magellan", | |
| "href": "/artist/Dirty_Projectors/album/Swing_Lo_Magellan/", | |
| "artist": "Dirty Projectors" | |
| }, | |
| { | |
| "title": "From Beneath EP", | |
| "href": "/artist/Deathface/album/From_Beneath_EP/", | |
| "artist": "Deathface" | |
| }, | |
| { | |
| "title": "Yellow & Green", | |
| "href": "/artist/Baroness/album/Yellow__Green/", | |
| "artist": "Baroness" | |
| }, | |
| { | |
| "title": "Blood Mountain", | |
| "href": "/artist/Mastodon/album/Blood_Mountain/", | |
| "artist": "Mastodon" | |
| }, | |
| { | |
| "title": "II", | |
| "href": "/artist/Nude_Beach/album/II/", | |
| "artist": "Nude Beach" | |
| }, | |
| { | |
| "title": "Metal Interludes", | |
| "href": "/artist/Longmont_Potion_Castle/album/Metal_Interludes/", | |
| "artist": "Longmont Potion Castle" | |
| }, | |
| { | |
| "title": "2:54", | |
| "href": "/artist/254/album/254/", | |
| "artist": "2:54" | |
| }, | |
| { | |
| "title": "Trick or Treat", | |
| "href": "/artist/Riff_Raff/album/Trick_or_Treat/", | |
| "artist": "Riff Raff" | |
| }, | |
| { | |
| "title": "Toys In The Attic", | |
| "href": "/artist/Aerosmith/album/Toys_In_The_Attic/", | |
| "artist": "Aerosmith" | |
| }, | |
| { | |
| "title": "Destroy Me I'm Yours", | |
| "href": "/artist/Shellshag/album/Destroy_Me_I%27m_Yours/", | |
| "artist": "Shellshag" | |
| }, | |
| { | |
| "title": "Greatest Comedy Hits", | |
| "href": "/artist/Eddie_Murphy/album/Greatest_Comedy_Hits/", | |
| "artist": "Eddie Murphy" | |
| }, | |
| { | |
| "title": "Comedian", | |
| "href": "/artist/Eddie_Murphy/album/Comedian/", | |
| "artist": "Eddie Murphy" | |
| }, | |
| { | |
| "title": "How Could It Be", | |
| "href": "/artist/Eddie_Murphy/album/How_Could_It_Be/", | |
| "artist": "Eddie Murphy" | |
| }, | |
| { | |
| "title": "DJ-Kicks", | |
| "href": "/artist/Maya_Jane_Coles/album/DJ-Kicks/", | |
| "artist": "Maya Jane Coles" | |
| }, | |
| { | |
| "title": "Poor Moon", | |
| "href": "/artist/Poor_Moon/album/Poor_Moon/", | |
| "artist": "Poor Moon" | |
| }, | |
| { | |
| "title": "Blonde Album", | |
| "href": "/artist/Lightning_Love/album/Blonde_Album/", | |
| "artist": "Lightning Love" | |
| }, | |
| { | |
| "title": "Worlds Apart", | |
| "href": "/artist/...And_You_Will_Know_Us_By_The_Trail_Of_Dead/album/Worlds_Apart/", | |
| "artist": "...And You Will Know Us By The Trail Of Dead" | |
| }, | |
| { | |
| "title": "So Divided", | |
| "href": "/artist/...And_You_Will_Know_Us_By_The_Trail_Of_Dead/album/So_Divided/", | |
| "artist": "...And You Will Know Us By The Trail Of Dead" | |
| }, | |
| { | |
| "title": "Era Vulgaris", | |
| "href": "/artist/Queens_Of_The_Stone_Age/album/Era_Vulgaris/", | |
| "artist": "Queens Of The Stone Age" | |
| }, | |
| { | |
| "title": "Seasons In The Abyss", | |
| "href": "/artist/Slayer/album/Seasons_In_The_Abyss/", | |
| "artist": "Slayer" | |
| }, | |
| { | |
| "title": "One Step Ahead Of The Spider", | |
| "href": "/artist/MC_900_Ft._Jesus/album/One_Step_Ahead_Of_The_Spider/", | |
| "artist": "MC 900 Ft. Jesus" | |
| }, | |
| { | |
| "title": "War Elephant", | |
| "href": "/artist/Deer_Tick/album/War_Elephant_1/", | |
| "artist": "Deer Tick" | |
| }, | |
| { | |
| "title": "Return Of The Candyman", | |
| "href": "/artist/Charlie_Hunter/album/Return_Of_The_Candyman/", | |
| "artist": "Charlie Hunter" | |
| }, | |
| { | |
| "title": "Labcabincalifornia", | |
| "href": "/artist/The_Pharcyde/album/Labcabincalifornia/", | |
| "artist": "The Pharcyde" | |
| }, | |
| { | |
| "title": "We're New Here", | |
| "href": "/artist/Gil_Scott-Heron__Jamie_xx/album/We%27re_New_Here/", | |
| "artist": "Gil Scott-Heron & Jamie xx" | |
| }, | |
| { | |
| "title": "Well Done", | |
| "href": "/artist/Action_Bronson%2C_Statik_Selektah/album/Well_Done/", | |
| "artist": "Action Bronson, Statik Selektah" | |
| }, | |
| { | |
| "title": "Alphabetical", | |
| "href": "/artist/Phoenix/album/Alphabetical/", | |
| "artist": "Phoenix" | |
| }, | |
| { | |
| "title": "Dreamt For Light Years In The Belly Of A Mountain", | |
| "href": "/artist/Sparklehorse/album/Dreamt_For_Light_Years_In_The_Belly_Of_A_Mountain/", | |
| "artist": "Sparklehorse" | |
| }, | |
| { | |
| "title": "The Concretes", | |
| "href": "/artist/The_Concretes/album/The_Concretes/", | |
| "artist": "The Concretes" | |
| }, | |
| { | |
| "title": "Gallows", | |
| "href": "/artist/Gallows/album/Gallows/", | |
| "artist": "Gallows" | |
| }, | |
| { | |
| "title": "Pebble", | |
| "href": "/artist/Lemuria/album/Pebble/", | |
| "artist": "Lemuria" | |
| }, | |
| { | |
| "title": "Art History", | |
| "href": "/artist/California_Wives/album/Art_History/", | |
| "artist": "California Wives" | |
| }, | |
| { | |
| "title": "Into The Diamond Sun", | |
| "href": "/artist/Stealing_Sheep/album/Into_The_Diamond_Sun/", | |
| "artist": "Stealing Sheep" | |
| }, | |
| { | |
| "title": "TOY", | |
| "href": "/artist/TOY_1/album/TOY/", | |
| "artist": "TOY" | |
| }, | |
| { | |
| "title": "Forever So", | |
| "href": "/artist/Husky/album/Forever_So/", | |
| "artist": "Husky" | |
| }, | |
| { | |
| "title": "Acid Washed", | |
| "href": "/artist/Acid_Washed/album/Acid_Washed/", | |
| "artist": "Acid Washed" | |
| }, | |
| { | |
| "title": "Reference Frame", | |
| "href": "/artist/Arpanet/album/Reference_Frame/", | |
| "artist": "Arpanet" | |
| }, | |
| { | |
| "title": "Sexual", | |
| "href": "/artist/DSL/album/Sexual/", | |
| "artist": "DSL" | |
| }, | |
| { | |
| "title": "Strapped", | |
| "href": "/artist/The_Soft_Pack/album/Strapped/", | |
| "artist": "The Soft Pack" | |
| }, | |
| { | |
| "title": "Oblivion Hunter", | |
| "href": "/artist/Lightning_Bolt/album/Oblivion_Hunter/", | |
| "artist": "Lightning Bolt" | |
| }, | |
| { | |
| "title": "All My Friends Are Funeral Singers", | |
| "href": "/artist/Califone/album/All_My_Friends_Are_Funeral_Singers/", | |
| "artist": "Califone" | |
| }, | |
| { | |
| "title": "Audience of One", | |
| "href": "/artist/Oren_Ambarchi/album/Audience_of_One/", | |
| "artist": "Oren Ambarchi" | |
| }, | |
| { | |
| "title": "Spirit of the West", | |
| "href": "/artist/High_Castle/album/Spirit_of_the_West/", | |
| "artist": "High Castle" | |
| }, | |
| { | |
| "title": "Action/Reaction (2012 Deluxe Edition)", | |
| "href": "/artist/The_Diodes/album/Action/Reaction_(2012_Deluxe_Edition)/", | |
| "artist": "The Diodes" | |
| }, | |
| { | |
| "title": "America's First Superstar", | |
| "href": "/artist/Morton_Downey/album/America%27s_First_Superstar/", | |
| "artist": "Morton Downey" | |
| }, | |
| { | |
| "title": "Crazy? Yes! Dumb? No!", | |
| "href": "/artist/The_Mint_Chicks/album/Crazy_Yes!_Dumb_No!/", | |
| "artist": "The Mint Chicks" | |
| }, | |
| { | |
| "title": "Promises, Promises", | |
| "href": "/artist/Die!_Die!_Die!/album/Promises%2C_Promises/", | |
| "artist": "Die! Die! Die!" | |
| }, | |
| { | |
| "title": "Dead To Me", | |
| "href": "/artist/Girls_Names/album/Dead_To_Me_1/", | |
| "artist": "Girls Names" | |
| }, | |
| { | |
| "title": "Gier [Original Soundtrack]", | |
| "href": "/artist/Eberhard_Schoener_/_Harold_Faltermeyer/album/Gier_(Original_Soundtrack)/", | |
| "artist": "Eberhard Schoener / Harold Faltermeyer" | |
| }, | |
| { | |
| "title": "The Waves", | |
| "href": "/artist/Tamaryn/album/The_Waves/", | |
| "artist": "Tamaryn" | |
| }, | |
| { | |
| "title": "Tender New Signs", | |
| "href": "/artist/Tamaryn/album/Tender_New_Signs/", | |
| "artist": "Tamaryn" | |
| }, | |
| { | |
| "title": "Any Other City", | |
| "href": "/artist/Life_Without_Buildings/album/Any_Other_City/", | |
| "artist": "Life Without Buildings" | |
| }, | |
| { | |
| "title": "Restraint", | |
| "href": "/artist/Orca_Team/album/Restraint/", | |
| "artist": "Orca Team" | |
| }, | |
| { | |
| "title": "Stagger & Fade", | |
| "href": "/artist/Sourpatch/album/Stagger__Fade/", | |
| "artist": "Sourpatch" | |
| }, | |
| { | |
| "title": "Were Here...", | |
| "href": "/artist/Sweater_Girls/album/Were_Here.../", | |
| "artist": "Sweater Girls" | |
| }, | |
| { | |
| "title": "Classic Creeps", | |
| "href": "/artist/Fishboy/album/Classic_Creeps/", | |
| "artist": "Fishboy" | |
| }, | |
| { | |
| "title": "Minima Moralia", | |
| "href": "/artist/TunaBunny/album/Minima_Moralia/", | |
| "artist": "TunaBunny" | |
| }, | |
| { | |
| "title": "Seniors And Juniors", | |
| "href": "/artist/Marshmallow_Coast/album/Seniors_And_Juniors_1/", | |
| "artist": "Marshmallow Coast" | |
| }, | |
| { | |
| "title": "The Complete", | |
| "href": "/artist/Oh-Ok/album/The_Complete/", | |
| "artist": "Oh-Ok" | |
| }, | |
| { | |
| "title": "Times Square", | |
| "href": "/artist/Marshmallow_Coast/album/Times_Square/", | |
| "artist": "Marshmallow Coast" | |
| }, | |
| { | |
| "title": "Action Pants!", | |
| "href": "/artist/Bunnygrunt/album/Action_Pants!/", | |
| "artist": "Bunnygrunt" | |
| }, | |
| { | |
| "title": "Oh:io", | |
| "href": "/artist/Bearsuit/album/Ohio/", | |
| "artist": "Bearsuit" | |
| }, | |
| { | |
| "title": "Doubly Unbeatable", | |
| "href": "/artist/Cars_Can_Be_Blue/album/Doubly_Unbeatable/", | |
| "artist": "Cars Can Be Blue" | |
| }, | |
| { | |
| "title": "Crushin'", | |
| "href": "/artist/Sourpatch/album/Crushin%27/", | |
| "artist": "Sourpatch" | |
| }, | |
| { | |
| "title": "Parade", | |
| "href": "/artist/Afternoon_Naps/album/Parade/", | |
| "artist": "Afternoon Naps" | |
| }, | |
| { | |
| "title": "If You Were Fruit", | |
| "href": "/artist/The_Lovely_Eggs/album/If_You_Were_Fruit_1/", | |
| "artist": "The Lovely Eggs" | |
| }, | |
| { | |
| "title": "Out of Perversity Join Hands", | |
| "href": "/artist/The_Lolligags/album/Out_of_Perversity_Join_Hands/", | |
| "artist": "The Lolligags" | |
| }, | |
| { | |
| "title": "Take My Hand - EP", | |
| "href": "/artist/Orca_Team/album/Take_My_Hand_-_EP/", | |
| "artist": "Orca Team" | |
| }, | |
| { | |
| "title": "Big Cats Can Swim", | |
| "href": "/artist/Eureka_California/album/Big_Cats_Can_Swim/", | |
| "artist": "Eureka California" | |
| }, | |
| { | |
| "title": "Whatevz Forevzzz", | |
| "href": "/artist/Red_Pony_Clock/album/Whatevz_Forevzzz/", | |
| "artist": "Red Pony Clock" | |
| }, | |
| { | |
| "title": "It's a Heatwave", | |
| "href": "/artist/Hotpants_Romance/album/It%27s_a_Heatwave/", | |
| "artist": "Hotpants Romance" | |
| }, | |
| { | |
| "title": "Modern Times 7\" - EP", | |
| "href": "/artist/Eureka_California/album/Modern_Times_7%22_-_EP/", | |
| "artist": "Eureka California" | |
| }, | |
| { | |
| "title": "Matt Harnish & Other Delights", | |
| "href": "/artist/Bunnygrunt/album/Matt_Harnish__Other_Delights/", | |
| "artist": "Bunnygrunt" | |
| }, | |
| { | |
| "title": "Forever", | |
| "href": "/artist/Forever/album/Forever/", | |
| "artist": "Forever" | |
| }, | |
| { | |
| "title": "Unclever", | |
| "href": "/artist/Jason_Nesmith/album/Unclever/", | |
| "artist": "Jason Nesmith" | |
| }, | |
| { | |
| "title": "F#a#infinity", | |
| "href": "/artist/Godspeed_You!_Black_Emperor/album/Fainfinity/", | |
| "artist": "Godspeed You! Black Emperor" | |
| }, | |
| { | |
| "title": "Yanqui U.X.O.", | |
| "href": "/artist/Godspeed_You!_Black_Emperor/album/Yanqui_U.X.O._1/", | |
| "artist": "Godspeed You! Black Emperor" | |
| }, | |
| { | |
| "title": "Koloss", | |
| "href": "/artist/Meshuggah/album/Koloss/", | |
| "artist": "Meshuggah" | |
| }, | |
| { | |
| "title": "Destroy Erase Improve", | |
| "href": "/artist/Meshuggah/album/Destroy_Erase_Improve/", | |
| "artist": "Meshuggah" | |
| }, | |
| { | |
| "title": "Contradictions Collapse (Deluxe Edition)", | |
| "href": "/artist/Meshuggah/album/Contradictions_Collapse_(Deluxe_Edition)/", | |
| "artist": "Meshuggah" | |
| }, | |
| { | |
| "title": "Setbacks", | |
| "href": "/artist/Schoolboy_Q/album/Setbacks/", | |
| "artist": "Schoolboy Q" | |
| }, | |
| { | |
| "title": "You Should Know By Now", | |
| "href": "/artist/Girls_Names/album/You_Should_Know_By_Now/", | |
| "artist": "Girls Names" | |
| }, | |
| { | |
| "title": "The Man Machine (Remastered)", | |
| "href": "/artist/Kraftwerk/album/The_Man_Machine_(Remastered)/", | |
| "artist": "Kraftwerk" | |
| }, | |
| { | |
| "title": "6 Feet Under", | |
| "href": "/artist/Gravediggaz/album/6_Feet_Under/", | |
| "artist": "Gravediggaz" | |
| }, | |
| { | |
| "title": "In Full Gear", | |
| "href": "/artist/Stetsasonic/album/In_Full_Gear/", | |
| "artist": "Stetsasonic" | |
| }, | |
| { | |
| "title": "People Hear What They See", | |
| "href": "/artist/Oddisee/album/People_Hear_What_They_See/", | |
| "artist": "Oddisee" | |
| }, | |
| { | |
| "title": "The 2nd Law", | |
| "href": "/artist/Muse/album/The_2nd_Law/", | |
| "artist": "Muse" | |
| }, | |
| { | |
| "title": "Wind Up Wooden Heart", | |
| "href": "/artist/Social_Studies/album/Wind_Up_Wooden_Heart/", | |
| "artist": "Social Studies" | |
| }, | |
| { | |
| "title": "The Sparks", | |
| "href": "/artist/Sparks/album/The_Sparks/", | |
| "artist": "Sparks" | |
| }, | |
| { | |
| "title": "The Soft Moon", | |
| "href": "/artist/The_Soft_Moon/album/The_Soft_Moon/", | |
| "artist": "The Soft Moon" | |
| }, | |
| { | |
| "title": "Uncut Diamond - EP", | |
| "href": "/artist/Warm_Ghost/album/Uncut_Diamond_-_EP/", | |
| "artist": "Warm Ghost" | |
| }, | |
| { | |
| "title": "Conversation With A Devil", | |
| "href": "/artist/Andre_Nickatina/album/Conversation_With_A_Devil_1/", | |
| "artist": "Andre Nickatina" | |
| }, | |
| { | |
| "title": "City Life", | |
| "href": "/artist/Messy_Marv/album/City_Life/", | |
| "artist": "Messy Marv" | |
| }, | |
| { | |
| "title": "Until The Quiet Comes", | |
| "href": "/artist/Flying_Lotus/album/Until_The_Quiet_Comes/", | |
| "artist": "Flying Lotus" | |
| }, | |
| { | |
| "title": "Wildlife Pop", | |
| "href": "/artist/Stepdad/album/Wildlife_Pop_1/", | |
| "artist": "Stepdad" | |
| }, | |
| { | |
| "title": "Ordinaire EP", | |
| "href": "/artist/Stepdad/album/Ordinaire_EP/", | |
| "artist": "Stepdad" | |
| }, | |
| { | |
| "title": "The Haunted Man", | |
| "href": "/artist/Bat_For_Lashes/album/The_Haunted_Man/", | |
| "artist": "Bat For Lashes" | |
| }, | |
| { | |
| "title": "Beacon (Deluxe Version)", | |
| "href": "/artist/Two_Door_Cinema_Club/album/Beacon_(Deluxe_Version)_3/", | |
| "artist": "Two Door Cinema Club" | |
| }, | |
| { | |
| "title": "Donuts", | |
| "href": "/artist/J_Dilla/album/Donuts/", | |
| "artist": "J Dilla" | |
| }, | |
| { | |
| "title": "A List Of The Burning Mountains", | |
| "href": "/artist/Oneida/album/A_List_Of_The_Burning_Mountains/", | |
| "artist": "Oneida" | |
| }, | |
| { | |
| "title": "The Essential Charlie Parker", | |
| "href": "/artist/Charlie_Parker/album/The_Essential_Charlie_Parker/", | |
| "artist": "Charlie Parker" | |
| }, | |
| { | |
| "title": "Paradise", | |
| "href": "/artist/Lana_Del_Rey/album/Paradise/", | |
| "artist": "Lana Del Rey" | |
| }, | |
| { | |
| "title": "Freeez Frame! - The Best Of Freeez", | |
| "href": "/artist/Freeez/album/Freeez_Frame!_-_The_Best_Of_Freeez/", | |
| "artist": "Freeez" | |
| }, | |
| { | |
| "title": "A Real Hero EP", | |
| "href": "/artist/College/album/A_Real_Hero_EP/", | |
| "artist": "College" | |
| }, | |
| { | |
| "title": "Trouble", | |
| "href": "/artist/Totally_Enormous_Extinct_Dinosaurs/album/Trouble_1/", | |
| "artist": "Totally Enormous Extinct Dinosaurs" | |
| }, | |
| { | |
| "title": "Space is the Place", | |
| "href": "/artist/Newcleus/album/Space_is_the_Place/", | |
| "artist": "Newcleus" | |
| }, | |
| { | |
| "title": "Destination: Earth - The Definitive Newcleus Recordings", | |
| "href": "/artist/Newcleus/album/Destination_Earth_-_The_Definitive_Newcleus_Recordings/", | |
| "artist": "Newcleus" | |
| }, | |
| { | |
| "title": "Ain't Takin No S@#t", | |
| "href": "/artist/Ghetto_Girlz/album/Ain%27t_Takin_No_S%40t/", | |
| "artist": "Ghetto Girlz" | |
| }, | |
| { | |
| "title": "Watts In A Tank", | |
| "href": "/artist/Diesel/album/Watts_In_A_Tank/", | |
| "artist": "Diesel" | |
| }, | |
| { | |
| "title": "Rookie Of The Future", | |
| "href": "/artist/Riff_Raff/album/Rookie_Of_The_Future/", | |
| "artist": "Riff Raff" | |
| }, | |
| { | |
| "title": "Uluwatu", | |
| "href": "/artist/New_Navy/album/Uluwatu/", | |
| "artist": "New Navy" | |
| }, | |
| { | |
| "title": "Do You Believe?", | |
| "href": "/artist/Poolside/album/Do_You_Believe/", | |
| "artist": "Poolside" | |
| }, | |
| { | |
| "title": "Allah-Las", | |
| "href": "/artist/Allah-Las/album/Allah-Las/", | |
| "artist": "Allah-Las" | |
| }, | |
| { | |
| "title": "Instrumental Tourist", | |
| "href": "/artist/Tim_Hecker%2C_Daniel_Lopatin/album/Instrumental_Tourist/", | |
| "artist": "Tim Hecker, Daniel Lopatin" | |
| }, | |
| { | |
| "title": "Schemers EP", | |
| "href": "/artist/SKATERS/album/Schemers_EP/", | |
| "artist": "SKATERS" | |
| }, | |
| { | |
| "title": "Love and Regret", | |
| "href": "/artist/Cold_Showers/album/Love_and_Regret/", | |
| "artist": "Cold Showers" | |
| }, | |
| { | |
| "title": "Jiaolong", | |
| "href": "/artist/Daphni/album/Jiaolong/", | |
| "artist": "Daphni" | |
| }, | |
| { | |
| "title": "Lonely At The Top", | |
| "href": "/artist/Lukid/album/Lonely_At_The_Top/", | |
| "artist": "Lukid" | |
| }, | |
| { | |
| "title": "Stereo Freeze/Mass Dreams of the Future", | |
| "href": "/artist/Untold/album/Stereo_Freeze/Mass_Dreams_of_the_Future/", | |
| "artist": "Untold" | |
| }, | |
| { | |
| "title": "Bohla EP", | |
| "href": "/artist/Blawan/album/Bohla_EP/", | |
| "artist": "Blawan" | |
| }, | |
| { | |
| "title": "Echolocations EP", | |
| "href": "/artist/Lone/album/Echolocations_EP/", | |
| "artist": "Lone" | |
| }, | |
| { | |
| "title": "Galaxy Garden", | |
| "href": "/artist/Lone/album/Galaxy_Garden/", | |
| "artist": "Lone" | |
| }, | |
| { | |
| "title": "(R E A L L O V E)", | |
| "href": "/artist/Factory_Floor/album/(R_E_A_L_L_O_V_E)/", | |
| "artist": "Factory Floor" | |
| }, | |
| { | |
| "title": "Lying / A Wooden Box", | |
| "href": "/artist/Factory_Floor/album/Lying_/_A_Wooden_Box/", | |
| "artist": "Factory Floor" | |
| }, | |
| { | |
| "title": "Oramics", | |
| "href": "/artist/Daphne_Oram/album/Oramics/", | |
| "artist": "Daphne Oram" | |
| }, | |
| { | |
| "title": "Seven Waves", | |
| "href": "/artist/Suzanne_Ciani/album/Seven_Waves/", | |
| "artist": "Suzanne Ciani" | |
| }, | |
| { | |
| "title": "Silent Drops", | |
| "href": "/artist/Voices_from_The_Lake/album/Silent_Drops/", | |
| "artist": "Voices from The Lake" | |
| }, | |
| { | |
| "title": "Cryptocracy", | |
| "href": "/artist/Huoratron/album/Cryptocracy_1/", | |
| "artist": "Huoratron" | |
| }, | |
| { | |
| "title": "Tattoo's Island", | |
| "href": "/artist/Juju__Jordash/album/Tattoo%27s_Island/", | |
| "artist": "Juju & Jordash" | |
| }, | |
| { | |
| "title": "Six Cups Of Rebel", | |
| "href": "/artist/Lindstr%C3%B8m/album/Six_Cups_Of_Rebel/", | |
| "artist": "Lindstrøm" | |
| }, | |
| { | |
| "title": "Mala in Cuba", | |
| "href": "/artist/Mala/album/Mala_in_Cuba/", | |
| "artist": "Mala" | |
| }, | |
| { | |
| "title": "Return of the Westside Boogie", | |
| "href": "/artist/Traxman/album/Return_of_the_Westside_Boogie/", | |
| "artist": "Traxman" | |
| }, | |
| { | |
| "title": "Heat EP", | |
| "href": "/artist/Traxman/album/Heat_EP/", | |
| "artist": "Traxman" | |
| }, | |
| { | |
| "title": "Pacman Juke EP", | |
| "href": "/artist/Traxman/album/Pacman_Juke_EP/", | |
| "artist": "Traxman" | |
| }, | |
| { | |
| "title": "4 Women No Cry Vol. 3", | |
| "href": "/artist/Various_Artists/album/4_Women_No_Cry_Vol._3/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Fan No. 2", | |
| "href": "/artist/Barbara_Morgenstern/album/Fan_No._2/", | |
| "artist": "Barbara Morgenstern" | |
| }, | |
| { | |
| "title": "Wildlife", | |
| "href": "/artist/Gudrun_Gut/album/Wildlife/", | |
| "artist": "Gudrun Gut" | |
| }, | |
| { | |
| "title": "Mistake Mistake Mistake Mistake", | |
| "href": "/artist/James_Figurine/album/Mistake_Mistake_Mistake_Mistake/", | |
| "artist": "James Figurine" | |
| }, | |
| { | |
| "title": "Double Edge", | |
| "href": "/artist/Emika/album/Double_Edge/", | |
| "artist": "Emika" | |
| }, | |
| { | |
| "title": "Own Side Now", | |
| "href": "/artist/Caitlin_Rose/album/Own_Side_Now_2/", | |
| "artist": "Caitlin Rose" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Dr._Hook/album/Greatest_Hits/", | |
| "artist": "Dr. Hook" | |
| }, | |
| { | |
| "title": "Surfing", | |
| "href": "/artist/Megapuss/album/Surfing/", | |
| "artist": "Megapuss" | |
| }, | |
| { | |
| "title": "Nightlife", | |
| "href": "/artist/Phantogram/album/Nightlife/", | |
| "artist": "Phantogram" | |
| }, | |
| { | |
| "title": "Bait And Switch", | |
| "href": "/artist/Thomas_Jefferson_Slave_Apartments/album/Bait_And_Switch/", | |
| "artist": "Thomas Jefferson Slave Apartments" | |
| }, | |
| { | |
| "title": "Total Destruction", | |
| "href": "/artist/Unsane/album/Total_Destruction/", | |
| "artist": "Unsane" | |
| }, | |
| { | |
| "title": "Vein", | |
| "href": "/artist/Foetus/album/Vein/", | |
| "artist": "Foetus" | |
| }, | |
| { | |
| "title": "From the Heart of Town", | |
| "href": "/artist/Gallon_Drunk/album/From_the_Heart_of_Town/", | |
| "artist": "Gallon Drunk" | |
| }, | |
| { | |
| "title": "Fear Emptiness Despair", | |
| "href": "/artist/Napalm_Death/album/Fear_Emptiness_Despair/", | |
| "artist": "Napalm Death" | |
| }, | |
| { | |
| "title": "Tales Of Great Neck Glory", | |
| "href": "/artist/Sammy/album/Tales_Of_Great_Neck_Glory_1/", | |
| "artist": "Sammy" | |
| }, | |
| { | |
| "title": "Fontanelle", | |
| "href": "/artist/Babes_In_Toyland/album/Fontanelle/", | |
| "artist": "Babes In Toyland" | |
| }, | |
| { | |
| "title": "Further Listening", | |
| "href": "/artist/Unwound/album/Further_Listening/", | |
| "artist": "Unwound" | |
| }, | |
| { | |
| "title": "Box of the Last Help", | |
| "href": "/artist/Core_Of_The_Coalman/album/Box_of_the_Last_Help_1/", | |
| "artist": "Core Of The Coalman" | |
| }, | |
| { | |
| "title": "Helix", | |
| "href": "/artist/Justice/album/Helix/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "The Very Best of Andres Segovia - Guitar Genius", | |
| "href": "/artist/Andr%C3%A9s_Segovia/album/The_Very_Best_of_Andres_Segovia_-_Guitar_Genius/", | |
| "artist": "Andrés Segovia" | |
| }, | |
| { | |
| "title": "Snow Lights", | |
| "href": "/artist/Core_Of_The_Coalman/album/Snow_Lights/", | |
| "artist": "Core Of The Coalman" | |
| }, | |
| { | |
| "title": "Ghostory", | |
| "href": "/artist/School_Of_Seven_Bells/album/Ghostory/", | |
| "artist": "School Of Seven Bells" | |
| }, | |
| { | |
| "title": "Afrique", | |
| "href": "/artist/Art_Blakey/album/Afrique/", | |
| "artist": "Art Blakey" | |
| }, | |
| { | |
| "title": "Seventeen Seconds (Deluxe Edition)", | |
| "href": "/artist/The_Cure/album/Seventeen_Seconds_(Deluxe_Edition)_1/", | |
| "artist": "The Cure" | |
| }, | |
| { | |
| "title": "Gangsta Grillz The Album", | |
| "href": "/artist/Drama/album/Gangsta_Grillz_The_Album/", | |
| "artist": "Drama" | |
| }, | |
| { | |
| "title": "Dat Type of Gurl", | |
| "href": "/artist/Rasheeda/album/Dat_Type_of_Gurl/", | |
| "artist": "Rasheeda" | |
| }, | |
| { | |
| "title": "A Peace Of R Mind", | |
| "href": "/artist/Diamond_Divaz/album/A_Peace_Of_R_Mind/", | |
| "artist": "Diamond Divaz" | |
| }, | |
| { | |
| "title": "RCA Country Legends", | |
| "href": "/artist/Porter_Wagoner/album/RCA_Country_Legends/", | |
| "artist": "Porter Wagoner" | |
| }, | |
| { | |
| "title": "45:33", | |
| "href": "/artist/LCD_Soundsystem/album/4533/", | |
| "artist": "LCD Soundsystem" | |
| }, | |
| { | |
| "title": "Power Move", | |
| "href": "/artist/Screaming_Females/album/Power_Move/", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "Baby Teeth", | |
| "href": "/artist/Screaming_Females/album/Baby_Teeth/", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "Singles EP", | |
| "href": "/artist/Screaming_Females/album/Singles_EP/", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "What If Someone is Watching Their T.V.?", | |
| "href": "/artist/Screaming_Females/album/What_If_Someone_is_Watching_Their_T.V./", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "Hard Life", | |
| "href": "/artist/Big_Eyes/album/Hard_Life/", | |
| "artist": "Big Eyes" | |
| }, | |
| { | |
| "title": "ProtoVision (Maxi)", | |
| "href": "/artist/Kavinsky/album/ProtoVision_(Maxi)/", | |
| "artist": "Kavinsky" | |
| }, | |
| { | |
| "title": "Information Age Deluxe Edition", | |
| "href": "/artist/Dead_Prez/album/Information_Age_Deluxe_Edition/", | |
| "artist": "Dead Prez" | |
| }, | |
| { | |
| "title": "Doll Doll Doll", | |
| "href": "/artist/Venetian_Snares/album/Doll_Doll_Doll/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "Find Candace", | |
| "href": "/artist/Venetian_Snares/album/Find_Candace/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "Paradise Theatre", | |
| "href": "/artist/Styx/album/Paradise_Theatre/", | |
| "artist": "Styx" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Whodini/album/Greatest_Hits/", | |
| "artist": "Whodini" | |
| }, | |
| { | |
| "title": "The Message", | |
| "href": "/artist/Grandmaster_Flash__The_Furious_Five/album/The_Message/", | |
| "artist": "Grandmaster Flash & The Furious Five" | |
| }, | |
| { | |
| "title": "The Treacherous Three", | |
| "href": "/artist/The_Treacherous_Three/album/The_Treacherous_Three/", | |
| "artist": "The Treacherous Three" | |
| }, | |
| { | |
| "title": "A Live At Central Park", | |
| "href": "/artist/Reggie_Watts/album/A_Live_At_Central_Park/", | |
| "artist": "Reggie Watts" | |
| }, | |
| { | |
| "title": "Scott Pilgrim vs. the World: The Game (Original Videogame Soundtrack)", | |
| "href": "/artist/Anamanaguchi/album/Scott_Pilgrim_vs._the_World_The_Game_(Original_Videogame_Soundtrack)/", | |
| "artist": "Anamanaguchi" | |
| }, | |
| { | |
| "title": "Wolf's Law", | |
| "href": "/artist/The_Joy_Formidable/album/Wolf%27s_Law/", | |
| "artist": "The Joy Formidable" | |
| }, | |
| { | |
| "title": "Stoker", | |
| "href": "/artist/Clint_Mansell/album/Stoker/", | |
| "artist": "Clint Mansell" | |
| }, | |
| { | |
| "title": "The Early Years", | |
| "href": "/artist/Elvis_Presley/album/The_Early_Years_3/", | |
| "artist": "Elvis Presley" | |
| }, | |
| { | |
| "title": "Pelican West Plus", | |
| "href": "/artist/Haircut_100/album/Pelican_West_Plus/", | |
| "artist": "Haircut 100" | |
| }, | |
| { | |
| "title": "My <3", | |
| "href": "/artist/Chrome_Sparks/album/My_%3C3/", | |
| "artist": "Chrome Sparks" | |
| }, | |
| { | |
| "title": "Didn't It Rain", | |
| "href": "/artist/Songs_Ohia/album/Didn%27t_It_Rain/", | |
| "artist": "Songs: Ohia" | |
| }, | |
| { | |
| "title": "Songs: Ohia", | |
| "href": "/artist/Songs_Ohia/album/Songs_Ohia/", | |
| "artist": "Songs: Ohia" | |
| }, | |
| { | |
| "title": "The Lioness", | |
| "href": "/artist/Songs_Ohia/album/The_Lioness/", | |
| "artist": "Songs: Ohia" | |
| }, | |
| { | |
| "title": "Cokefloat!", | |
| "href": "/artist/PAWS/album/Cokefloat!/", | |
| "artist": "PAWS" | |
| }, | |
| { | |
| "title": "Dead Gaze", | |
| "href": "/artist/Dead_Gaze/album/Dead_Gaze_1/", | |
| "artist": "Dead Gaze" | |
| }, | |
| { | |
| "title": "Fate Is Only Once", | |
| "href": "/artist/Harry_Taussig/album/Fate_Is_Only_Once/", | |
| "artist": "Harry Taussig" | |
| }, | |
| { | |
| "title": "Wobble", | |
| "href": "/artist/V.I.C./album/Wobble_1/", | |
| "artist": "V.I.C." | |
| }, | |
| { | |
| "title": "Don't Be S.A.F.E.", | |
| "href": "/artist/Trinidad_James/album/Don%27t_Be_S.A.F.E._1/", | |
| "artist": "Trinidad James" | |
| }, | |
| { | |
| "title": "Glass Swords", | |
| "href": "/artist/Rustie/album/Glass_Swords/", | |
| "artist": "Rustie" | |
| }, | |
| { | |
| "title": "Ice Cold Perm", | |
| "href": "/artist/100s/album/Ice_Cold_Perm/", | |
| "artist": "100s" | |
| }, | |
| { | |
| "title": "Monochromy", | |
| "href": "/artist/Escape/album/Monochromy/", | |
| "artist": "Escape" | |
| }, | |
| { | |
| "title": "Hat Trick", | |
| "href": "/artist/Empress_Of/album/Hat_Trick/", | |
| "artist": "Empress Of" | |
| }, | |
| { | |
| "title": "12 Desperate Straight Lines", | |
| "href": "/artist/Telekinesis/album/12_Desperate_Straight_Lines/", | |
| "artist": "Telekinesis" | |
| }, | |
| { | |
| "title": "Feel It Break", | |
| "href": "/artist/Austra/album/Feel_It_Break/", | |
| "artist": "Austra" | |
| }, | |
| { | |
| "title": "Miracle Mile", | |
| "href": "/artist/STRFKR/album/Miracle_Mile/", | |
| "artist": "STRFKR" | |
| }, | |
| { | |
| "title": "Schoenberg: Erwartung, Pierrot Lunaire, Lied der Waldtaube from Gurrelieder", | |
| "href": "/artist/Pierre_Boulez/album/Schoenberg_Erwartung%2C_Pierrot_Lunaire%2C_Lied_der_Waldtaube_from_Gurrelieder/", | |
| "artist": "Pierre Boulez" | |
| }, | |
| { | |
| "title": "Varese", | |
| "href": "/artist/Pierre_Boulez/album/Varese/", | |
| "artist": "Pierre Boulez" | |
| }, | |
| { | |
| "title": "Cage: Music for Prepared Piano", | |
| "href": "/artist/John_Cage/album/Cage_Music_for_Prepared_Piano/", | |
| "artist": "John Cage" | |
| }, | |
| { | |
| "title": "The Band", | |
| "href": "/artist/The_Band/album/The_Band/", | |
| "artist": "The Band" | |
| }, | |
| { | |
| "title": "Poor Moon", | |
| "href": "/artist/Hiss_Golden_Messenger/album/Poor_Moon/", | |
| "artist": "Hiss Golden Messenger" | |
| }, | |
| { | |
| "title": "Wondrous Bughouse", | |
| "href": "/artist/Youth_Lagoon/album/Wondrous_Bughouse/", | |
| "artist": "Youth Lagoon" | |
| }, | |
| { | |
| "title": "Mala", | |
| "href": "/artist/Devendra_Banhart/album/Mala/", | |
| "artist": "Devendra Banhart" | |
| }, | |
| { | |
| "title": "Comedown Machine", | |
| "href": "/artist/The_Strokes/album/Comedown_Machine/", | |
| "artist": "The Strokes" | |
| }, | |
| { | |
| "title": "Dormarion", | |
| "href": "/artist/Telekinesis/album/Dormarion/", | |
| "artist": "Telekinesis" | |
| }, | |
| { | |
| "title": "Nanobots", | |
| "href": "/artist/They_Might_Be_Giants/album/Nanobots_1/", | |
| "artist": "They Might Be Giants" | |
| }, | |
| { | |
| "title": "Caveman", | |
| "href": "/artist/Caveman/album/Caveman_1/", | |
| "artist": "Caveman" | |
| }, | |
| { | |
| "title": "Babysitters On Acid", | |
| "href": "/artist/Lunachicks/album/Babysitters_On_Acid/", | |
| "artist": "Lunachicks" | |
| }, | |
| { | |
| "title": "Shock Of The Hour", | |
| "href": "/artist/MC_Ren/album/Shock_Of_The_Hour/", | |
| "artist": "MC Ren" | |
| }, | |
| { | |
| "title": "The Best Of Rough Trade: Birds Of A Feather", | |
| "href": "/artist/Rough_Trade/album/The_Best_Of_Rough_Trade_Birds_Of_A_Feather/", | |
| "artist": "Rough Trade" | |
| }, | |
| { | |
| "title": "The Best Of Bill Cosby", | |
| "href": "/artist/Bill_Cosby/album/The_Best_Of_Bill_Cosby/", | |
| "artist": "Bill Cosby" | |
| }, | |
| { | |
| "title": "Geidi Primes", | |
| "href": "/artist/Grimes/album/Geidi_Primes/", | |
| "artist": "Grimes" | |
| }, | |
| { | |
| "title": "Halfaxa", | |
| "href": "/artist/Grimes/album/Halfaxa/", | |
| "artist": "Grimes" | |
| }, | |
| { | |
| "title": "Bad Vibes", | |
| "href": "/artist/Shlohmo/album/Bad_Vibes/", | |
| "artist": "Shlohmo" | |
| }, | |
| { | |
| "title": "O.N.I.F.C.", | |
| "href": "/artist/Wiz_Khalifa/album/O.N.I.F.C._1/", | |
| "artist": "Wiz Khalifa" | |
| }, | |
| { | |
| "title": "Faithful Man", | |
| "href": "/artist/Lee_Fields__The_Expressions/album/Faithful_Man/", | |
| "artist": "Lee Fields & The Expressions" | |
| }, | |
| { | |
| "title": "Parhelion", | |
| "href": "/artist/Silian_Rail/album/Parhelion/", | |
| "artist": "Silian Rail" | |
| }, | |
| { | |
| "title": "All Roads Lead to the Dancefloor", | |
| "href": "/artist/Carl_Cox/album/All_Roads_Lead_to_the_Dancefloor/", | |
| "artist": "Carl Cox" | |
| }, | |
| { | |
| "title": "Second Sign", | |
| "href": "/artist/Carl_Cox/album/Second_Sign/", | |
| "artist": "Carl Cox" | |
| }, | |
| { | |
| "title": "A State Of Trance Year Mix 2012 (Mixed By Armin van Buuren)", | |
| "href": "/artist/Armin_van_Buuren/album/A_State_Of_Trance_Year_Mix_2012_(Mixed_By_Armin_van_Buuren)_1/", | |
| "artist": "Armin van Buuren" | |
| }, | |
| { | |
| "title": "Lifestylez Ov Da Poor & Dangerous", | |
| "href": "/artist/Big_L/album/Lifestylez_Ov_Da_Poor__Dangerous/", | |
| "artist": "Big L" | |
| }, | |
| { | |
| "title": "Doe Or Die", | |
| "href": "/artist/AZ/album/Doe_Or_Die/", | |
| "artist": "AZ" | |
| }, | |
| { | |
| "title": "Alone", | |
| "href": "/artist/Robot_Needs_Oil/album/Alone/", | |
| "artist": "Robot Needs Oil" | |
| }, | |
| { | |
| "title": "Electronic House, Vol. 8", | |
| "href": "/artist/Various_Artists/album/Electronic_House%2C_Vol._8/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Stuck In A Dream EP", | |
| "href": "/artist/Robot_Needs_Oil/album/Stuck_In_A_Dream_EP/", | |
| "artist": "Robot Needs Oil" | |
| }, | |
| { | |
| "title": "Apikoros", | |
| "href": "/artist/Eskimo_Twins/album/Apikoros/", | |
| "artist": "Eskimo Twins" | |
| }, | |
| { | |
| "title": "The Elephant In The Room EP", | |
| "href": "/artist/Eskimo_Twins/album/The_Elephant_In_The_Room_EP/", | |
| "artist": "Eskimo Twins" | |
| }, | |
| { | |
| "title": "Free The Universe", | |
| "href": "/artist/Major_Lazer/album/Free_The_Universe/", | |
| "artist": "Major Lazer" | |
| }, | |
| { | |
| "title": "At Large", | |
| "href": "/artist/They_Might_Be_Giants/album/At_Large/", | |
| "artist": "They Might Be Giants" | |
| }, | |
| { | |
| "title": "Oblivion - Original Motion Picture Soundtrack", | |
| "href": "/artist/M83/album/Oblivion_-_Original_Motion_Picture_Soundtrack/", | |
| "artist": "M83" | |
| }, | |
| { | |
| "title": "Heartthrob", | |
| "href": "/artist/Tegan_and_Sara/album/Heartthrob/", | |
| "artist": "Tegan and Sara" | |
| }, | |
| { | |
| "title": "Developer", | |
| "href": "/artist/Social_Studies/album/Developer/", | |
| "artist": "Social Studies" | |
| }, | |
| { | |
| "title": "An Open Door", | |
| "href": "/artist/Soft_Kill/album/An_Open_Door/", | |
| "artist": "Soft Kill" | |
| }, | |
| { | |
| "title": "Gems of Masochism", | |
| "href": "/artist/Antioch_Arrow/album/Gems_of_Masochism/", | |
| "artist": "Antioch Arrow" | |
| }, | |
| { | |
| "title": "Rites of Spring", | |
| "href": "/artist/Rites_of_Spring/album/Rites_of_Spring/", | |
| "artist": "Rites of Spring" | |
| }, | |
| { | |
| "title": "Nervous Circuits", | |
| "href": "/artist/The_VSS/album/Nervous_Circuits/", | |
| "artist": "The VSS" | |
| }, | |
| { | |
| "title": "9 Patriotic Battle Hymns for Children", | |
| "href": "/artist/Born_Against/album/9_Patriotic_Battle_Hymns_for_Children/", | |
| "artist": "Born Against" | |
| }, | |
| { | |
| "title": "Rollin In The Ruins", | |
| "href": "/artist/Get_Hustle/album/Rollin_In_The_Ruins/", | |
| "artist": "Get Hustle" | |
| }, | |
| { | |
| "title": "Day Late, Dollar Short", | |
| "href": "/artist/Thrones/album/Day_Late%2C_Dollar_Short/", | |
| "artist": "Thrones" | |
| }, | |
| { | |
| "title": "Dreams Are Burned", | |
| "href": "/artist/Kit/album/Dreams_Are_Burned/", | |
| "artist": "Kit" | |
| }, | |
| { | |
| "title": "Raise Up The Sheets", | |
| "href": "/artist/Freshkills/album/Raise_Up_The_Sheets/", | |
| "artist": "Freshkills" | |
| }, | |
| { | |
| "title": "Cinemascope I", | |
| "href": "/artist/Hotels/album/Cinemascope_I/", | |
| "artist": "Hotels" | |
| }, | |
| { | |
| "title": "Gems of Masochism", | |
| "href": "/artist/Antioch_Arrow/album/Gems_of_Masochism/", | |
| "artist": "Antioch Arrow" | |
| }, | |
| { | |
| "title": "Raw Pie", | |
| "href": "/artist/Personal_and_The_Pizzas/album/Raw_Pie/", | |
| "artist": "Personal and The Pizzas" | |
| }, | |
| { | |
| "title": "Kaleidoscope", | |
| "href": "/artist/Ti%C3%ABsto/album/Kaleidoscope_6/", | |
| "artist": "Tiësto" | |
| }, | |
| { | |
| "title": "Taken Over", | |
| "href": "/artist/Rebecca__Fiona/album/Taken_Over_1/", | |
| "artist": "Rebecca & Fiona" | |
| }, | |
| { | |
| "title": "Sticky Fingers (Remastered)", | |
| "href": "/artist/The_Rolling_Stones/album/Sticky_Fingers_(Remastered)/", | |
| "artist": "The Rolling Stones" | |
| }, | |
| { | |
| "title": "Four Girls", | |
| "href": "/artist/Woollen_Kits/album/Four_Girls/", | |
| "artist": "Woollen Kits" | |
| }, | |
| { | |
| "title": "A Certain Smile, a Certain Sadness", | |
| "href": "/artist/Rocketship/album/A_Certain_Smile%2C_a_Certain_Sadness/", | |
| "artist": "Rocketship" | |
| }, | |
| { | |
| "title": "Electronic", | |
| "href": "/artist/Electronic/album/Electronic/", | |
| "artist": "Electronic" | |
| }, | |
| { | |
| "title": "OutRun", | |
| "href": "/artist/Kavinsky/album/OutRun/", | |
| "artist": "Kavinsky" | |
| }, | |
| { | |
| "title": "I Could Be The One [Avicii vs Nicky Romero]", | |
| "href": "/artist/Avicii%2C_Nicky_Romero/album/I_Could_Be_The_One_(Avicii_vs_Nicky_Romero)_2/", | |
| "artist": "Avicii, Nicky Romero" | |
| }, | |
| { | |
| "title": "Sonnentanz", | |
| "href": "/artist/Klangkarussell/album/Sonnentanz/", | |
| "artist": "Klangkarussell" | |
| }, | |
| { | |
| "title": "Years", | |
| "href": "/artist/Alesso/album/Years_1/", | |
| "artist": "Alesso" | |
| }, | |
| { | |
| "title": "Tidal Wave", | |
| "href": "/artist/Sub_Focus/album/Tidal_Wave_1/", | |
| "artist": "Sub Focus" | |
| }, | |
| { | |
| "title": "Tetr4", | |
| "href": "/artist/C2C/album/Tetr4/", | |
| "artist": "C2C" | |
| }, | |
| { | |
| "title": "A Monastic Trio", | |
| "href": "/artist/Alice_Coltrane/album/A_Monastic_Trio/", | |
| "artist": "Alice Coltrane" | |
| }, | |
| { | |
| "title": "Ptah The El Daoud", | |
| "href": "/artist/Alice_Coltrane/album/Ptah_The_El_Daoud/", | |
| "artist": "Alice Coltrane" | |
| }, | |
| { | |
| "title": "Thembi", | |
| "href": "/artist/Pharoah_Sanders/album/Thembi/", | |
| "artist": "Pharoah Sanders" | |
| }, | |
| { | |
| "title": "Page One (The Rudy Van Gelder Edition)", | |
| "href": "/artist/Joe_Henderson/album/Page_One_(The_Rudy_Van_Gelder_Edition)/", | |
| "artist": "Joe Henderson" | |
| }, | |
| { | |
| "title": "In Pursuit Of Blackness/Black Is The Color", | |
| "href": "/artist/Joe_Henderson/album/In_Pursuit_Of_Blackness/Black_Is_The_Color/", | |
| "artist": "Joe Henderson" | |
| }, | |
| { | |
| "title": "Tetragon", | |
| "href": "/artist/Joe_Henderson/album/Tetragon/", | |
| "artist": "Joe Henderson" | |
| }, | |
| { | |
| "title": "Lucky Boy At Night", | |
| "href": "/artist/DJ_Mehdi/album/Lucky_Boy_At_Night_1/", | |
| "artist": "DJ Mehdi" | |
| }, | |
| { | |
| "title": "I Am Somebody", | |
| "href": "/artist/DJ_Mehdi/album/I_Am_Somebody/", | |
| "artist": "DJ Mehdi" | |
| }, | |
| { | |
| "title": "Lucky Girl", | |
| "href": "/artist/DJ_Mehdi/album/Lucky_Girl/", | |
| "artist": "DJ Mehdi" | |
| }, | |
| { | |
| "title": "Waters Of Nazareth", | |
| "href": "/artist/Justice/album/Waters_Of_Nazareth/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "Ed Rec VOL. 2", | |
| "href": "/artist/Ed_Rec/album/Ed_Rec_VOL._2/", | |
| "artist": "Ed Rec" | |
| }, | |
| { | |
| "title": "Audio, Video, Disco.", | |
| "href": "/artist/Justice/album/Audio%2C_Video%2C_Disco._2/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "ADD SUV Remix EP", | |
| "href": "/artist/Uffie/album/ADD_SUV_Remix_EP/", | |
| "artist": "Uffie" | |
| }, | |
| { | |
| "title": "Sex Dreams and Denim Jeans", | |
| "href": "/artist/Uffie/album/Sex_Dreams_and_Denim_Jeans/", | |
| "artist": "Uffie" | |
| }, | |
| { | |
| "title": "New Lands EP", | |
| "href": "/artist/Justice/album/New_Lands_EP/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "On'n'On", | |
| "href": "/artist/Justice/album/On%27n%27On_1/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "Civilization", | |
| "href": "/artist/Justice/album/Civilization_1/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "AUDIO, VIDEO, DISCO.", | |
| "href": "/artist/Justice/album/AUDIO%2C_VIDEO%2C_DISCO./", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "Baby I'm Yours", | |
| "href": "/artist/Breakbot/album/Baby_I%27m_Yours/", | |
| "artist": "Breakbot" | |
| }, | |
| { | |
| "title": "Lambs Anger", | |
| "href": "/artist/Mr._Oizo/album/Lambs_Anger/", | |
| "artist": "Mr. Oizo" | |
| }, | |
| { | |
| "title": "Charlie ep", | |
| "href": "/artist/The_Phantom%27s_Revenge/album/Charlie_ep/", | |
| "artist": "The Phantom's Revenge" | |
| }, | |
| { | |
| "title": "Hearts Japan", | |
| "href": "/artist/Heartsrevolution/album/Hearts_Japan_-_EP/", | |
| "artist": "Heartsrevolution" | |
| }, | |
| { | |
| "title": "B 2 Nite", | |
| "href": "/artist/Romanthony/album/B_2_Nite/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "The Wanderer (2011 Remixes, Pt. 2)", | |
| "href": "/artist/Romanthony/album/The_Wanderer_(2011_Remixes%2C_Pt._2)/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "Bring U Up (2012 Remixes)", | |
| "href": "/artist/Romanthony/album/Bring_U_Up_(2012_Remixes)/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "Let Me Show You Love (2013 Remixes)", | |
| "href": "/artist/Romanthony/album/Let_Me_Show_You_Love_(2013_Remixes)/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "( )", | |
| "href": "/artist/Sigur_R%C3%B3s/album/(_)_2/", | |
| "artist": "Sigur Rós" | |
| }, | |
| { | |
| "title": "Með suð í eyrum við spilum endalaust", | |
| "href": "/artist/Sigur_R%C3%B3s/album/Me%C3%B0_su%C3%B0_%C3%AD_eyrum_vi%C3%B0_spilum_endalaust/", | |
| "artist": "Sigur Rós" | |
| }, | |
| { | |
| "title": "Valtari", | |
| "href": "/artist/Sigur_R%C3%B3s/album/Valtari/", | |
| "artist": "Sigur Rós" | |
| }, | |
| { | |
| "title": "A Is For Alpine", | |
| "href": "/artist/Alpine/album/A_Is_For_Alpine/", | |
| "artist": "Alpine" | |
| }, | |
| { | |
| "title": "Caesura", | |
| "href": "/artist/Helios/album/Caesura/", | |
| "artist": "Helios" | |
| }, | |
| { | |
| "title": "For Frosty Mornings and Summer Nights", | |
| "href": "/artist/Xela/album/For_Frosty_Mornings_and_Summer_Nights/", | |
| "artist": "Xela" | |
| }, | |
| { | |
| "title": "It's All Just Another Aspect of Mannerism", | |
| "href": "/artist/Logreybeam/album/It%27s_All_Just_Another_Aspect_of_Mannerism/", | |
| "artist": "Logreybeam" | |
| }, | |
| { | |
| "title": "Still Doubted?", | |
| "href": "/artist/Lil_Wyte/album/Still_Doubted/", | |
| "artist": "Lil Wyte" | |
| }, | |
| { | |
| "title": "In A Tidal Wave Of Mystery", | |
| "href": "/artist/Capital_Cities/album/In_A_Tidal_Wave_Of_Mystery/", | |
| "artist": "Capital Cities" | |
| }, | |
| { | |
| "title": "A Good Woman Is Hard to Find", | |
| "href": "/artist/Papa/album/A_Good_Woman_Is_Hard_to_Find/", | |
| "artist": "Papa" | |
| }, | |
| { | |
| "title": "The Original Chicago House Classics", | |
| "href": "/artist/Various_Artists/album/The_Original_Chicago_House_Classics/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Watching Movies with the Sound Off (Deluxe Edition)", | |
| "href": "/artist/Mac_Miller/album/Watching_Movies_with_the_Sound_Off_(Deluxe_Edition)/", | |
| "artist": "Mac Miller" | |
| }, | |
| { | |
| "title": "Bang A Gong (Get It On)", | |
| "href": "/artist/T._Rex/album/Bang_A_Gong_(Get_It_On)/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Tanx", | |
| "href": "/artist/T._Rex/album/Tanx/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "The Electric Boogie - 1971", | |
| "href": "/artist/T._Rex/album/The_Electric_Boogie_-_1971/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Bolan's Zip Gun", | |
| "href": "/artist/T._Rex/album/Bolan%27s_Zip_Gun_1/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Futuristic Dragon", | |
| "href": "/artist/T._Rex/album/Futuristic_Dragon_1/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Valley Of The Dolls", | |
| "href": "/artist/Generation_x/album/Valley_Of_The_Dolls/", | |
| "artist": "Generation x" | |
| }, | |
| { | |
| "title": "Kiss Me Deadly", | |
| "href": "/artist/Generation_x/album/Kiss_Me_Deadly/", | |
| "artist": "Generation x" | |
| }, | |
| { | |
| "title": "Weird Pop", | |
| "href": "/artist/Tones_On_Tail/album/Weird_Pop/", | |
| "artist": "Tones On Tail" | |
| }, | |
| { | |
| "title": "Acid Tracks", | |
| "href": "/artist/Phuture/album/Acid_Tracks/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "We Are Phuture", | |
| "href": "/artist/Phuture/album/We_Are_Phuture/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Spirit", | |
| "href": "/artist/Phuture/album/Spirit/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Rise From Your Grave", | |
| "href": "/artist/Phuture/album/Rise_From_Your_Grave/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Mental Breakdown", | |
| "href": "/artist/Phuture/album/Mental_Breakdown_1/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Inside Out", | |
| "href": "/artist/Phuture/album/Inside_Out/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Chunk Of Change", | |
| "href": "/artist/Passion_Pit/album/Chunk_Of_Change/", | |
| "artist": "Passion Pit" | |
| }, | |
| { | |
| "title": "Manners", | |
| "href": "/artist/Passion_Pit/album/Manners/", | |
| "artist": "Passion Pit" | |
| }, | |
| { | |
| "title": "Hoes Come Out At Night", | |
| "href": "/artist/Cubic_Zirconia/album/Hoes_Come_Out_At_Night/", | |
| "artist": "Cubic Zirconia" | |
| }, | |
| { | |
| "title": "Follow Your Heart", | |
| "href": "/artist/Cubic_Zirconia/album/Follow_Your_Heart/", | |
| "artist": "Cubic Zirconia" | |
| }, | |
| { | |
| "title": "Pluto 3D", | |
| "href": "/artist/Future/album/Pluto_3D/", | |
| "artist": "Future" | |
| }, | |
| { | |
| "title": "The Best Of Shaquille O'Neal", | |
| "href": "/artist/Shaquille_O%27Neal/album/The_Best_Of_Shaquille_O%27Neal/", | |
| "artist": "Shaquille O'Neal" | |
| }, | |
| { | |
| "title": "Basketball Anthems - Hoop Dreams", | |
| "href": "/artist/Various_Artists/album/Basketball_Anthems_-_Hoop_Dreams/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "It's A Girl", | |
| "href": "/artist/Sweet_Baby/album/It%27s_A_Girl/", | |
| "artist": "Sweet Baby" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Todd_Terry/album/Greatest_Hits/", | |
| "artist": "Todd Terry" | |
| }, | |
| { | |
| "title": "Wireless", | |
| "href": "/artist/T%2B%2B/album/Wireless/", | |
| "artist": "T++" | |
| }, | |
| { | |
| "title": "Silver Silver", | |
| "href": "/artist/Simone_White/album/Silver_Silver/", | |
| "artist": "Simone White" | |
| }, | |
| { | |
| "title": "Shangaan Shake", | |
| "href": "/artist/Various_Artists/album/Shangaan_Shake/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Lagos Shake: A Tony Allen Chop Up", | |
| "href": "/artist/Various_Artists/album/Lagos_Shake_A_Tony_Allen_Chop_Up_1/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "From The Mars Hotel", | |
| "href": "/artist/Grateful_Dead/album/From_The_Mars_Hotel/", | |
| "artist": "Grateful Dead" | |
| }, | |
| { | |
| "title": "Blonder Tongue Audio Baton", | |
| "href": "/artist/Swirlies/album/Blonder_Tongue_Audio_Baton/", | |
| "artist": "Swirlies" | |
| }, | |
| { | |
| "title": "The Singles", | |
| "href": "/artist/Corey_Hart/album/The_Singles/", | |
| "artist": "Corey Hart" | |
| }, | |
| { | |
| "title": "Greg Kihn Band \"Best Of Beserkley\" '75 - '84", | |
| "href": "/artist/Greg_Kihn_Band/album/Greg_Kihn_Band_%22Best_Of_Beserkley%22_%2775_-_%2784/", | |
| "artist": "Greg Kihn Band" | |
| }, | |
| { | |
| "title": "The Best Of Missing Persons", | |
| "href": "/artist/Missing_Persons/album/The_Best_Of_Missing_Persons/", | |
| "artist": "Missing Persons" | |
| }, | |
| { | |
| "title": "Cozy Endings", | |
| "href": "/artist/Artanker_Convoy/album/Cozy_Endings/", | |
| "artist": "Artanker Convoy" | |
| }, | |
| { | |
| "title": "Thistle EP", | |
| "href": "/artist/Hundred_Waters/album/Thistle_EP/", | |
| "artist": "Hundred Waters" | |
| }, | |
| { | |
| "title": "Falling Down feat. Kenzie May", | |
| "href": "/artist/Sub_Focus/album/Falling_Down_feat._Kenzie_May/", | |
| "artist": "Sub Focus" | |
| }, | |
| { | |
| "title": "Funk Blaster", | |
| "href": "/artist/Koan_Sound/album/Funk_Blaster/", | |
| "artist": "Koan Sound" | |
| }, | |
| { | |
| "title": "To A New Earth EP", | |
| "href": "/artist/Kill_Paris/album/To_A_New_Earth_EP/", | |
| "artist": "Kill Paris" | |
| }, | |
| { | |
| "title": "Metropolis Pt. I", | |
| "href": "/artist/The_M_Machine/album/Metropolis_Pt._I/", | |
| "artist": "The M Machine" | |
| }, | |
| { | |
| "title": "Spitfire", | |
| "href": "/artist/Porter_Robinson/album/Spitfire/", | |
| "artist": "Porter Robinson" | |
| }, | |
| { | |
| "title": "Insides", | |
| "href": "/artist/Jon_Hopkins/album/Insides/", | |
| "artist": "Jon Hopkins" | |
| }, | |
| { | |
| "title": "Moontan", | |
| "href": "/artist/Golden_Earring/album/Moontan/", | |
| "artist": "Golden Earring" | |
| }, | |
| { | |
| "title": "Cut", | |
| "href": "/artist/Golden_Earring/album/Cut/", | |
| "artist": "Golden Earring" | |
| }, | |
| { | |
| "title": "Stuttgart 93", | |
| "href": "/artist/Nick_Straker/album/Stuttgart_93/", | |
| "artist": "Nick Straker" | |
| }, | |
| { | |
| "title": "Crazy Rhythms", | |
| "href": "/artist/The_Feelies/album/Crazy_Rhythms/", | |
| "artist": "The Feelies" | |
| }, | |
| { | |
| "title": "sorry", | |
| "href": "/artist/White_Lung/album/sorry/", | |
| "artist": "White Lung" | |
| }, | |
| { | |
| "title": "White Lung", | |
| "href": "/artist/White_Lung/album/White_Lung/", | |
| "artist": "White Lung" | |
| }, | |
| { | |
| "title": "Total Doom", | |
| "href": "/artist/Doom_1/album/Total_Doom_1/", | |
| "artist": "Doom" | |
| }, | |
| { | |
| "title": "The Best Of Rainbow", | |
| "href": "/artist/Rainbow/album/The_Best_Of_Rainbow/", | |
| "artist": "Rainbow" | |
| }, | |
| { | |
| "title": "Deep Trip", | |
| "href": "/artist/Destruction_Unit/album/Deep_Trip/", | |
| "artist": "Destruction Unit" | |
| }, | |
| { | |
| "title": "Back in the Saddle", | |
| "href": "/artist/The_Bobbyteens/album/Back_in_the_Saddle/", | |
| "artist": "The Bobbyteens" | |
| }, | |
| { | |
| "title": "Peach Kelli Pop", | |
| "href": "/artist/Peach_Kelli_Pop/album/Peach_Kelli_Pop/", | |
| "artist": "Peach Kelli Pop" | |
| }, | |
| { | |
| "title": "Supercharger", | |
| "href": "/artist/Supercharger/album/Supercharger/", | |
| "artist": "Supercharger" | |
| }, | |
| { | |
| "title": "Best of the Worst (93-97)", | |
| "href": "/artist/Oblivians/album/Best_of_the_Worst_(93-97)/", | |
| "artist": "Oblivians" | |
| }, | |
| { | |
| "title": "Don't Trust Anyone Over 30", | |
| "href": "/artist/Japanther/album/Don%27t_Trust_Anyone_Over_30/", | |
| "artist": "Japanther" | |
| }, | |
| { | |
| "title": "Engravings", | |
| "href": "/artist/Forest_Swords/album/Engravings/", | |
| "artist": "Forest Swords" | |
| }, | |
| { | |
| "title": "Ye Olde Space Bande Plays The Classic Rock Hits", | |
| "href": "/artist/The_Moog_Cookbook/album/Ye_Olde_Space_Bande_Plays_The_Classic_Rock_Hits/", | |
| "artist": "The Moog Cookbook" | |
| }, | |
| { | |
| "title": "The Best of D Train", | |
| "href": "/artist/D_Train/album/The_Best_of_D_Train/", | |
| "artist": "D Train" | |
| }, | |
| { | |
| "title": "Clear (Remastered)", | |
| "href": "/artist/Cybotron_1/album/Clear_(Remastered)/", | |
| "artist": "Cybotron" | |
| }, | |
| { | |
| "title": "DJ Kenny Ken & DJ SS : World Dance/The Album", | |
| "href": "/artist/Various_Artists/album/DJ_Kenny_Ken__DJ_SS__World_Dance/The_Album/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Modjo (Remastered)", | |
| "href": "/artist/Modjo/album/Modjo_(Remastered)/", | |
| "artist": "Modjo" | |
| }, | |
| { | |
| "title": "National Treasures - The Complete Singles", | |
| "href": "/artist/Manic_Street_Preachers/album/National_Treasures_-_The_Complete_Singles/", | |
| "artist": "Manic Street Preachers" | |
| }, | |
| { | |
| "title": "Demons And Wizards", | |
| "href": "/artist/Uriah_Heep/album/Demons_And_Wizards_1/", | |
| "artist": "Uriah Heep" | |
| }, | |
| { | |
| "title": "The Flowers Of Romance", | |
| "href": "/artist/Public_Image_Ltd./album/The_Flowers_Of_Romance/", | |
| "artist": "Public Image Ltd." | |
| }, | |
| { | |
| "title": "True", | |
| "href": "/artist/Avicii/album/True/", | |
| "artist": "Avicii" | |
| }, | |
| { | |
| "title": "Mechanical Bull (Deluxe Version)", | |
| "href": "/artist/Kings_Of_Leon/album/Mechanical_Bull_(Deluxe_Version)/", | |
| "artist": "Kings Of Leon" | |
| }, | |
| { | |
| "title": "Whales and Leeches (Deluxe Version)", | |
| "href": "/artist/Red_Fang/album/Whales_and_Leeches_(Deluxe_Version)/", | |
| "artist": "Red Fang" | |
| }, | |
| { | |
| "title": "Cole World: The Sideline Story", | |
| "href": "/artist/J._Cole/album/Cole_World_The_Sideline_Story/", | |
| "artist": "J. Cole" | |
| }, | |
| { | |
| "title": "Sound Of Silver", | |
| "href": "/artist/LCD_Soundsystem/album/Sound_Of_Silver/", | |
| "artist": "LCD Soundsystem" | |
| }, | |
| { | |
| "title": "LONDON", | |
| "href": "/artist/Banks/album/LONDON/", | |
| "artist": "Banks" | |
| }, | |
| { | |
| "title": "Terminator", | |
| "href": "/artist/Rabit/album/Terminator/", | |
| "artist": "Rabit" | |
| }, | |
| { | |
| "title": "Things That Fade", | |
| "href": "/artist/Greeen_Linez/album/Things_That_Fade/", | |
| "artist": "Greeen Linez" | |
| }, | |
| { | |
| "title": "Sketches of the Other Tokyo - EP", | |
| "href": "/artist/Fujimoto_Tetsuro/album/Sketches_of_the_Other_Tokyo_-_EP/", | |
| "artist": "Fujimoto Tetsuro" | |
| }, | |
| { | |
| "title": "Sands - EP", | |
| "href": "/artist/A_Taut_Line/album/Sands_-_EP/", | |
| "artist": "A Taut Line" | |
| }, | |
| { | |
| "title": "Quotient - EP", | |
| "href": "/artist/Mau%27lin/album/Quotient_-_EP/", | |
| "artist": "Mau'lin" | |
| }, | |
| { | |
| "title": "Rock The Flock", | |
| "href": "/artist/Visionist/album/Rock_The_Flock/", | |
| "artist": "Visionist" | |
| }, | |
| { | |
| "title": "DSK005 - EP", | |
| "href": "/artist/Various_Artists/album/DSK005_-_EP/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "VHS Nite - EP", | |
| "href": "/artist/BD1982/album/VHS_Nite_-_EP/", | |
| "artist": "BD1982" | |
| }, | |
| { | |
| "title": "Flex - EP", | |
| "href": "/artist/Mr._Mageeka/album/Flex_-_EP/", | |
| "artist": "Mr. Mageeka" | |
| }, | |
| { | |
| "title": "There's Gonna Be A Storm - The Complete Recordings 1966-1969", | |
| "href": "/artist/The_Left_Banke/album/There%27s_Gonna_Be_A_Storm_-_The_Complete_Recordings_1966-1969/", | |
| "artist": "The Left Banke" | |
| }, | |
| { | |
| "title": "Verve Remixed: The First Ladies", | |
| "href": "/artist/Various_Artists/album/Verve_Remixed_The_First_Ladies/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Hee Haw", | |
| "href": "/artist/The_Birthday_Party/album/Hee_Haw/", | |
| "artist": "The Birthday Party" | |
| }, | |
| { | |
| "title": "Ghost EP", | |
| "href": "/artist/Sky_Ferreira/album/Ghost_EP/", | |
| "artist": "Sky Ferreira" | |
| }, | |
| { | |
| "title": "One", | |
| "href": "/artist/Sky_Ferreira/album/One/", | |
| "artist": "Sky Ferreira" | |
| }, | |
| { | |
| "title": "Rehearsals For Departure", | |
| "href": "/artist/Damien_Jurado/album/Rehearsals_For_Departure/", | |
| "artist": "Damien Jurado" | |
| }, | |
| { | |
| "title": "Future Foundations", | |
| "href": "/artist/Various_Artists/album/Future_Foundations/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "No End to Limitations", | |
| "href": "/artist/Manuok/album/No_End_to_Limitations/", | |
| "artist": "Manuok" | |
| }, | |
| { | |
| "title": "DJ-Kicks", | |
| "href": "/artist/Maya_Jane_Coles/album/DJ-Kicks/", | |
| "artist": "Maya Jane Coles" | |
| }, | |
| { | |
| "title": "Islands", | |
| "href": "/artist/Kajagoogoo/album/Islands/", | |
| "artist": "Kajagoogoo" | |
| }, | |
| { | |
| "title": "Bed & Bugs", | |
| "href": "/artist/Obits/album/Bed__Bugs/", | |
| "artist": "Obits" | |
| }, | |
| { | |
| "title": "Moody, Standard And Poor", | |
| "href": "/artist/Obits/album/Moody%2C_Standard_And_Poor/", | |
| "artist": "Obits" | |
| }, | |
| { | |
| "title": "I Blame You", | |
| "href": "/artist/Obits/album/I_Blame_You/", | |
| "artist": "Obits" | |
| }, | |
| { | |
| "title": "Habits & Contradictions", | |
| "href": "/artist/Schoolboy_Q/album/Habits__Contradictions/", | |
| "artist": "Schoolboy Q" | |
| }, | |
| { | |
| "title": "Skycell", | |
| "href": "/artist/Nguzunguzu/album/Skycell/", | |
| "artist": "Nguzunguzu" | |
| }, | |
| { | |
| "title": "Half Way Home", | |
| "href": "/artist/Angel_Olsen/album/Half_Way_Home/", | |
| "artist": "Angel Olsen" | |
| }, | |
| { | |
| "title": "ARTPOP", | |
| "href": "/artist/Lady_Gaga/album/ARTPOP/", | |
| "artist": "Lady Gaga" | |
| }, | |
| { | |
| "title": "Mine", | |
| "href": "/artist/Architect_1/album/Mine/", | |
| "artist": "Architect" | |
| }, | |
| { | |
| "title": "Two Sides: The Very Best Of Mike Oldfield", | |
| "href": "/artist/Mike_Oldfield/album/Two_Sides_The_Very_Best_Of_Mike_Oldfield_1/", | |
| "artist": "Mike Oldfield" | |
| }, | |
| { | |
| "title": "The Best Of Mac Dre", | |
| "href": "/artist/Mac_Dre/album/The_Best_Of_Mac_Dre/", | |
| "artist": "Mac Dre" | |
| }, | |
| { | |
| "title": "Right Behind You - Single", | |
| "href": "/artist/Snakes_Say_Hisss/album/Right_Behind_You_-_Single/", | |
| "artist": "Snakes Say Hisss" | |
| }, | |
| { | |
| "title": "VANNAWHITE", | |
| "href": "/artist/Tough_Knuckles/album/VANNAWHITE/", | |
| "artist": "Tough Knuckles" | |
| }, | |
| { | |
| "title": "Juice - Single", | |
| "href": "/artist/Tony_Castles/album/Juice_-_Single/", | |
| "artist": "Tony Castles" | |
| }, | |
| { | |
| "title": "Vol. 1 - EP", | |
| "href": "/artist/The_Immaculates/album/Vol._1_-_EP/", | |
| "artist": "The Immaculates" | |
| }, | |
| { | |
| "title": "Warma - EP", | |
| "href": "/artist/Darlings/album/Warma_-_EP/", | |
| "artist": "Darlings" | |
| }, | |
| { | |
| "title": "Epoca de Oro de el Salvador 60's & 70's Vol. 2", | |
| "href": "/artist/Los_Beats/album/Epoca_de_Oro_de_el_Salvador_60%27s__70%27s_Vol._2/", | |
| "artist": "Los Beats" | |
| }, | |
| { | |
| "title": "Sahara (Original Score)", | |
| "href": "/artist/Clint_Mansell/album/Sahara_(Original_Score)/", | |
| "artist": "Clint Mansell" | |
| }, | |
| { | |
| "title": "Filth", | |
| "href": "/artist/Clint_Mansell/album/Filth/", | |
| "artist": "Clint Mansell" | |
| }, | |
| { | |
| "title": "Circles", | |
| "href": "/artist/Moon_Duo/album/Circles/", | |
| "artist": "Moon Duo" | |
| }, | |
| { | |
| "title": "Hazed Dream", | |
| "href": "/artist/Psychic_Ills/album/Hazed_Dream/", | |
| "artist": "Psychic Ills" | |
| }, | |
| { | |
| "title": "Meiguiweisheng Xiang", | |
| "href": "/artist/Workshop/album/Meiguiweisheng_Xiang/", | |
| "artist": "Workshop" | |
| }, | |
| { | |
| "title": "Workshop", | |
| "href": "/artist/Workshop/album/Workshop_1/", | |
| "artist": "Workshop" | |
| }, | |
| { | |
| "title": "Workshop", | |
| "href": "/artist/Workshop/album/Workshop/", | |
| "artist": "Workshop" | |
| }, | |
| { | |
| "title": "Crimes of Passion", | |
| "href": "/artist/Crocodiles/album/Crimes_of_Passion/", | |
| "artist": "Crocodiles" | |
| }, | |
| { | |
| "title": "Without You (Remixes)", | |
| "href": "/artist/Dillon_Francis_feat._Totally_Enormous_Extinct_Dinosaurs/album/Without_You_(Remixes)/", | |
| "artist": "Dillon Francis feat. Totally Enormous Extinct Dinosaurs" | |
| }, | |
| { | |
| "title": "The Bones of What You Believe", | |
| "href": "/artist/CHVRCHES/album/The_Bones_of_What_You_Believe/", | |
| "artist": "CHVRCHES" | |
| }, | |
| { | |
| "title": "Cool Water", | |
| "href": "/artist/Maxmillion_Dunbar/album/Cool_Water/", | |
| "artist": "Maxmillion Dunbar" | |
| }, | |
| { | |
| "title": "Bare Feet EP", | |
| "href": "/artist/Maxmillion_Dunbar/album/Bare_Feet_EP/", | |
| "artist": "Maxmillion Dunbar" | |
| }, | |
| { | |
| "title": "Herein Wild", | |
| "href": "/artist/Frankie_Rose/album/Herein_Wild/", | |
| "artist": "Frankie Rose" | |
| }, | |
| { | |
| "title": "More", | |
| "href": "/artist/Arp/album/More_1/", | |
| "artist": "Arp" | |
| }, | |
| { | |
| "title": "Sleeper", | |
| "href": "/artist/Carmen_Villain/album/Sleeper/", | |
| "artist": "Carmen Villain" | |
| }, | |
| { | |
| "title": "Silver Mouth", | |
| "href": "/artist/Jupiter_Lion/album/Silver_Mouth/", | |
| "artist": "Jupiter Lion" | |
| }, | |
| { | |
| "title": "One One One", | |
| "href": "/artist/Shining_1/album/One_One_One/", | |
| "artist": "Shining" | |
| }, | |
| { | |
| "title": "I Hate This City", | |
| "href": "/artist/Ignatz/album/I_Hate_This_City/", | |
| "artist": "Ignatz" | |
| }, | |
| { | |
| "title": "Kihnspiracy", | |
| "href": "/artist/Greg_Kihn_Band/album/Kihnspiracy/", | |
| "artist": "Greg Kihn Band" | |
| }, | |
| { | |
| "title": "Still Goin In", | |
| "href": "/artist/Rich_Homie_Quan/album/Still_Goin_In/", | |
| "artist": "Rich Homie Quan" | |
| }, | |
| { | |
| "title": "You're Living All Over Me", | |
| "href": "/artist/Dinosaur_Jr./album/You%27re_Living_All_Over_Me/", | |
| "artist": "Dinosaur Jr." | |
| }, | |
| { | |
| "title": "Coming Apart", | |
| "href": "/artist/Body/Head/album/Coming_Apart/", | |
| "artist": "Body/Head" | |
| }, | |
| { | |
| "title": "Unfortunately No Longer Virgins", | |
| "href": "/artist/UNLV/album/Unfortunately_No_Longer_Virgins/", | |
| "artist": "UNLV" | |
| }, | |
| { | |
| "title": "The Invisble Man", | |
| "href": "/artist/Tim_Smooth/album/The_Invisble_Man/", | |
| "artist": "Tim Smooth" | |
| }, | |
| { | |
| "title": "Russian Attractions - EP", | |
| "href": "/artist/S%C3%A9bastien_Tellier/album/Russian_Attractions_-_EP/", | |
| "artist": "Sébastien Tellier" | |
| }, | |
| { | |
| "title": "The Nothings of The North", | |
| "href": "/artist/Ametsub/album/The_Nothings_of_The_North_1/", | |
| "artist": "Ametsub" | |
| }, | |
| { | |
| "title": "Spezmodia", | |
| "href": "/artist/Mouse_On_Mars/album/Spezmodia/", | |
| "artist": "Mouse On Mars" | |
| }, | |
| { | |
| "title": "My God Is Blue", | |
| "href": "/artist/S%C3%A9bastien_Tellier/album/My_God_Is_Blue/", | |
| "artist": "Sébastien Tellier" | |
| }, | |
| { | |
| "title": "Queen D", | |
| "href": "/artist/Lil_Debbie/album/Queen_D/", | |
| "artist": "Lil Debbie" | |
| }, | |
| { | |
| "title": "Jumpin out the Gym", | |
| "href": "/artist/RiFF_Raff%2CDOLLABiLLGATES/album/Jumpin_out_the_Gym_1/", | |
| "artist": "RiFF Raff,DOLLABiLLGATES" | |
| }, | |
| { | |
| "title": "Indestructible Machine", | |
| "href": "/artist/Lydia_Loveless/album/Indestructible_Machine/", | |
| "artist": "Lydia Loveless" | |
| }, | |
| { | |
| "title": "Past, Present, Future", | |
| "href": "/artist/Phuture/album/Past%2C_Present%2C_Future/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Blomma", | |
| "href": "/artist/Minilogue/album/Blomma/", | |
| "artist": "Minilogue" | |
| }, | |
| { | |
| "title": "The Oansome Orbit", | |
| "href": "/artist/Pimmon/album/The_Oansome_Orbit/", | |
| "artist": "Pimmon" | |
| }, | |
| { | |
| "title": "Procrastination", | |
| "href": "/artist/Fabio_Orsi__Pimmon/album/Procrastination/", | |
| "artist": "Fabio Orsi & Pimmon" | |
| }, | |
| { | |
| "title": "Sky Margin", | |
| "href": "/artist/Pausal/album/Sky_Margin/", | |
| "artist": "Pausal" | |
| }, | |
| { | |
| "title": "Grey", | |
| "href": "/artist/Segue/album/Grey/", | |
| "artist": "Segue" | |
| }, | |
| { | |
| "title": "Circumambulation", | |
| "href": "/artist/True_Widow/album/Circumambulation/", | |
| "artist": "True Widow" | |
| }, | |
| { | |
| "title": "Make All the Hell of Dark Metal Bright", | |
| "href": "/artist/Kwaidan/album/Make_All_the_Hell_of_Dark_Metal_Bright/", | |
| "artist": "Kwaidan" | |
| }, | |
| { | |
| "title": "Deleted Scenes", | |
| "href": "/artist/Standish/Carlyon/album/Deleted_Scenes_1/", | |
| "artist": "Standish/Carlyon" | |
| }, | |
| { | |
| "title": "Abandon", | |
| "href": "/artist/Pharmakon/album/Abandon/", | |
| "artist": "Pharmakon" | |
| }, | |
| { | |
| "title": "Skyer", | |
| "href": "/artist/Postiljonen/album/Skyer/", | |
| "artist": "Postiljonen" | |
| }, | |
| { | |
| "title": "Melt Yourself Down", | |
| "href": "/artist/Melt_Yourself_Down/album/Melt_Yourself_Down/", | |
| "artist": "Melt Yourself Down" | |
| }, | |
| { | |
| "title": "Inform - Educate - Entertain", | |
| "href": "/artist/Public_Service_Broadcasting/album/Inform_-_Educate_-_Entertain/", | |
| "artist": "Public Service Broadcasting" | |
| }, | |
| { | |
| "title": "Field of Reeds", | |
| "href": "/artist/These_New_Puritans/album/Field_of_Reeds/", | |
| "artist": "These New Puritans" | |
| }, | |
| { | |
| "title": "PG-13", | |
| "href": "/artist/Sharon_Needles/album/PG-13/", | |
| "artist": "Sharon Needles" | |
| }, | |
| { | |
| "title": "No Ghost", | |
| "href": "/artist/Capsule_1/album/No_Ghost/", | |
| "artist": "Capsule" | |
| }, | |
| { | |
| "title": "DYAD OGST", | |
| "href": "/artist/David_Kanaga/album/DYAD_OGST/", | |
| "artist": "David Kanaga" | |
| }, | |
| { | |
| "title": "Breaking Mirrors", | |
| "href": "/artist/Blanche_Blanche_Blanche/album/Breaking_Mirrors/", | |
| "artist": "Blanche Blanche Blanche" | |
| }, | |
| { | |
| "title": "Rags To Riches", | |
| "href": "/artist/Idea_Fire_Company/album/Rags_To_Riches/", | |
| "artist": "Idea Fire Company" | |
| }, | |
| { | |
| "title": "The Terrible Comet Salt", | |
| "href": "/artist/Idea_Fire_Company__BRRR/album/The_Terrible_Comet_Salt/", | |
| "artist": "Idea Fire Company & BRRR" | |
| }, | |
| { | |
| "title": "Plays Bee Mask", | |
| "href": "/artist/Donato_Dozzy/album/Plays_Bee_Mask/", | |
| "artist": "Donato Dozzy" | |
| }, | |
| { | |
| "title": "Screws", | |
| "href": "/artist/Nils_Frahm/album/Screws/", | |
| "artist": "Nils Frahm" | |
| }, | |
| { | |
| "title": "Manifest Decimation", | |
| "href": "/artist/Power_Trip/album/Manifest_Decimation/", | |
| "artist": "Power Trip" | |
| }, | |
| { | |
| "title": "Hinterland", | |
| "href": "/artist/Recondite/album/Hinterland_1/", | |
| "artist": "Recondite" | |
| }, | |
| { | |
| "title": "Nanda Collection", | |
| "href": "/artist/Kyary_Pamyu_Pamyu/album/Nanda_Collection/", | |
| "artist": "Kyary Pamyu Pamyu" | |
| }, | |
| { | |
| "title": "Unknown Death 2002", | |
| "href": "/artist/Yung_Lean/album/Unknown_Death_2002/", | |
| "artist": "Yung Lean" | |
| }, | |
| { | |
| "title": "Vi är många som är vakna i natt", | |
| "href": "/artist/Nordpolen/album/Vi_%C3%A4r_m%C3%A5nga_som_%C3%A4r_vakna_i_natt/", | |
| "artist": "Nordpolen" | |
| }, | |
| { | |
| "title": "Pllajë", | |
| "href": "/artist/JMSN/album/Pllaj%C3%AB/", | |
| "artist": "JMSN" | |
| }, | |
| { | |
| "title": "Moon Tides", | |
| "href": "/artist/Pure_Bathing_Culture/album/Moon_Tides/", | |
| "artist": "Pure Bathing Culture" | |
| }, | |
| { | |
| "title": "Ghost Systems Rave", | |
| "href": "/artist/Clouds_1/album/Ghost_Systems_Rave/", | |
| "artist": "Clouds" | |
| }, | |
| { | |
| "title": "USB Islands", | |
| "href": "/artist/Clouds_1/album/USB_Islands/", | |
| "artist": "Clouds" | |
| }, | |
| { | |
| "title": "Akkord", | |
| "href": "/artist/Akkord/album/Akkord/", | |
| "artist": "Akkord" | |
| }, | |
| { | |
| "title": "Still Goin In - Reloaded", | |
| "href": "/artist/Rich_Homie_Quan/album/Still_Goin_In_-_Reloaded/", | |
| "artist": "Rich Homie Quan" | |
| }, | |
| { | |
| "title": "Inspectah Deck + 7L & Esoteric = CZARFACE", | |
| "href": "/artist/CZARFACE/album/Inspectah_Deck_%2B_7L__Esoteric_%3D_CZARFACE/", | |
| "artist": "CZARFACE" | |
| }, | |
| { | |
| "title": "midcity", | |
| "href": "/artist/clipping./album/midcity/", | |
| "artist": "clipping." | |
| }, | |
| { | |
| "title": "Against a Wall (feat. Lofty305)", | |
| "href": "/artist/Ryan_Hemsworth/album/Against_a_Wall_(feat._Lofty305)/", | |
| "artist": "Ryan Hemsworth" | |
| }, | |
| { | |
| "title": "Where'd You Go", | |
| "href": "/artist/Eat_Skull/album/Where%27d_You_Go/", | |
| "artist": "Eat Skull" | |
| }, | |
| { | |
| "title": "Colored Sands", | |
| "href": "/artist/Gorguts/album/Colored_Sands/", | |
| "artist": "Gorguts" | |
| }, | |
| { | |
| "title": "As High As The Highest Heavens And From The Center To The Circumference Of The Earth", | |
| "href": "/artist/True_Widow/album/As_High_As_The_Highest_Heavens_And_From_The_Center_To_The_Circumference_Of_The_Earth/", | |
| "artist": "True Widow" | |
| }, | |
| { | |
| "title": "Split #11", | |
| "href": "/artist/Matmos/album/Split_11/", | |
| "artist": "Matmos" | |
| }, | |
| { | |
| "title": "Mad Kit", | |
| "href": "/artist/Dat_Politics/album/Mad_Kit/", | |
| "artist": "Dat Politics" | |
| }, | |
| { | |
| "title": "Go Pets Go", | |
| "href": "/artist/Dat_Politics/album/Go_Pets_Go/", | |
| "artist": "Dat Politics" | |
| }, | |
| { | |
| "title": "Through the Window", | |
| "href": "/artist/Prurient/album/Through_the_Window/", | |
| "artist": "Prurient" | |
| }, | |
| { | |
| "title": "Southeastern", | |
| "href": "/artist/Jason_Isbell/album/Southeastern/", | |
| "artist": "Jason Isbell" | |
| }, | |
| { | |
| "title": "Blues Trip", | |
| "href": "/artist/Blackout_Beach/album/Blues_Trip/", | |
| "artist": "Blackout Beach" | |
| }, | |
| { | |
| "title": "International Man of Misery", | |
| "href": "/artist/Jerry_Paper/album/International_Man_of_Misery/", | |
| "artist": "Jerry Paper" | |
| }, | |
| { | |
| "title": "Old Mornings Dawn", | |
| "href": "/artist/Summoning/album/Old_Mornings_Dawn/", | |
| "artist": "Summoning" | |
| }, | |
| { | |
| "title": "Oshin", | |
| "href": "/artist/Diiv/album/Oshin/", | |
| "artist": "Diiv" | |
| }, | |
| { | |
| "title": "Morgan Delt", | |
| "href": "/artist/Morgan_Delt/album/Morgan_Delt/", | |
| "artist": "Morgan Delt" | |
| }, | |
| { | |
| "title": "The Best Of Herbie Hancock - The Hits!", | |
| "href": "/artist/Herbie_Hancock/album/The_Best_Of_Herbie_Hancock_-_The_Hits!_1/", | |
| "artist": "Herbie Hancock" | |
| }, | |
| { | |
| "title": "Listening Tree", | |
| "href": "/artist/Tim_Exile/album/Listening_Tree/", | |
| "artist": "Tim Exile" | |
| }, | |
| { | |
| "title": "Stay / True EP", | |
| "href": "/artist/Fort_Romeau/album/Stay_/_True_EP/", | |
| "artist": "Fort Romeau" | |
| }, | |
| { | |
| "title": "SW9", | |
| "href": "/artist/Fort_Romeau/album/SW9/", | |
| "artist": "Fort Romeau" | |
| }, | |
| { | |
| "title": "Detrimentalist", | |
| "href": "/artist/Venetian_Snares/album/Detrimentalist/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "Huge Chrome Cylinder Box Unfolding", | |
| "href": "/artist/Venetian_Snares/album/Huge_Chrome_Cylinder_Box_Unfolding/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "The Cosmic Forces of Mu", | |
| "href": "/artist/Various_Artists/album/The_Cosmic_Forces_of_Mu/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Poemss", | |
| "href": "/artist/Poemss/album/Poemss/", | |
| "artist": "Poemss" | |
| }, | |
| { | |
| "title": "Ok You Homos, Out of the Car", | |
| "href": "/artist/Tit_Wrench/album/Ok_You_Homos%2C_Out_of_the_Car/", | |
| "artist": "Tit Wrench" | |
| }, | |
| { | |
| "title": "Welcome to the American Experience", | |
| "href": "/artist/Lesser/album/Welcome_to_the_American_Experience/", | |
| "artist": "Lesser" | |
| }, | |
| { | |
| "title": "The Definitive Collection", | |
| "href": "/artist/Art_Lord__The_Self-Portraits/album/The_Definitive_Collection/", | |
| "artist": "Art Lord & The Self-Portraits" | |
| }, | |
| { | |
| "title": "Darlings", | |
| "href": "/artist/Kevin_Drew/album/Darlings/", | |
| "artist": "Kevin Drew" | |
| }, | |
| { | |
| "title": "G I R L", | |
| "href": "/artist/Pharrell_Williams/album/G_I_R_L/", | |
| "artist": "Pharrell Williams" | |
| }, | |
| { | |
| "title": "Eastern Sounds (Rudy Van Gelder Remaster)", | |
| "href": "/artist/Yusef_Lateef/album/Eastern_Sounds_(Rudy_Van_Gelder_Remaster)/", | |
| "artist": "Yusef Lateef" | |
| }, | |
| { | |
| "title": "Monsieur Gainsbourg Originals", | |
| "href": "/artist/Serge_Gainsbourg/album/Monsieur_Gainsbourg_Originals/", | |
| "artist": "Serge Gainsbourg" | |
| }, | |
| { | |
| "title": "Ghosts Of Then And Now", | |
| "href": "/artist/Illum_Sphere/album/Ghosts_Of_Then_And_Now/", | |
| "artist": "Illum Sphere" | |
| }, | |
| { | |
| "title": "Clapper Is Still", | |
| "href": "/artist/Way_Through/album/Clapper_Is_Still/", | |
| "artist": "Way Through" | |
| }, | |
| { | |
| "title": "Trouble", | |
| "href": "/artist/Hospitality/album/Trouble/", | |
| "artist": "Hospitality" | |
| }, | |
| { | |
| "title": "Lazer Guided Melodies", | |
| "href": "/artist/Spiritualized/album/Lazer_Guided_Melodies_2/", | |
| "artist": "Spiritualized" | |
| }, | |
| { | |
| "title": "Take Me To Your Dealer", | |
| "href": "/artist/TacocaT/album/Take_Me_To_Your_Dealer/", | |
| "artist": "TacocaT" | |
| }, | |
| { | |
| "title": "Possession Sound", | |
| "href": "/artist/Gun_Outfit/album/Possession_Sound/", | |
| "artist": "Gun Outfit" | |
| }, | |
| { | |
| "title": "Work (work, work)", | |
| "href": "/artist/HTRK/album/Work_(work%2C_work)/", | |
| "artist": "HTRK" | |
| }, | |
| { | |
| "title": "Other Voices EP", | |
| "href": "/artist/The_Orwells/album/Other_Voices_EP/", | |
| "artist": "The Orwells" | |
| }, | |
| { | |
| "title": "Was Dead", | |
| "href": "/artist/King_Tuff/album/Was_Dead/", | |
| "artist": "King Tuff" | |
| }, | |
| { | |
| "title": "Terson", | |
| "href": "/artist/Julien_Bracht/album/Terson/", | |
| "artist": "Julien Bracht" | |
| }, | |
| { | |
| "title": "Weasel's Monster Melodys", | |
| "href": "/artist/Kia/album/Weasel%27s_Monster_Melodys/", | |
| "artist": "Kia" | |
| }, | |
| { | |
| "title": "Transgender Dysphoria Blues", | |
| "href": "/artist/Against_Me!/album/Transgender_Dysphoria_Blues/", | |
| "artist": "Against Me!" | |
| }, | |
| { | |
| "title": "Burn Your Fire For No Witness", | |
| "href": "/artist/Angel_Olsen/album/Burn_Your_Fire_For_No_Witness/", | |
| "artist": "Angel Olsen" | |
| }, | |
| { | |
| "title": "Hotel Valentine", | |
| "href": "/artist/Cibo_Matto/album/Hotel_Valentine/", | |
| "artist": "Cibo Matto" | |
| }, | |
| { | |
| "title": "Upside Down Mountain", | |
| "href": "/artist/Conor_Oberst/album/Upside_Down_Mountain/", | |
| "artist": "Conor Oberst" | |
| }, | |
| { | |
| "title": "Everyday Robots", | |
| "href": "/artist/Damon_Albarn/album/Everyday_Robots_1/", | |
| "artist": "Damon Albarn" | |
| }, | |
| { | |
| "title": "Piñata", | |
| "href": "/artist/Freddie_Gibbs__Madlib/album/Pi%C3%B1ata/", | |
| "artist": "Freddie Gibbs & Madlib" | |
| }, | |
| { | |
| "title": "The Moon Rang Like a Bell", | |
| "href": "/artist/Hundred_Waters/album/The_Moon_Rang_Like_a_Bell/", | |
| "artist": "Hundred Waters" | |
| }, | |
| { | |
| "title": "Food", | |
| "href": "/artist/Kelis/album/Food_2/", | |
| "artist": "Kelis" | |
| }, | |
| { | |
| "title": "Under Color of Official Right", | |
| "href": "/artist/Protomartyr/album/Under_Color_of_Official_Right/", | |
| "artist": "Protomartyr" | |
| }, | |
| { | |
| "title": "Are We There", | |
| "href": "/artist/Sharon_Van_Etten/album/Are_We_There/", | |
| "artist": "Sharon Van Etten" | |
| }, | |
| { | |
| "title": "Bless Off", | |
| "href": "/artist/The_SHRINE/album/Bless_Off/", | |
| "artist": "The SHRINE" | |
| }, | |
| { | |
| "title": "St. Vincent", | |
| "href": "/artist/St._Vincent/album/St._Vincent/", | |
| "artist": "St. Vincent" | |
| }, | |
| { | |
| "title": "Benji", | |
| "href": "/artist/Sun_Kil_Moon/album/Benji/", | |
| "artist": "Sun Kil Moon" | |
| }, | |
| { | |
| "title": "To Be Kind", | |
| "href": "/artist/Swans/album/To_Be_Kind/", | |
| "artist": "Swans" | |
| }, | |
| { | |
| "title": "Buckeye", | |
| "href": "/artist/Wussy/album/Buckeye/", | |
| "artist": "Wussy" | |
| }, | |
| { | |
| "title": "Black Portland", | |
| "href": "/artist/Various_Artists/album/Black_Portland/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Stones and Woods", | |
| "href": "/artist/Anstam/album/Stones_and_Woods/", | |
| "artist": "Anstam" | |
| }, | |
| { | |
| "title": "Dispel Dances", | |
| "href": "/artist/Anstam/album/Dispel_Dances_1/", | |
| "artist": "Anstam" | |
| }, | |
| { | |
| "title": "Eat Your Paisley", | |
| "href": "/artist/The_Dead_Milkmen/album/Eat_Your_Paisley/", | |
| "artist": "The Dead Milkmen" | |
| }, | |
| { | |
| "title": "Divisionary", | |
| "href": "/artist/Ages_and_Ages/album/Divisionary_1/", | |
| "artist": "Ages and Ages" | |
| }, | |
| { | |
| "title": "Pathfinder", | |
| "href": "/artist/Throwing_Snow/album/Pathfinder/", | |
| "artist": "Throwing Snow" | |
| }, | |
| { | |
| "title": "Mosaic", | |
| "href": "/artist/Throwing_Snow/album/Mosaic/", | |
| "artist": "Throwing Snow" | |
| }, | |
| { | |
| "title": "The Last Resort", | |
| "href": "/artist/Trentem%C3%B8ller/album/The_Last_Resort/", | |
| "artist": "Trentemøller" | |
| }, | |
| { | |
| "title": "Someday World", | |
| "href": "/artist/Eno_%E2%80%A2_Hyde/album/Someday_World/", | |
| "artist": "Eno • Hyde" | |
| }, | |
| { | |
| "title": "Planet Rock", | |
| "href": "/artist/Afrika_Bambaataa__The_Soul_Sonic_Force/album/Planet_Rock/", | |
| "artist": "Afrika Bambaataa & The Soul Sonic Force" | |
| }, | |
| { | |
| "title": "Karaoke Hip Hop/Rap: Homiez", | |
| "href": "/artist/Karaoke/album/Karaoke_Hip_Hop/Rap_Homiez/", | |
| "artist": "Karaoke" | |
| }, | |
| { | |
| "title": "Killers Hits From Hell", | |
| "href": "/artist/Various_Artists/album/Killers_Hits_From_Hell/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Model Of You", | |
| "href": "/artist/Cloud_Boat/album/Model_Of_You/", | |
| "artist": "Cloud Boat" | |
| }, | |
| { | |
| "title": "The Both", | |
| "href": "/artist/The_Both/album/The_Both/", | |
| "artist": "The Both" | |
| }, | |
| { | |
| "title": "Lion", | |
| "href": "/artist/Peter_Murphy/album/Lion_1/", | |
| "artist": "Peter Murphy" | |
| }, | |
| { | |
| "title": "Feed Me Diamonds", | |
| "href": "/artist/MNDR/album/Feed_Me_Diamonds/", | |
| "artist": "MNDR" | |
| }, | |
| { | |
| "title": "OvalDNA", | |
| "href": "/artist/Oval/album/OvalDNA_1/", | |
| "artist": "Oval" | |
| }, | |
| { | |
| "title": "Dracula", | |
| "href": "/artist/Nurses/album/Dracula/", | |
| "artist": "Nurses" | |
| }, | |
| { | |
| "title": "Gauntlet Hair", | |
| "href": "/artist/Gauntlet_Hair/album/Gauntlet_Hair/", | |
| "artist": "Gauntlet Hair" | |
| }, | |
| { | |
| "title": "The Evening Descends", | |
| "href": "/artist/Evangelicals/album/The_Evening_Descends/", | |
| "artist": "Evangelicals" | |
| }, | |
| { | |
| "title": "Puzzles", | |
| "href": "/artist/Pixelord/album/Puzzles/", | |
| "artist": "Pixelord" | |
| }, | |
| { | |
| "title": "Far Away Trains Passing By", | |
| "href": "/artist/Ulrich_Schnauss/album/Far_Away_Trains_Passing_By/", | |
| "artist": "Ulrich Schnauss" | |
| }, | |
| { | |
| "title": "The Legend", | |
| "href": "/artist/DJ_Screw/album/The_Legend_1/", | |
| "artist": "DJ Screw" | |
| }, | |
| { | |
| "title": "6 Feet Beneath The Moon", | |
| "href": "/artist/King_Krule/album/6_Feet_Beneath_The_Moon/", | |
| "artist": "King Krule" | |
| }, | |
| { | |
| "title": "The Rentals Present: Resilience (A Benefit Album for the Relief Effort In Japan)", | |
| "href": "/artist/The_Rentals/album/The_Rentals_Present_Resilience_(A_Benefit_Album_for_the_Relief_Effort_In_Japan)/", | |
| "artist": "The Rentals" | |
| }, | |
| { | |
| "title": "Seapunk", | |
| "href": "/artist/Ultrademon/album/Seapunk/", | |
| "artist": "Ultrademon" | |
| }, | |
| { | |
| "title": "The John Baker Tapes", | |
| "href": "/artist/John_Baker/album/The_John_Baker_Tapes/", | |
| "artist": "John Baker" | |
| }, | |
| { | |
| "title": "Ethnic Impressions", | |
| "href": "/artist/Various_Artists/album/Ethnic_Impressions/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Zapp II", | |
| "href": "/artist/Zapp/album/Zapp_II/", | |
| "artist": "Zapp" | |
| }, | |
| { | |
| "title": "Clay body", | |
| "href": "/artist/Sail_A_Whale/album/Clay_body/", | |
| "artist": "Sail A Whale" | |
| }, | |
| { | |
| "title": "Destination Ecstasy", | |
| "href": "/artist/Pink_Playground/album/Destination_Ecstasy/", | |
| "artist": "Pink Playground" | |
| }, | |
| { | |
| "title": "Breakdown", | |
| "href": "/artist/Peaking_Lights/album/Breakdown/", | |
| "artist": "Peaking Lights" | |
| }, | |
| { | |
| "title": "Nabuma Rubberband", | |
| "href": "/artist/Little_Dragon/album/Nabuma_Rubberband/", | |
| "artist": "Little Dragon" | |
| }, | |
| { | |
| "title": "On Oni Pond", | |
| "href": "/artist/Man_Man/album/On_Oni_Pond/", | |
| "artist": "Man Man" | |
| }, | |
| { | |
| "title": "Rooms Of The House", | |
| "href": "/artist/La_Dispute/album/Rooms_Of_The_House/", | |
| "artist": "La Dispute" | |
| }, | |
| { | |
| "title": "World, You Need a Change of Mind", | |
| "href": "/artist/Kindness/album/World%2C_You_Need_a_Change_of_Mind_1/", | |
| "artist": "Kindness" | |
| }, | |
| { | |
| "title": "Mariachi El Bronx (II)", | |
| "href": "/artist/Mariachi_El_Bronx/album/Mariachi_El_Bronx_(II)_1/", | |
| "artist": "Mariachi El Bronx" | |
| }, | |
| { | |
| "title": "Benjamin Booker", | |
| "href": "/artist/Benjamin_Booker/album/Benjamin_Booker/", | |
| "artist": "Benjamin Booker" | |
| }, | |
| { | |
| "title": "The Things We Think We're Missing", | |
| "href": "/artist/Balance_and_Composure/album/The_Things_We_Think_We%27re_Missing/", | |
| "artist": "Balance and Composure" | |
| }, | |
| { | |
| "title": "Remedial", | |
| "href": "/artist/The_Gasman/album/Remedial/", | |
| "artist": "The Gasman" | |
| }, | |
| { | |
| "title": "Clairvoyant Fortnight", | |
| "href": "/artist/Knifeworld/album/Clairvoyant_Fortnight/", | |
| "artist": "Knifeworld" | |
| }, | |
| { | |
| "title": "Sleep Furiously", | |
| "href": "/artist/Thumpermonkey/album/Sleep_Furiously/", | |
| "artist": "Thumpermonkey" | |
| }, | |
| { | |
| "title": "Brill Bruisers", | |
| "href": "/artist/The_New_Pornographers/album/Brill_Bruisers_1/", | |
| "artist": "The New Pornographers" | |
| }, | |
| { | |
| "title": "Wild Wild Forest - Super Hits", | |
| "href": "/artist/Wild_Wild_Forest/album/Wild_Wild_Forest_-_Super_Hits/", | |
| "artist": "Wild Wild Forest" | |
| }, | |
| { | |
| "title": "Vou-Me Libertar", | |
| "href": "/artist/Fuma%C3%A7a_Preta/album/Vou-Me_Libertar/", | |
| "artist": "Fumaça Preta" | |
| }, | |
| { | |
| "title": "OPENING", | |
| "href": "/artist/Christopher_Willits/album/OPENING/", | |
| "artist": "Christopher Willits" | |
| }, | |
| { | |
| "title": "Loose Power", | |
| "href": "/artist/Survival_Knife/album/Loose_Power/", | |
| "artist": "Survival Knife" | |
| }, | |
| { | |
| "title": "Ruins", | |
| "href": "/artist/Talkdemonic/album/Ruins/", | |
| "artist": "Talkdemonic" | |
| }, | |
| { | |
| "title": "Expanding Anyway", | |
| "href": "/artist/Morning_Teleportation/album/Expanding_Anyway_1/", | |
| "artist": "Morning Teleportation" | |
| }, | |
| { | |
| "title": "Pattern+Grid World", | |
| "href": "/artist/Flying_Lotus/album/Pattern%2BGrid_World/", | |
| "artist": "Flying Lotus" | |
| }, | |
| { | |
| "title": "Sail Out", | |
| "href": "/artist/Jhene_Aiko/album/Sail_Out_2/", | |
| "artist": "Jhene Aiko" | |
| }, | |
| { | |
| "title": "Losing Time / TX", | |
| "href": "/artist/Jon_Convex/album/Losing_Time_/_TX/", | |
| "artist": "Jon Convex" | |
| }, | |
| { | |
| "title": "Higher", | |
| "href": "/artist/My_Panda_Shall_Fly/album/Higher/", | |
| "artist": "My Panda Shall Fly" | |
| }, | |
| { | |
| "title": "Tropical", | |
| "href": "/artist/My_Panda_Shall_Fly/album/Tropical/", | |
| "artist": "My Panda Shall Fly" | |
| }, | |
| { | |
| "title": "Pe Dos EP", | |
| "href": "/artist/Premiesku/album/Pe_Dos_EP/", | |
| "artist": "Premiesku" | |
| }, | |
| { | |
| "title": "Drum Program - EP", | |
| "href": "/artist/Djedjotronic/album/Drum_Program_-_EP/", | |
| "artist": "Djedjotronic" | |
| }, | |
| { | |
| "title": "Put it this way in headlines", | |
| "href": "/artist/Aerial/album/Put_it_this_way_in_headlines/", | |
| "artist": "Aerial" | |
| }, | |
| { | |
| "title": "Delusions EP", | |
| "href": "/artist/Arka/album/Delusions_EP/", | |
| "artist": "Arka" | |
| }, | |
| { | |
| "title": "Hit It", | |
| "href": "/artist/Nightwave/album/Hit_It/", | |
| "artist": "Nightwave" | |
| }, | |
| { | |
| "title": "Luxor EP", | |
| "href": "/artist/Nightwave/album/Luxor_EP/", | |
| "artist": "Nightwave" | |
| }, | |
| { | |
| "title": "The Feel EP", | |
| "href": "/artist/Nightwave/album/The_Feel_EP/", | |
| "artist": "Nightwave" | |
| }, | |
| { | |
| "title": "Picture You Staring", | |
| "href": "/artist/Tops_1/album/Picture_You_Staring/", | |
| "artist": "Tops" | |
| }, | |
| { | |
| "title": "Imagin", | |
| "href": "/artist/Dark_Sky/album/Imagin/", | |
| "artist": "Dark Sky" | |
| }, | |
| { | |
| "title": "Come Into My Life: The Very Best of Joyce Sims", | |
| "href": "/artist/Joyce_Sims/album/Come_Into_My_Life_The_Very_Best_of_Joyce_Sims/", | |
| "artist": "Joyce Sims" | |
| }, | |
| { | |
| "title": "Hurt me", | |
| "href": "/artist/Johnny_Thunders/album/Hurt_me/", | |
| "artist": "Johnny Thunders" | |
| }, | |
| { | |
| "title": "Sentielle Objectif Actualité", | |
| "href": "/artist/Mark_Fell/album/Sentielle_Objectif_Actualit%C3%A9/", | |
| "artist": "Mark Fell" | |
| }, | |
| { | |
| "title": "Cyanide Sisters EP", | |
| "href": "/artist/Com_Truise/album/Cyanide_Sisters_EP/", | |
| "artist": "Com Truise" | |
| }, | |
| { | |
| "title": "Aller vers le soleil - EP", | |
| "href": "/artist/S%C3%A9bastien_Tellier/album/Aller_vers_le_soleil_-_EP/", | |
| "artist": "Sébastien Tellier" | |
| }, | |
| { | |
| "title": "Camping", | |
| "href": "/artist/Various_Artists/album/Camping/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Plowing Into the Field of Love", | |
| "href": "/artist/Iceage/album/Plowing_Into_the_Field_of_Love/", | |
| "artist": "Iceage" | |
| }, | |
| { | |
| "title": "Conversation", | |
| "href": "/artist/Twinz/album/Conversation/", | |
| "artist": "Twinz" | |
| }, | |
| { | |
| "title": "Back Story", | |
| "href": "/artist/Wolfgang_Gartner/album/Back_Story/", | |
| "artist": "Wolfgang Gartner" | |
| }, | |
| { | |
| "title": "The All Time Greatest Hits", | |
| "href": "/artist/Smokie/album/The_All_Time_Greatest_Hits/", | |
| "artist": "Smokie" | |
| }, | |
| { | |
| "title": "Frenemies", | |
| "href": "/artist/Felicita/album/Frenemies/", | |
| "artist": "Felicita" | |
| }, | |
| { | |
| "title": "We Are Time (Remastered)", | |
| "href": "/artist/The_Pop_Group/album/We_Are_Time_(Remastered)/", | |
| "artist": "The Pop Group" | |
| }, | |
| { | |
| "title": "Y (Remastered & expanded)", | |
| "href": "/artist/The_Pop_Group/album/Y_(Remastered__expanded)/", | |
| "artist": "The Pop Group" | |
| }, | |
| { | |
| "title": "Cabinet of Curiosities", | |
| "href": "/artist/The_Pop_Group/album/Cabinet_of_Curiosities/", | |
| "artist": "The Pop Group" | |
| }, | |
| { | |
| "title": "Calling All Heroes - EP", | |
| "href": "/artist/Adventure_Club/album/Calling_All_Heroes_-_EP/", | |
| "artist": "Adventure Club" | |
| }, | |
| { | |
| "title": "Sexor", | |
| "href": "/artist/Tiga/album/Sexor/", | |
| "artist": "Tiga" | |
| }, | |
| { | |
| "title": "Ciao! (Deluxe Edition)", | |
| "href": "/artist/Tiga/album/Ciao!_(Deluxe_Edition)/", | |
| "artist": "Tiga" | |
| }, | |
| { | |
| "title": "Multiplicity", | |
| "href": "/artist/Loveskills/album/Multiplicity/", | |
| "artist": "Loveskills" | |
| }, | |
| { | |
| "title": "Silver Apples", | |
| "href": "/artist/Silver_Apples/album/Silver_Apples/", | |
| "artist": "Silver Apples" | |
| }, | |
| { | |
| "title": "Contact", | |
| "href": "/artist/Silver_Apples/album/Contact/", | |
| "artist": "Silver Apples" | |
| }, | |
| { | |
| "title": "Prayers on Fire", | |
| "href": "/artist/The_Birthday_Party/album/Prayers_on_Fire/", | |
| "artist": "The Birthday Party" | |
| }, | |
| { | |
| "title": "Junkyard", | |
| "href": "/artist/The_Birthday_Party/album/Junkyard/", | |
| "artist": "The Birthday Party" | |
| }, | |
| { | |
| "title": "Cinema (Pt. 2)", | |
| "href": "/artist/Benny_Benassi/album/Cinema_(Pt._2)/", | |
| "artist": "Benny Benassi" | |
| }, | |
| { | |
| "title": "Rock 'N' Rave", | |
| "href": "/artist/Benny_Benassi/album/Rock_%27N%27_Rave_2/", | |
| "artist": "Benny Benassi" | |
| }, | |
| { | |
| "title": "Eric Prydz Presents Pryda", | |
| "href": "/artist/Eric_Prydz/album/Eric_Prydz_Presents_Pryda/", | |
| "artist": "Eric Prydz" | |
| }, | |
| { | |
| "title": "Can't Buy A Thrill", | |
| "href": "/artist/Steely_Dan/album/Can%27t_Buy_A_Thrill/", | |
| "artist": "Steely Dan" | |
| }, | |
| { | |
| "title": "Swim Team", | |
| "href": "/artist/Arms_And_Sleepers/album/Swim_Team/", | |
| "artist": "Arms And Sleepers" | |
| }, | |
| { | |
| "title": "Lightnin Hopkins Greatest Hits", | |
| "href": "/artist/Lightnin_Hopkins/album/Lightnin_Hopkins_Greatest_Hits/", | |
| "artist": "Lightnin Hopkins" | |
| }, | |
| { | |
| "title": "Heartaches & Highways: The Very Best Of Emmylou Harris", | |
| "href": "/artist/Emmylou_Harris/album/Heartaches__Highways_The_Very_Best_Of_Emmylou_Harris/", | |
| "artist": "Emmylou Harris" | |
| }, | |
| { | |
| "title": "Bustin' Loose", | |
| "href": "/artist/Chuck_Brown_and_the_Soul_Searchers/album/Bustin%27_Loose/", | |
| "artist": "Chuck Brown and the Soul Searchers" | |
| }, | |
| { | |
| "title": "In Times Of Trouble (Remastered)", | |
| "href": "/artist/Trouble_Funk/album/In_Times_Of_Trouble_(Remastered)/", | |
| "artist": "Trouble Funk" | |
| }, | |
| { | |
| "title": "Black Heat", | |
| "href": "/artist/Black_Heat/album/Black_Heat/", | |
| "artist": "Black Heat" | |
| }, | |
| { | |
| "title": "Ode To Billie Joe", | |
| "href": "/artist/Bobbie_Gentry/album/Ode_To_Billie_Joe/", | |
| "artist": "Bobbie Gentry" | |
| }, | |
| { | |
| "title": "Dusty In Memphis [Deluxe Edition]", | |
| "href": "/artist/Dusty_Springfield/album/Dusty_In_Memphis_(Deluxe_Edition)/", | |
| "artist": "Dusty Springfield" | |
| }, | |
| { | |
| "title": "When the Levee Breaks - Greatest Blues Masters", | |
| "href": "/artist/Kansas_Joe_McCoy/album/When_the_Levee_Breaks_-_Greatest_Blues_Masters/", | |
| "artist": "Kansas Joe McCoy" | |
| }, | |
| { | |
| "title": "The Definitive Collection", | |
| "href": "/artist/Patsy_Cline/album/The_Definitive_Collection/", | |
| "artist": "Patsy Cline" | |
| }, | |
| { | |
| "title": "The Essential Willie Nelson", | |
| "href": "/artist/Willie_Nelson/album/The_Essential_Willie_Nelson/", | |
| "artist": "Willie Nelson" | |
| }, | |
| { | |
| "title": "The Foundation", | |
| "href": "/artist/Zac_Brown_Band/album/The_Foundation/", | |
| "artist": "Zac Brown Band" | |
| }, | |
| { | |
| "title": "Continued", | |
| "href": "/artist/Tony_Joe_White/album/Continued/", | |
| "artist": "Tony Joe White" | |
| }, | |
| { | |
| "title": "Easter Everywhere", | |
| "href": "/artist/The_13th_Floor_Elevators/album/Easter_Everywhere/", | |
| "artist": "The 13th Floor Elevators" | |
| }, | |
| { | |
| "title": "Bull Of The Woods", | |
| "href": "/artist/The_13th_Floor_Elevators/album/Bull_Of_The_Woods/", | |
| "artist": "The 13th Floor Elevators" | |
| }, | |
| { | |
| "title": "The Evil One", | |
| "href": "/artist/Roky_Erickson/album/The_Evil_One/", | |
| "artist": "Roky Erickson" | |
| }, | |
| { | |
| "title": "Live at the Old Quarter", | |
| "href": "/artist/Townes_Van_Zandt/album/Live_at_the_Old_Quarter/", | |
| "artist": "Townes Van Zandt" | |
| }, | |
| { | |
| "title": "Gold", | |
| "href": "/artist/Hank_Williams/album/Gold/", | |
| "artist": "Hank Williams" | |
| }, | |
| { | |
| "title": "Gary Clark Jr.", | |
| "href": "/artist/Gary_Clark_Jr./album/Gary_Clark_Jr./", | |
| "artist": "Gary Clark Jr." | |
| }, | |
| { | |
| "title": "Tuff Enuff", | |
| "href": "/artist/The_Fabulous_Thunderbirds/album/Tuff_Enuff/", | |
| "artist": "The Fabulous Thunderbirds" | |
| }, | |
| { | |
| "title": "Butt Rockin'", | |
| "href": "/artist/The_Fabulous_Thunderbirds/album/Butt_Rockin%27/", | |
| "artist": "The Fabulous Thunderbirds" | |
| }, | |
| { | |
| "title": "Blues For The Red Sun", | |
| "href": "/artist/Kyuss/album/Blues_For_The_Red_Sun/", | |
| "artist": "Kyuss" | |
| }, | |
| { | |
| "title": "The Best Of Duane Eddy", | |
| "href": "/artist/Duane_Eddy/album/The_Best_Of_Duane_Eddy/", | |
| "artist": "Duane Eddy" | |
| }, | |
| { | |
| "title": "Nine Types of Light (Deluxe)", | |
| "href": "/artist/TV_On_The_Radio/album/Nine_Types_of_Light_(Deluxe)/", | |
| "artist": "TV On The Radio" | |
| }, | |
| { | |
| "title": "Sterile", | |
| "href": "/artist/Leather/album/Sterile/", | |
| "artist": "Leather" | |
| }, | |
| { | |
| "title": "Bashovia", | |
| "href": "/artist/Robbie_Basho/album/Bashovia/", | |
| "artist": "Robbie Basho" | |
| }, | |
| { | |
| "title": "PARTYNEXTDOOR", | |
| "href": "/artist/PARTYNEXTDOOR/album/PARTYNEXTDOOR/", | |
| "artist": "PARTYNEXTDOOR" | |
| }, | |
| { | |
| "title": "Parallel Memories", | |
| "href": "/artist/Mr._Mitch/album/Parallel_Memories/", | |
| "artist": "Mr. Mitch" | |
| }, | |
| { | |
| "title": "RGB", | |
| "href": "/artist/Zombie_Nation/album/RGB/", | |
| "artist": "Zombie Nation" | |
| }, | |
| { | |
| "title": "Partys Over Earth", | |
| "href": "/artist/ZZT/album/Partys_Over_Earth_1/", | |
| "artist": "ZZT" | |
| }, | |
| { | |
| "title": "Sunglasses at Night Remixes Pt.1", | |
| "href": "/artist/Tiga__Zyntherius/album/Sunglasses_at_Night_Remixes_Pt.1/", | |
| "artist": "Tiga & Zyntherius" | |
| }, | |
| { | |
| "title": "Guilt Regret Embarrassment", | |
| "href": "/artist/Treepeople/album/Guilt_Regret_Embarrassment/", | |
| "artist": "Treepeople" | |
| }, | |
| { | |
| "title": "Vulture", | |
| "href": "/artist/Scarlet_Symphony/album/Vulture/", | |
| "artist": "Scarlet Symphony" | |
| }, | |
| { | |
| "title": "A/B Til Infinity", | |
| "href": "/artist/Egyptrixx/album/A/B_Til_Infinity_2/", | |
| "artist": "Egyptrixx" | |
| }, | |
| { | |
| "title": "Batty Knee Dance EP", | |
| "href": "/artist/Julio_Bashmore/album/Batty_Knee_Dance_EP_1/", | |
| "artist": "Julio Bashmore" | |
| }, | |
| { | |
| "title": "Elliptic", | |
| "href": "/artist/Vessels/album/Elliptic/", | |
| "artist": "Vessels" | |
| }, | |
| { | |
| "title": "Gem Drops Two", | |
| "href": "/artist/Various_Artists/album/Gem_Drops_Two/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Paradoxes Of Progress", | |
| "href": "/artist/Sau_Poler/album/Paradoxes_Of_Progress/", | |
| "artist": "Sau Poler" | |
| }, | |
| { | |
| "title": "Fool", | |
| "href": "/artist/Kasper_Bj%C3%B8rke/album/Fool/", | |
| "artist": "Kasper Bjørke" | |
| }, | |
| { | |
| "title": "TNR", | |
| "href": "/artist/Kasper_Bj%C3%B8rke/album/TNR/", | |
| "artist": "Kasper Bjørke" | |
| }, | |
| { | |
| "title": "Crisis", | |
| "href": "/artist/Natasha_Kmeto/album/Crisis/", | |
| "artist": "Natasha Kmeto" | |
| }, | |
| { | |
| "title": "El Perro Del Mar", | |
| "href": "/artist/El_Perro_Del_Mar/album/El_Perro_Del_Mar/", | |
| "artist": "El Perro Del Mar" | |
| }, | |
| { | |
| "title": "Feelin' kinda Patton", | |
| "href": "/artist/Patton_Oswalt/album/Feelin%27_kinda_Patton/", | |
| "artist": "Patton Oswalt" | |
| }, | |
| { | |
| "title": "Golem", | |
| "href": "/artist/Wand/album/Golem/", | |
| "artist": "Wand" | |
| }, | |
| { | |
| "title": "Fantasy Empire", | |
| "href": "/artist/Lightning_Bolt/album/Fantasy_Empire/", | |
| "artist": "Lightning Bolt" | |
| }, | |
| { | |
| "title": "Beirut Slump: Shut Up And Bleed", | |
| "href": "/artist/Teenage_Jesus__The_Jerks/album/Beirut_Slump_Shut_Up_And_Bleed/", | |
| "artist": "Teenage Jesus & The Jerks" | |
| }, | |
| { | |
| "title": "Furious Pig", | |
| "href": "/artist/MARS/album/Furious_Pig/", | |
| "artist": "MARS" | |
| }, | |
| { | |
| "title": "2.0", | |
| "href": "/artist/Big_Data/album/2.0/", | |
| "artist": "Big Data" | |
| }, | |
| { | |
| "title": "Dead Band Rocking", | |
| "href": "/artist/Tizzy/album/Dead_Band_Rocking/", | |
| "artist": "Tizzy" | |
| }, | |
| { | |
| "title": "Romantic Superstore", | |
| "href": "/artist/Milk_Dick/album/Romantic_Superstore/", | |
| "artist": "Milk Dick" | |
| }, | |
| { | |
| "title": "One Way Ticket", | |
| "href": "/artist/The_Nerves/album/One_Way_Ticket/", | |
| "artist": "The Nerves" | |
| }, | |
| { | |
| "title": "Great Dane", | |
| "href": "/artist/Great_Dane/album/Great_Dane_1/", | |
| "artist": "Great Dane" | |
| }, | |
| { | |
| "title": "Invitation", | |
| "href": "/artist/Dominant_Legs/album/Invitation/", | |
| "artist": "Dominant Legs" | |
| }, | |
| { | |
| "title": "The Minimal Wave Tapes: Volume Two", | |
| "href": "/artist/Various_Artists/album/The_Minimal_Wave_Tapes_Volume_Two/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "100 Ausmuteants Fans Can't Be Wrong…100,000,000 Bon Jovi Fans Can - EP", | |
| "href": "/artist/Ausmuteants/album/100_Ausmuteants_Fans_Can%27t_Be_Wrong%E2%80%A6100%2C000%2C000_Bon_Jovi_Fans_Can_-_EP/", | |
| "artist": "Ausmuteants" | |
| }, | |
| { | |
| "title": "Bow Down To… - EP", | |
| "href": "/artist/Hierophants/album/Bow_Down_To%E2%80%A6_-_EP/", | |
| "artist": "Hierophants" | |
| }, | |
| { | |
| "title": "Excuse Me - EP", | |
| "href": "/artist/The_Clits/album/Excuse_Me_-_EP/", | |
| "artist": "The Clits" | |
| }, | |
| { | |
| "title": "Soon It Will Be Cold Enough", | |
| "href": "/artist/Emancipator/album/Soon_It_Will_Be_Cold_Enough/", | |
| "artist": "Emancipator" | |
| }, | |
| { | |
| "title": "Black Messiah", | |
| "href": "/artist/D%27Angelo_and_The_Vanguard/album/Black_Messiah/", | |
| "artist": "D'Angelo and The Vanguard" | |
| }, | |
| { | |
| "title": "Scratch or Stitch", | |
| "href": "/artist/Melt_Banana/album/Scratch_or_Stitch/", | |
| "artist": "Melt Banana" | |
| }, | |
| { | |
| "title": "Hoop Life (Deluxe Edition)", | |
| "href": "/artist/Lil_B/album/Hoop_Life_(Deluxe_Edition)/", | |
| "artist": "Lil B" | |
| }, | |
| { | |
| "title": "Cool Choices", | |
| "href": "/artist/S/album/Cool_Choices/", | |
| "artist": "S" | |
| }, | |
| { | |
| "title": "Angels & Devils", | |
| "href": "/artist/The_Bug/album/Angels__Devils/", | |
| "artist": "The Bug" | |
| }, | |
| { | |
| "title": "> >", | |
| "href": "/artist/Beak%3E/album/%3E_%3E/", | |
| "artist": "Beak>" | |
| }, | |
| { | |
| "title": "Anika", | |
| "href": "/artist/Anika/album/Anika/", | |
| "artist": "Anika" | |
| }, | |
| { | |
| "title": "200 Tons of Bad Luck", | |
| "href": "/artist/Crippled_Black_Phoenix/album/200_Tons_of_Bad_Luck/", | |
| "artist": "Crippled Black Phoenix" | |
| }, | |
| { | |
| "title": "Powder Horn", | |
| "href": "/artist/Shit_And_Shine/album/Powder_Horn/", | |
| "artist": "Shit And Shine" | |
| }, | |
| { | |
| "title": "Club Music", | |
| "href": "/artist/Powell/album/Club_Music/", | |
| "artist": "Powell" | |
| }, | |
| { | |
| "title": "H.S.K.T. (Digital Version)", | |
| "href": "/artist/Sylvan_Esso/album/H.S.K.T._(Digital_Version)/", | |
| "artist": "Sylvan Esso" | |
| }, | |
| { | |
| "title": "Rapture", | |
| "href": "/artist/Tropics/album/Rapture/", | |
| "artist": "Tropics" | |
| }, | |
| { | |
| "title": "Edits", | |
| "href": "/artist/Clark/album/Edits/", | |
| "artist": "Clark" | |
| }, | |
| { | |
| "title": "Throttle Promoter", | |
| "href": "/artist/Clark/album/Throttle_Promoter/", | |
| "artist": "Clark" | |
| }, | |
| { | |
| "title": "Growls Garden", | |
| "href": "/artist/Clark/album/Growls_Garden/", | |
| "artist": "Clark" | |
| }, | |
| { | |
| "title": "Run", | |
| "href": "/artist/Alison_Wonderland/album/Run_2/", | |
| "artist": "Alison Wonderland" | |
| }, | |
| { | |
| "title": "Bad Love", | |
| "href": "/artist/Summer_Camp/album/Bad_Love_1/", | |
| "artist": "Summer Camp" | |
| }, | |
| { | |
| "title": "Sound of Shambala", | |
| "href": "/artist/Chateau_Marmont/album/Sound_of_Shambala/", | |
| "artist": "Chateau Marmont" | |
| }, | |
| { | |
| "title": "Salome (Deluxe Version)", | |
| "href": "/artist/Marriages/album/Salome_(Deluxe_Version)/", | |
| "artist": "Marriages" | |
| }, | |
| { | |
| "title": "Strange Trails", | |
| "href": "/artist/Lord_Huron/album/Strange_Trails/", | |
| "artist": "Lord Huron" | |
| }, | |
| { | |
| "title": "Hud Dreems", | |
| "href": "/artist/Knxwledge/album/Hud_Dreems/", | |
| "artist": "Knxwledge" | |
| }, | |
| { | |
| "title": "Negative Qualities", | |
| "href": "/artist/Single_Mothers/album/Negative_Qualities/", | |
| "artist": "Single Mothers" | |
| }, | |
| { | |
| "title": "The Best Of The Intruders: Cowboys To Girls", | |
| "href": "/artist/The_Intruders/album/The_Best_Of_The_Intruders_Cowboys_To_Girls/", | |
| "artist": "The Intruders" | |
| }, | |
| { | |
| "title": "Tijuana Sound Machine", | |
| "href": "/artist/Nortec_Collective/album/Tijuana_Sound_Machine/", | |
| "artist": "Nortec Collective" | |
| }, | |
| { | |
| "title": "Wildewoman", | |
| "href": "/artist/Lucius/album/Wildewoman/", | |
| "artist": "Lucius" | |
| }, | |
| { | |
| "title": "Dumb Flesh", | |
| "href": "/artist/Blanck_Mass/album/Dumb_Flesh/", | |
| "artist": "Blanck Mass" | |
| }, | |
| { | |
| "title": "Remember My Name (Deluxe)", | |
| "href": "/artist/Lil_Durk/album/Remember_My_Name_(Deluxe)/", | |
| "artist": "Lil Durk" | |
| }, | |
| { | |
| "title": "SremmLife", | |
| "href": "/artist/Rae_Sremmurd/album/SremmLife_1/", | |
| "artist": "Rae Sremmurd" | |
| }, | |
| { | |
| "title": "I Love Lean (The EP)", | |
| "href": "/artist/Jackie_Chain/album/I_Love_Lean_(The_EP)/", | |
| "artist": "Jackie Chain" | |
| }, | |
| { | |
| "title": "Ghostride the Whip", | |
| "href": "/artist/J-diggs/album/Ghostride_the_Whip/", | |
| "artist": "J-diggs" | |
| }, | |
| { | |
| "title": "Luca Brasi 2: Gangsta Grillz", | |
| "href": "/artist/Kevin_Gates/album/Luca_Brasi_2_Gangsta_Grillz/", | |
| "artist": "Kevin Gates" | |
| }, | |
| { | |
| "title": "International (Deluxe Version)", | |
| "href": "/artist/Lust_For_Youth/album/International_(Deluxe_Version)/", | |
| "artist": "Lust For Youth" | |
| }, | |
| { | |
| "title": "Holocaust Hymns", | |
| "href": "/artist/Crisis/album/Holocaust_Hymns_2/", | |
| "artist": "Crisis" | |
| }, | |
| { | |
| "title": "Before We Forgot How To Dream", | |
| "href": "/artist/Soak/album/Before_We_Forgot_How_To_Dream/", | |
| "artist": "Soak" | |
| }, | |
| { | |
| "title": "Pharmacy", | |
| "href": "/artist/Galantis/album/Pharmacy/", | |
| "artist": "Galantis" | |
| }, | |
| { | |
| "title": "White People", | |
| "href": "/artist/Handsome_Boy_Modeling_School/album/White_People_2/", | |
| "artist": "Handsome Boy Modeling School" | |
| }, | |
| { | |
| "title": "February 15", | |
| "href": "/artist/Nao/album/February_15/", | |
| "artist": "Nao" | |
| }, | |
| { | |
| "title": "Ratchet", | |
| "href": "/artist/Shamir_1/album/Ratchet/", | |
| "artist": "Shamir" | |
| }, | |
| { | |
| "title": "Carrie & Lowell", | |
| "href": "/artist/Sufjan_Stevens/album/Carrie__Lowell/", | |
| "artist": "Sufjan Stevens" | |
| }, | |
| { | |
| "title": "Sick of Waiting Tables", | |
| "href": "/artist/Sage_Francis/album/Sick_of_Waiting_Tables/", | |
| "artist": "Sage Francis" | |
| }, | |
| { | |
| "title": "Amid the Roar", | |
| "href": "/artist/Rivet/album/Amid_the_Roar/", | |
| "artist": "Rivet" | |
| }, | |
| { | |
| "title": "FREEMAN", | |
| "href": "/artist/FREEMAN_1/album/FREEMAN/", | |
| "artist": "FREEMAN" | |
| }, | |
| { | |
| "title": "So Click Heels", | |
| "href": "/artist/Various_Artists/album/So_Click_Heels/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Wet Vision", | |
| "href": "/artist/Dva_Damas/album/Wet_Vision/", | |
| "artist": "Dva Damas" | |
| }, | |
| { | |
| "title": "DN 51", | |
| "href": "/artist/Regis/album/DN_51/", | |
| "artist": "Regis" | |
| }, | |
| { | |
| "title": "Fumaça Preta", | |
| "href": "/artist/Fuma%C3%A7a_Preta/album/Fuma%C3%A7a_Preta/", | |
| "artist": "Fumaça Preta" | |
| }, | |
| { | |
| "title": "The Soft Machine", | |
| "href": "/artist/Soft_Machine/album/The_Soft_Machine/", | |
| "artist": "Soft Machine" | |
| }, | |
| { | |
| "title": "Joy Of A Toy", | |
| "href": "/artist/Kevin_Ayers/album/Joy_Of_A_Toy/", | |
| "artist": "Kevin Ayers" | |
| }, | |
| { | |
| "title": "Mat Åt Duvorna", | |
| "href": "/artist/Facit/album/Mat_%C3%85t_Duvorna/", | |
| "artist": "Facit" | |
| }, | |
| { | |
| "title": "Immaterial Visions", | |
| "href": "/artist/The_KVB/album/Immaterial_Visions/", | |
| "artist": "The KVB" | |
| }, | |
| { | |
| "title": "Mutual Dreaming", | |
| "href": "/artist/Innergaze/album/Mutual_Dreaming/", | |
| "artist": "Innergaze" | |
| }, | |
| { | |
| "title": "Welcome Reality", | |
| "href": "/artist/Nero/album/Welcome_Reality/", | |
| "artist": "Nero" | |
| }, | |
| { | |
| "title": "Vaporware Tracks Vol. 1", | |
| "href": "/artist/Legowelt/album/Vaporware_Tracks_Vol._1/", | |
| "artist": "Legowelt" | |
| }, | |
| { | |
| "title": "Anaconda Flow", | |
| "href": "/artist/Legowelt/album/Anaconda_Flow/", | |
| "artist": "Legowelt" | |
| }, | |
| { | |
| "title": "Immensity of Cosmic Space", | |
| "href": "/artist/Legowelt/album/Immensity_of_Cosmic_Space/", | |
| "artist": "Legowelt" | |
| }, | |
| { | |
| "title": "Wyldlife Genesis", | |
| "href": "/artist/Xosar/album/Wyldlife_Genesis/", | |
| "artist": "Xosar" | |
| }, | |
| { | |
| "title": "The Final Approach", | |
| "href": "/artist/2AM/FM/album/The_Final_Approach/", | |
| "artist": "2AM/FM" | |
| }, | |
| { | |
| "title": "Tinderbox / Neighbour Neighbour", | |
| "href": "/artist/Violent_Soho/album/Tinderbox_/_Neighbour_Neighbour/", | |
| "artist": "Violent Soho" | |
| }, | |
| { | |
| "title": "The Inertials", | |
| "href": "/artist/Cristian_Vogel/album/The_Inertials_1/", | |
| "artist": "Cristian Vogel" | |
| }, | |
| { | |
| "title": "Wonder Where We Land", | |
| "href": "/artist/SBTRKT/album/Wonder_Where_We_Land_1/", | |
| "artist": "SBTRKT" | |
| }, | |
| { | |
| "title": "Crooks & Lovers", | |
| "href": "/artist/Mount_Kimbie/album/Crooks__Lovers/", | |
| "artist": "Mount Kimbie" | |
| }, | |
| { | |
| "title": "Patterns EP", | |
| "href": "/artist/Piri_Piri/album/Patterns_EP/", | |
| "artist": "Piri Piri" | |
| }, | |
| { | |
| "title": "Mirage", | |
| "href": "/artist/Nguzunguzu/album/Mirage/", | |
| "artist": "Nguzunguzu" | |
| }, | |
| { | |
| "title": "EP3", | |
| "href": "/artist/The_Phantom/album/EP3/", | |
| "artist": "The Phantom" | |
| }, | |
| { | |
| "title": "Galactica", | |
| "href": "/artist/Krueger/album/Galactica/", | |
| "artist": "Krueger" | |
| }, | |
| { | |
| "title": "Where We Belong", | |
| "href": "/artist/Jake_Isaac/album/Where_We_Belong/", | |
| "artist": "Jake Isaac" | |
| }, | |
| { | |
| "title": "Yerself Is Steam", | |
| "href": "/artist/Mercury_Rev/album/Yerself_Is_Steam/", | |
| "artist": "Mercury Rev" | |
| }, | |
| { | |
| "title": "Sweet Mother", | |
| "href": "/artist/Prince_Nico_Mbarga/album/Sweet_Mother/", | |
| "artist": "Prince Nico Mbarga" | |
| }, | |
| { | |
| "title": "Blade of the Ronin", | |
| "href": "/artist/Cannibal_Ox/album/Blade_of_the_Ronin/", | |
| "artist": "Cannibal Ox" | |
| }, | |
| { | |
| "title": "Fragile", | |
| "href": "/artist/Yes/album/Fragile/", | |
| "artist": "Yes" | |
| }, | |
| { | |
| "title": "The Essential", | |
| "href": "/artist/John_Fahey/album/The_Essential/", | |
| "artist": "John Fahey" | |
| }, | |
| { | |
| "title": "The Best of The Troggs 20th Century Masters The Millennium Collection", | |
| "href": "/artist/The_Troggs/album/The_Best_of_The_Troggs_20th_Century_Masters_The_Millennium_Collection/", | |
| "artist": "The Troggs" | |
| }, | |
| { | |
| "title": "Boces", | |
| "href": "/artist/Mercury_Rev/album/Boces/", | |
| "artist": "Mercury Rev" | |
| }, | |
| { | |
| "title": "Momentary Masters", | |
| "href": "/artist/Albert_Hammond_Jr./album/Momentary_Masters_1/", | |
| "artist": "Albert Hammond Jr." | |
| }, | |
| { | |
| "title": "Yung Rich Nation", | |
| "href": "/artist/Migos/album/Yung_Rich_Nation_1/", | |
| "artist": "Migos" | |
| }, | |
| { | |
| "title": "Matter", | |
| "href": "/artist/Baile/album/Matter/", | |
| "artist": "Baile" | |
| }, | |
| { | |
| "title": "Field of Reeds", | |
| "href": "/artist/These_New_Puritans/album/Field_of_Reeds/", | |
| "artist": "These New Puritans" | |
| }, | |
| { | |
| "title": "Regicide / Ghostrunner", | |
| "href": "/artist/Ipman/album/Regicide_/_Ghostrunner/", | |
| "artist": "Ipman" | |
| }, | |
| { | |
| "title": "Aerial", | |
| "href": "/artist/2562/album/Aerial/", | |
| "artist": "2562" | |
| }, | |
| { | |
| "title": "Jessie Jones", | |
| "href": "/artist/Jessie_Jones/album/Jessie_Jones/", | |
| "artist": "Jessie Jones" | |
| }, | |
| { | |
| "title": "Desperate Ground", | |
| "href": "/artist/The_Thermals/album/Desperate_Ground/", | |
| "artist": "The Thermals" | |
| }, | |
| { | |
| "title": "The Fall", | |
| "href": "/artist/Tiny_Fingers/album/The_Fall_1/", | |
| "artist": "Tiny Fingers" | |
| }, | |
| { | |
| "title": "Folie À Deux", | |
| "href": "/artist/Emily_Hall/album/Folie_%C3%80_Deux/", | |
| "artist": "Emily Hall" | |
| }, | |
| { | |
| "title": "Piteous Gate", | |
| "href": "/artist/M.E.S.H./album/Piteous_Gate/", | |
| "artist": "M.E.S.H." | |
| }, | |
| { | |
| "title": "This Simple Pleasure", | |
| "href": "/artist/Billie_Black/album/This_Simple_Pleasure/", | |
| "artist": "Billie Black" | |
| }, | |
| { | |
| "title": "Kiddo", | |
| "href": "/artist/Tove_Styrke/album/Kiddo/", | |
| "artist": "Tove Styrke" | |
| }, | |
| { | |
| "title": "Dont look & Elephants", | |
| "href": "/artist/Silent_Partner/album/Dont_look__Elephants/", | |
| "artist": "Silent Partner" | |
| }, | |
| { | |
| "title": "Urban Myth", | |
| "href": "/artist/Iglew/album/Urban_Myth/", | |
| "artist": "Iglew" | |
| }, | |
| { | |
| "title": "I'm a UK G", | |
| "href": "/artist/Moony/album/I%27m_a_UK_G/", | |
| "artist": "Moony" | |
| }, | |
| { | |
| "title": "Mathematical", | |
| "href": "/artist/Mattwizard/album/Mathematical/", | |
| "artist": "Mattwizard" | |
| }, | |
| { | |
| "title": "Grade", | |
| "href": "/artist/Loom/album/Grade_1/", | |
| "artist": "Loom" | |
| }, | |
| { | |
| "title": "Virus", | |
| "href": "/artist/Deset/album/Virus/", | |
| "artist": "Deset" | |
| }, | |
| { | |
| "title": "Fate", | |
| "href": "/artist/Dark0/album/Fate/", | |
| "artist": "Dark0" | |
| }, | |
| { | |
| "title": "Quartz", | |
| "href": "/artist/Bloom/album/Quartz/", | |
| "artist": "Bloom" | |
| }, | |
| { | |
| "title": "Boys", | |
| "href": "/artist/Crocodiles/album/Boys/", | |
| "artist": "Crocodiles" | |
| }, | |
| { | |
| "title": "Dornik", | |
| "href": "/artist/Dornik/album/Dornik/", | |
| "artist": "Dornik" | |
| }, | |
| { | |
| "title": "Teenage Retirement", | |
| "href": "/artist/Chumped/album/Teenage_Retirement/", | |
| "artist": "Chumped" | |
| }, | |
| { | |
| "title": "Teenage Hate / Fuck Elvis Here's the Reatards", | |
| "href": "/artist/Reatards/album/Teenage_Hate_/_Fuck_Elvis_Here%27s_the_Reatards/", | |
| "artist": "Reatards" | |
| }, | |
| { | |
| "title": "Republic Tigers EP", | |
| "href": "/artist/The_Republic_Tigers/album/Republic_Tigers_EP/", | |
| "artist": "The Republic Tigers" | |
| }, | |
| { | |
| "title": "Dry Food", | |
| "href": "/artist/Palehound/album/Dry_Food/", | |
| "artist": "Palehound" | |
| }, | |
| { | |
| "title": "Southern Rock Opera", | |
| "href": "/artist/Drive-By_Truckers/album/Southern_Rock_Opera/", | |
| "artist": "Drive-By Truckers" | |
| }, | |
| { | |
| "title": "Railroad Blues", | |
| "href": "/artist/Huerco_S./album/Railroad_Blues/", | |
| "artist": "Huerco S." | |
| }, | |
| { | |
| "title": "Potty Mouth EP", | |
| "href": "/artist/Potty_Mouth/album/Potty_Mouth_EP/", | |
| "artist": "Potty Mouth" | |
| }, | |
| { | |
| "title": "Reflekzionz", | |
| "href": "/artist/Ekoplekz/album/Reflekzionz/", | |
| "artist": "Ekoplekz" | |
| }, | |
| { | |
| "title": "Minutes Of Sleep", | |
| "href": "/artist/Francis_Harris/album/Minutes_Of_Sleep/", | |
| "artist": "Francis Harris" | |
| }, | |
| { | |
| "title": "The Compton Compilation", | |
| "href": "/artist/The_Sound_Control_Mob/album/The_Compton_Compilation/", | |
| "artist": "The Sound Control Mob" | |
| }, | |
| { | |
| "title": "Act A Fool", | |
| "href": "/artist/King_Tee/album/Act_A_Fool/", | |
| "artist": "King Tee" | |
| }, | |
| { | |
| "title": "Wild EP", | |
| "href": "/artist/The_Analog_Affair/album/Wild_EP/", | |
| "artist": "The Analog Affair" | |
| }, | |
| { | |
| "title": "Honeymoon", | |
| "href": "/artist/Lana_Del_Rey/album/Honeymoon_1/", | |
| "artist": "Lana Del Rey" | |
| }, | |
| { | |
| "title": "1989", | |
| "href": "/artist/Ryan_Adams__The_Cardinals/album/1989/", | |
| "artist": "Ryan Adams & The Cardinals" | |
| }, | |
| { | |
| "title": "Animals in the Median (Deluxe)", | |
| "href": "/artist/Radiation_City/album/Animals_in_the_Median_(Deluxe)/", | |
| "artist": "Radiation City" | |
| }, | |
| { | |
| "title": "AM", | |
| "href": "/artist/Arctic_Monkeys/album/AM/", | |
| "artist": "Arctic Monkeys" | |
| }, | |
| { | |
| "title": "The Dark Side Of The Moon (2011 - Remaster)", | |
| "href": "/artist/Pink_Floyd/album/The_Dark_Side_Of_The_Moon_(2011_-_Remaster)_3/", | |
| "artist": "Pink Floyd" | |
| }, | |
| { | |
| "title": "N.W.A. And The Posse", | |
| "href": "/artist/Various_Artists/album/N.W.A._And_The_Posse/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Fetty Wap (Deluxe)", | |
| "href": "/artist/Fetty_Wap/album/Fetty_Wap_(Deluxe)_1/", | |
| "artist": "Fetty Wap" | |
| }, | |
| { | |
| "title": "Every Open Eye", | |
| "href": "/artist/CHVRCHES/album/Every_Open_Eye/", | |
| "artist": "CHVRCHES" | |
| }, | |
| { | |
| "title": "Dodge and Burn", | |
| "href": "/artist/The_Dead_Weather/album/Dodge_and_Burn/", | |
| "artist": "The Dead Weather" | |
| }, | |
| { | |
| "title": "Live & Grow", | |
| "href": "/artist/Casey_Veggies/album/Live__Grow/", | |
| "artist": "Casey Veggies" | |
| }, | |
| { | |
| "title": "Allas Sak", | |
| "href": "/artist/Dungen/album/Allas_Sak/", | |
| "artist": "Dungen" | |
| }, | |
| { | |
| "title": "dumblonde", | |
| "href": "/artist/Dumblonde/album/Dumblonde/", | |
| "artist": "Dumblonde" | |
| }, | |
| { | |
| "title": "Every Open Eye (Special Edition)", | |
| "href": "/artist/CHVRCHES/album/Every_Open_Eye_(Special_Edition)/", | |
| "artist": "CHVRCHES" | |
| }, | |
| { | |
| "title": "Honeymoon", | |
| "href": "/artist/Lana_Del_Rey/album/Honeymoon_1/", | |
| "artist": "Lana Del Rey" | |
| }, | |
| { | |
| "title": "Needs", | |
| "href": "/artist/Giraffage/album/Needs/", | |
| "artist": "Giraffage" | |
| }, | |
| { | |
| "title": "V", | |
| "href": "/artist/Wavves/album/V_1/", | |
| "artist": "Wavves" | |
| }, | |
| { | |
| "title": "The Inevitable End", | |
| "href": "/artist/R%C3%B6yksopp/album/The_Inevitable_End_3/", | |
| "artist": "Röyksopp" | |
| }, | |
| { | |
| "title": "Introducing The Husbands", | |
| "href": "/artist/The_Husbands/album/Introducing_The_Husbands/", | |
| "artist": "The Husbands" | |
| }, | |
| { | |
| "title": "Painted Shut", | |
| "href": "/artist/Hop_Along/album/Painted_Shut/", | |
| "artist": "Hop Along" | |
| }, | |
| { | |
| "title": "Fast Forward", | |
| "href": "/artist/El_Ten_Eleven/album/Fast_Forward/", | |
| "artist": "El Ten Eleven" | |
| }, | |
| { | |
| "title": "Transistor Original Soundtrack", | |
| "href": "/artist/Darren_Korb/album/Transistor_Original_Soundtrack/", | |
| "artist": "Darren Korb" | |
| }, | |
| { | |
| "title": "Soundscape For Stressed Senses Chapter 3", | |
| "href": "/artist/Klangwald/album/Soundscape_For_Stressed_Senses_Chapter_3/", | |
| "artist": "Klangwald" | |
| }, | |
| { | |
| "title": "Vega Intl. Night School", | |
| "href": "/artist/Neon_Indian/album/Vega_Intl._Night_School/", | |
| "artist": "Neon Indian" | |
| }, | |
| { | |
| "title": "No One Will (Radio Mix)", | |
| "href": "/artist/Bitter%27s_Kiss/album/No_One_Will_(Radio_Mix)/", | |
| "artist": "Bitter's Kiss" | |
| }, | |
| { | |
| "title": "Weightless", | |
| "href": "/artist/Animals_As_Leaders/album/Weightless/", | |
| "artist": "Animals As Leaders" | |
| }, | |
| { | |
| "title": "Hallucinogen", | |
| "href": "/artist/Kelela/album/Hallucinogen/", | |
| "artist": "Kelela" | |
| }, | |
| { | |
| "title": "Dark Lake (EP 1)", | |
| "href": "/artist/Adiam/album/Dark_Lake_(EP_1)_1/", | |
| "artist": "Adiam" | |
| }, | |
| { | |
| "title": "Cocksure", | |
| "href": "/artist/Laura_Stevenson/album/Cocksure/", | |
| "artist": "Laura Stevenson" | |
| }, | |
| { | |
| "title": "Return To The Moon", | |
| "href": "/artist/EL_VY/album/Return_To_The_Moon/", | |
| "artist": "EL VY" | |
| }, | |
| { | |
| "title": "Falsework", | |
| "href": "/artist/Young_Galaxy/album/Falsework/", | |
| "artist": "Young Galaxy" | |
| }, | |
| { | |
| "title": "No Future EP", | |
| "href": "/artist/Various_Artists/album/No_Future_EP_1/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Modern Warfare (EPs 1-3)", | |
| "href": "/artist/Special_Request/album/Modern_Warfare_(EPs_1-3)/", | |
| "artist": "Special Request" | |
| }, | |
| { | |
| "title": "Weird Sister", | |
| "href": "/artist/Joanna_Gruesome/album/Weird_Sister/", | |
| "artist": "Joanna Gruesome" | |
| }, | |
| { | |
| "title": "Super Monkey", | |
| "href": "/artist/Hannulelauri/album/Super_Monkey/", | |
| "artist": "Hannulelauri" | |
| }, | |
| { | |
| "title": "melody in high feedback tones", | |
| "href": "/artist/Cavern_of_Anti-Matter/album/melody_in_high_feedback_tones/", | |
| "artist": "Cavern of Anti-Matter" | |
| }, | |
| { | |
| "title": "Natalie Prass", | |
| "href": "/artist/Natalie_Prass/album/Natalie_Prass/", | |
| "artist": "Natalie Prass" | |
| }, | |
| { | |
| "title": "El Ten Eleven", | |
| "href": "/artist/El_Ten_Eleven/album/El_Ten_Eleven/", | |
| "artist": "El Ten Eleven" | |
| }, | |
| { | |
| "title": "Jackals and Vipers in Envy of Man", | |
| "href": "/artist/Sixtoo/album/Jackals_and_Vipers_in_Envy_of_Man_1/", | |
| "artist": "Sixtoo" | |
| }, | |
| { | |
| "title": "Trouble Is A Lonesome Town", | |
| "href": "/artist/Lee_Hazlewood/album/Trouble_Is_A_Lonesome_Town/", | |
| "artist": "Lee Hazlewood" | |
| }, | |
| { | |
| "title": "Odd Blood", | |
| "href": "/artist/Yeasayer/album/Odd_Blood/", | |
| "artist": "Yeasayer" | |
| }, | |
| { | |
| "title": "Worship", | |
| "href": "/artist/A_Place_to_Bury_Strangers/album/Worship/", | |
| "artist": "A Place to Bury Strangers" | |
| }, | |
| { | |
| "title": "Rap Game Bon Jovi", | |
| "href": "/artist/Riff_Raff/album/Rap_Game_Bon_Jovi/", | |
| "artist": "Riff Raff" | |
| }, | |
| { | |
| "title": "Best of Toadies: Live From Paradise", | |
| "href": "/artist/Toadies_1/album/Best_of_Toadies_Live_From_Paradise/", | |
| "artist": "Toadies" | |
| }, | |
| { | |
| "title": "The Psychedelic Sounds of the 13th Floor Elevators", | |
| "href": "/artist/The_13th_Floor_Elevators/album/The_Psychedelic_Sounds_of_the_13th_Floor_Elevators/", | |
| "artist": "The 13th Floor Elevators" | |
| }, | |
| { | |
| "title": "After Forever", | |
| "href": "/artist/Kasper_Bj%C3%B8rke/album/After_Forever/", | |
| "artist": "Kasper Bjørke" | |
| }, | |
| { | |
| "title": "Yours To Keep", | |
| "href": "/artist/Albert_Hammond_Jr./album/Yours_To_Keep/", | |
| "artist": "Albert Hammond Jr." | |
| }, | |
| { | |
| "title": "The Everly Brothers' Best", | |
| "href": "/artist/The_Everly_Brothers/album/The_Everly_Brothers%27_Best/", | |
| "artist": "The Everly Brothers" | |
| }, | |
| { | |
| "title": "Biophilia", | |
| "href": "/artist/Bj%C3%B6rk/album/Biophilia/", | |
| "artist": "Björk" | |
| }, | |
| { | |
| "title": "Anxiety", | |
| "href": "/artist/Autre_Ne_Veut/album/Anxiety_1/", | |
| "artist": "Autre Ne Veut" | |
| }, | |
| { | |
| "title": "Sex Style", | |
| "href": "/artist/Kool_Keith/album/Sex_Style/", | |
| "artist": "Kool Keith" | |
| }, | |
| { | |
| "title": "Lazer Thrash", | |
| "href": "/artist/Dev/Null/album/Lazer_Thrash/", | |
| "artist": "Dev/Null" | |
| }, | |
| { | |
| "title": "Palimpsest", | |
| "href": "/artist/Yasunao_Tone__Hecker/album/Palimpsest/", | |
| "artist": "Yasunao Tone & Hecker" | |
| }, | |
| { | |
| "title": "An Awesome Wave", | |
| "href": "/artist/alt-J/album/An_Awesome_Wave/", | |
| "artist": "alt-J" | |
| }, | |
| { | |
| "title": "Satin Panthers", | |
| "href": "/artist/Hudson_Mohawke/album/Satin_Panthers/", | |
| "artist": "Hudson Mohawke" | |
| }, | |
| { | |
| "title": "Icky Blossoms", | |
| "href": "/artist/Icky_Blossoms/album/Icky_Blossoms/", | |
| "artist": "Icky Blossoms" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Half_Japanese/album/Greatest_Hits/", | |
| "artist": "Half Japanese" | |
| }, | |
| { | |
| "title": "Liliput (2xCD)", | |
| "href": "/artist/Kleenex/album/Liliput_(2xCD)/", | |
| "artist": "Kleenex" | |
| }, | |
| { | |
| "title": "Alpinisms", | |
| "href": "/artist/School_Of_Seven_Bells/album/Alpinisms_1/", | |
| "artist": "School Of Seven Bells" | |
| }, | |
| { | |
| "title": "Nocturne", | |
| "href": "/artist/Wild_Nothing/album/Nocturne/", | |
| "artist": "Wild Nothing" | |
| }, | |
| { | |
| "title": "Mouth By Mouth", | |
| "href": "/artist/His_Name_Is_Alive/album/Mouth_By_Mouth/", | |
| "artist": "His Name Is Alive" | |
| }, | |
| { | |
| "title": "Scared People EP", | |
| "href": "/artist/Ceremony/album/Scared_People_EP/", | |
| "artist": "Ceremony" | |
| }, | |
| { | |
| "title": "Future This", | |
| "href": "/artist/The_Big_Pink/album/Future_This/", | |
| "artist": "The Big Pink" | |
| }, | |
| { | |
| "title": "Spills Out", | |
| "href": "/artist/Pterodactyl/album/Spills_Out/", | |
| "artist": "Pterodactyl" | |
| }, | |
| { | |
| "title": "Purple Haze", | |
| "href": "/artist/Cam%27ron/album/Purple_Haze/", | |
| "artist": "Cam'ron" | |
| }, | |
| { | |
| "title": "Bad For Good: The Very Best Of Scorpions", | |
| "href": "/artist/Scorpions/album/Bad_For_Good_The_Very_Best_Of_Scorpions/", | |
| "artist": "Scorpions" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Earth%2C_Wind__Fire/album/Greatest_Hits_1/", | |
| "artist": "Earth, Wind & Fire" | |
| }, | |
| { | |
| "title": "Basher: The Best Of Nick Lowe", | |
| "href": "/artist/Nick_Lowe/album/Basher_The_Best_Of_Nick_Lowe_1/", | |
| "artist": "Nick Lowe" | |
| }, | |
| { | |
| "title": "Public Strain", | |
| "href": "/artist/Women/album/Public_Strain/", | |
| "artist": "Women" | |
| }, | |
| { | |
| "title": "Champagne Dreams & Purple Clouds", | |
| "href": "/artist/Kurtis_Blow_Jr./album/Champagne_Dreams__Purple_Clouds/", | |
| "artist": "Kurtis Blow Jr." | |
| }, | |
| { | |
| "title": "Father Creeper", | |
| "href": "/artist/Spoek_Mathambo/album/Father_Creeper/", | |
| "artist": "Spoek Mathambo" | |
| }, | |
| { | |
| "title": "the Aberrant years", | |
| "href": "/artist/Feedtime/album/the_Aberrant_years/", | |
| "artist": "Feedtime" | |
| }, | |
| { | |
| "title": "Put Your Back N 2 It", | |
| "href": "/artist/Perfume_Genius/album/Put_Your_Back_N_2_It/", | |
| "artist": "Perfume Genius" | |
| }, | |
| { | |
| "title": "Young & Old", | |
| "href": "/artist/Tennis/album/Young__Old/", | |
| "artist": "Tennis" | |
| }, | |
| { | |
| "title": "The Slideshow Effect", | |
| "href": "/artist/Memoryhouse/album/The_Slideshow_Effect/", | |
| "artist": "Memoryhouse" | |
| }, | |
| { | |
| "title": "Tigerbeat6 Records Presents Volume One", | |
| "href": "/artist/Various_Artists/album/Tigerbeat6_Records_Presents_Volume_One/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Bon Iver", | |
| "href": "/artist/Bon_Iver/album/Bon_Iver/", | |
| "artist": "Bon Iver" | |
| }, | |
| { | |
| "title": "The OF Tape Vol. 2", | |
| "href": "/artist/Odd_Future/album/The_OF_Tape_Vol._2/", | |
| "artist": "Odd Future" | |
| }, | |
| { | |
| "title": "vantaa", | |
| "href": "/artist/Vladislav_Delay/album/vantaa/", | |
| "artist": "Vladislav Delay" | |
| }, | |
| { | |
| "title": "Hospitality", | |
| "href": "/artist/Hospitality/album/Hospitality/", | |
| "artist": "Hospitality" | |
| }, | |
| { | |
| "title": "Fear Of God II: Let Us Pray", | |
| "href": "/artist/Pusha_T/album/Fear_Of_God_II_Let_Us_Pray/", | |
| "artist": "Pusha T" | |
| }, | |
| { | |
| "title": "Low Level Owl, Vol. 1 + 2", | |
| "href": "/artist/The_Appleseed_Cast/album/Low_Level_Owl%2C_Vol._1_%2B_2/", | |
| "artist": "The Appleseed Cast" | |
| }, | |
| { | |
| "title": "God is War", | |
| "href": "/artist/All_Pigs_Must_Die/album/God_is_War/", | |
| "artist": "All Pigs Must Die" | |
| }, | |
| { | |
| "title": "Strange Land", | |
| "href": "/artist/Yellow_Ostrich/album/Strange_Land/", | |
| "artist": "Yellow Ostrich" | |
| }, | |
| { | |
| "title": "Feather And Stone", | |
| "href": "/artist/Black_Cobra/album/Feather_And_Stone/", | |
| "artist": "Black Cobra" | |
| }, | |
| { | |
| "title": "Kulma", | |
| "href": "/artist/Pan_Sonic/album/Kulma/", | |
| "artist": "Pan Sonic" | |
| }, | |
| { | |
| "title": "Two-Way Mirror", | |
| "href": "/artist/Crystal_Antlers/album/Two-Way_Mirror/", | |
| "artist": "Crystal Antlers" | |
| }, | |
| { | |
| "title": "Teen Dream", | |
| "href": "/artist/Beach_House/album/Teen_Dream/", | |
| "artist": "Beach House" | |
| }, | |
| { | |
| "title": "Only By The Night", | |
| "href": "/artist/Kings_Of_Leon/album/Only_By_The_Night_1/", | |
| "artist": "Kings Of Leon" | |
| }, | |
| { | |
| "title": "Metals", | |
| "href": "/artist/Feist/album/Metals/", | |
| "artist": "Feist" | |
| }, | |
| { | |
| "title": "Still Nothing Moves You", | |
| "href": "/artist/Ceremony/album/Still_Nothing_Moves_You/", | |
| "artist": "Ceremony" | |
| }, | |
| { | |
| "title": "Violence Violence", | |
| "href": "/artist/Ceremony/album/Violence_Violence/", | |
| "artist": "Ceremony" | |
| }, | |
| { | |
| "title": "Circa: Now!", | |
| "href": "/artist/Rocket_From_The_Crypt/album/Circa_Now!/", | |
| "artist": "Rocket From The Crypt" | |
| }, | |
| { | |
| "title": "Stoned And Dethroned", | |
| "href": "/artist/The_Jesus_And_Mary_Chain/album/Stoned_And_Dethroned/", | |
| "artist": "The Jesus And Mary Chain" | |
| }, | |
| { | |
| "title": "You Have No Idea What You're Getting Yourself Into", | |
| "href": "/artist/Does_It_Offend_You%2C_Yeah/album/You_Have_No_Idea_What_You%27re_Getting_Yourself_Into_2/", | |
| "artist": "Does It Offend You, Yeah?" | |
| }, | |
| { | |
| "title": "Cocotte", | |
| "href": "/artist/Teenage_Bad_Girl/album/Cocotte/", | |
| "artist": "Teenage Bad Girl" | |
| }, | |
| { | |
| "title": "Aw C'Mon", | |
| "href": "/artist/Lambchop/album/Aw_C%27Mon/", | |
| "artist": "Lambchop" | |
| }, | |
| { | |
| "title": "Cuntree", | |
| "href": "/artist/Shat/album/Cuntree/", | |
| "artist": "Shat" | |
| }, | |
| { | |
| "title": "The Times They Are A-Changin'", | |
| "href": "/artist/Bob_Dylan/album/The_Times_They_Are_A-Changin%27/", | |
| "artist": "Bob Dylan" | |
| }, | |
| { | |
| "title": "Blood On The Tracks", | |
| "href": "/artist/Bob_Dylan/album/Blood_On_The_Tracks_3/", | |
| "artist": "Bob Dylan" | |
| }, | |
| { | |
| "title": "Humor Risk", | |
| "href": "/artist/Cass_McCombs/album/Humor_Risk/", | |
| "artist": "Cass McCombs" | |
| }, | |
| { | |
| "title": "Bromst", | |
| "href": "/artist/Dan_Deacon/album/Bromst/", | |
| "artist": "Dan Deacon" | |
| }, | |
| { | |
| "title": "RBG: revolutionary but gangsta", | |
| "href": "/artist/Dead_Prez/album/RBG_revolutionary_but_gangsta/", | |
| "artist": "Dead Prez" | |
| }, | |
| { | |
| "title": "Halcyon Digest", | |
| "href": "/artist/Deerhunter/album/Halcyon_Digest/", | |
| "artist": "Deerhunter" | |
| }, | |
| { | |
| "title": "Microcastle", | |
| "href": "/artist/Deerhunter/album/Microcastle/", | |
| "artist": "Deerhunter" | |
| }, | |
| { | |
| "title": "Delta Spirit", | |
| "href": "/artist/Delta_Spirit/album/Delta_Spirit/", | |
| "artist": "Delta Spirit" | |
| }, | |
| { | |
| "title": "Visiter", | |
| "href": "/artist/The_Dodos/album/Visiter/", | |
| "artist": "The Dodos" | |
| }, | |
| { | |
| "title": "God Is Saying This To You...", | |
| "href": "/artist/Kurt_Vile/album/God_Is_Saying_This_To_You.../", | |
| "artist": "Kurt Vile" | |
| }, | |
| { | |
| "title": "Gorilla Manor", | |
| "href": "/artist/Local_Natives/album/Gorilla_Manor/", | |
| "artist": "Local Natives" | |
| }, | |
| { | |
| "title": "Smith Westerns", | |
| "href": "/artist/Smith_Westerns/album/Smith_Westerns/", | |
| "artist": "Smith Westerns" | |
| }, | |
| { | |
| "title": "Goblin", | |
| "href": "/artist/Tyler%2C_The_Creator/album/Goblin/", | |
| "artist": "Tyler, The Creator" | |
| }, | |
| { | |
| "title": "Flockaveli", | |
| "href": "/artist/Waka_Flocka_Flame/album/Flockaveli/", | |
| "artist": "Waka Flocka Flame" | |
| }, | |
| { | |
| "title": "Seven Tons For Free", | |
| "href": "/artist/Pita/album/Seven_Tons_For_Free/", | |
| "artist": "Pita" | |
| }, | |
| { | |
| "title": "Resurrection River", | |
| "href": "/artist/Vega%2C_Vainio%2C_Vaisanen/album/Resurrection_River/", | |
| "artist": "Vega, Vainio, Vaisanen" | |
| }, | |
| { | |
| "title": "Incunabula", | |
| "href": "/artist/Autechre/album/Incunabula/", | |
| "artist": "Autechre" | |
| }, | |
| { | |
| "title": "The Campfire Headphase", | |
| "href": "/artist/Boards_Of_Canada/album/The_Campfire_Headphase/", | |
| "artist": "Boards Of Canada" | |
| }, | |
| { | |
| "title": "Sonne = Blackbox", | |
| "href": "/artist/Ursula_Bogner/album/Sonne_%3D_Blackbox_1/", | |
| "artist": "Ursula Bogner" | |
| }, | |
| { | |
| "title": "Dear Miles,", | |
| "href": "/artist/Ron_Carter/album/Dear_Miles%2C_1/", | |
| "artist": "Ron Carter" | |
| }, | |
| { | |
| "title": "Skywriter", | |
| "href": "/artist/Data/album/Skywriter/", | |
| "artist": "Data" | |
| }, | |
| { | |
| "title": "summvs", | |
| "href": "/artist/Alva_Noto_%2B_Ryuichi_Sakamoto/album/summvs/", | |
| "artist": "Alva Noto + Ryuichi Sakamoto" | |
| }, | |
| { | |
| "title": "Stay Gold Forever Gold", | |
| "href": "/artist/Ascii.Disko/album/Stay_Gold_Forever_Gold/", | |
| "artist": "Ascii.Disko" | |
| }, | |
| { | |
| "title": "Imaginary Cuba", | |
| "href": "/artist/Bill_Laswell/album/Imaginary_Cuba/", | |
| "artist": "Bill Laswell" | |
| }, | |
| { | |
| "title": "Tesla EP", | |
| "href": "/artist/Deadbeat/album/Tesla_EP/", | |
| "artist": "Deadbeat" | |
| }, | |
| { | |
| "title": "Democracy", | |
| "href": "/artist/Flunk/album/Democracy/", | |
| "artist": "Flunk" | |
| }, | |
| { | |
| "title": "Channel Pressure", | |
| "href": "/artist/Ford__Lopatin/album/Channel_Pressure/", | |
| "artist": "Ford & Lopatin" | |
| }, | |
| { | |
| "title": "Leche", | |
| "href": "/artist/Illya_Kuryaki_And_The_Valderramas/album/Leche/", | |
| "artist": "Illya Kuryaki And The Valderramas" | |
| }, | |
| { | |
| "title": "Where We Are", | |
| "href": "/artist/Mackintosh_Braun/album/Where_We_Are/", | |
| "artist": "Mackintosh Braun" | |
| }, | |
| { | |
| "title": "Silence", | |
| "href": "/artist/Monolake/album/Silence/", | |
| "artist": "Monolake" | |
| }, | |
| { | |
| "title": "Rothko Chapel", | |
| "href": "/artist/Morton_Feldman/album/Rothko_Chapel/", | |
| "artist": "Morton Feldman" | |
| }, | |
| { | |
| "title": "The Versailles Sessions", | |
| "href": "/artist/Murcof/album/The_Versailles_Sessions/", | |
| "artist": "Murcof" | |
| }, | |
| { | |
| "title": "Sval", | |
| "href": "/artist/Pjusk/album/Sval/", | |
| "artist": "Pjusk" | |
| }, | |
| { | |
| "title": "Ulrich Schnauss and Jonas Munk", | |
| "href": "/artist/Ulrich_Schnauss_and_Jonas_Munk/album/Ulrich_Schnauss_and_Jonas_Munk/", | |
| "artist": "Ulrich Schnauss and Jonas Munk" | |
| }, | |
| { | |
| "title": "8-Bit Operators: The Music Of Kraftwerk Performed On 8-Bit Video Game Systems", | |
| "href": "/artist/Various_Artists/album/8-Bit_Operators_The_Music_Of_Kraftwerk_Performed_On_8-Bit_Video_Game_Systems/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Insen", | |
| "href": "/artist/Alva_Noto_%2B_Ryuichi_Sakamoto/album/Insen/", | |
| "artist": "Alva Noto + Ryuichi Sakamoto" | |
| }, | |
| { | |
| "title": "Casino Versus Japan", | |
| "href": "/artist/Casino_Versus_Japan/album/Casino_Versus_Japan/", | |
| "artist": "Casino Versus Japan" | |
| }, | |
| { | |
| "title": "Superfly: Deluxe 25th Anniversary Edition", | |
| "href": "/artist/Curtis_Mayfield/album/Superfly_Deluxe_25th_Anniversary_Edition/", | |
| "artist": "Curtis Mayfield" | |
| }, | |
| { | |
| "title": "I Love You, Dude", | |
| "href": "/artist/Digitalism/album/I_Love_You%2C_Dude_1/", | |
| "artist": "Digitalism" | |
| }, | |
| { | |
| "title": "There's No 666 in Outer Space", | |
| "href": "/artist/Hella/album/There%27s_No_666_in_Outer_Space/", | |
| "artist": "Hella" | |
| }, | |
| { | |
| "title": "Tee mit Sahne", | |
| "href": "/artist/Hella_1/album/Tee_mit_Sahne/", | |
| "artist": "Hella" | |
| }, | |
| { | |
| "title": "Digitalis", | |
| "href": "/artist/Isan/album/Digitalis/", | |
| "artist": "Isan" | |
| }, | |
| { | |
| "title": "With", | |
| "href": "/artist/Infantjoy/album/With/", | |
| "artist": "Infantjoy" | |
| }, | |
| { | |
| "title": "Iaora Tahiti", | |
| "href": "/artist/Mouse_On_Mars/album/Iaora_Tahiti/", | |
| "artist": "Mouse On Mars" | |
| }, | |
| { | |
| "title": "O", | |
| "href": "/artist/Oval/album/O/", | |
| "artist": "Oval" | |
| }, | |
| { | |
| "title": "Moog", | |
| "href": "/artist/Various_Artists/album/Moog/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Civilian", | |
| "href": "/artist/Wye_Oak/album/Civilian/", | |
| "artist": "Wye Oak" | |
| }, | |
| { | |
| "title": "In The Zone", | |
| "href": "/artist/Britney_Spears/album/In_The_Zone_2/", | |
| "artist": "Britney Spears" | |
| }, | |
| { | |
| "title": "The Greatest", | |
| "href": "/artist/Cat_Power/album/The_Greatest/", | |
| "artist": "Cat Power" | |
| }, | |
| { | |
| "title": "London Calling", | |
| "href": "/artist/The_Clash/album/London_Calling/", | |
| "artist": "The Clash" | |
| }, | |
| { | |
| "title": "Malo", | |
| "href": "/artist/Avicii/album/Malo_1/", | |
| "artist": "Avicii" | |
| }, | |
| { | |
| "title": "Baby One More Time", | |
| "href": "/artist/Britney_Spears/album/Baby_One_More_Time/", | |
| "artist": "Britney Spears" | |
| }, | |
| { | |
| "title": "Femme Fatale", | |
| "href": "/artist/Britney_Spears/album/Femme_Fatale/", | |
| "artist": "Britney Spears" | |
| }, | |
| { | |
| "title": "Mezzanine", | |
| "href": "/artist/Massive_Attack/album/Mezzanine/", | |
| "artist": "Massive Attack" | |
| }, | |
| { | |
| "title": "Maxinquaye (Deluxe Edition)", | |
| "href": "/artist/Tricky/album/Maxinquaye_(Deluxe_Edition)/", | |
| "artist": "Tricky" | |
| }, | |
| { | |
| "title": "Angels With Dirty Faces", | |
| "href": "/artist/Tricky/album/Angels_With_Dirty_Faces/", | |
| "artist": "Tricky" | |
| }, | |
| { | |
| "title": "Eyes & Nines", | |
| "href": "/artist/Trash_Talk/album/Eyes__Nines/", | |
| "artist": "Trash Talk" | |
| }, | |
| { | |
| "title": "CoCo Beware", | |
| "href": "/artist/Caveman/album/CoCo_Beware/", | |
| "artist": "Caveman" | |
| }, | |
| { | |
| "title": "03/07-09/07", | |
| "href": "/artist/High_Places/album/03/07-09/07/", | |
| "artist": "High Places" | |
| }, | |
| { | |
| "title": "Quakers", | |
| "href": "/artist/Quakers/album/Quakers/", | |
| "artist": "Quakers" | |
| }, | |
| { | |
| "title": "Soft Control", | |
| "href": "/artist/Slava/album/Soft_Control_1/", | |
| "artist": "Slava" | |
| }, | |
| { | |
| "title": "Hope Freaks", | |
| "href": "/artist/Pre/album/Hope_Freaks/", | |
| "artist": "Pre" | |
| }, | |
| { | |
| "title": "Light of Love Remixes", | |
| "href": "/artist/Miracles_Club/album/Light_of_Love_Remixes/", | |
| "artist": "Miracles Club" | |
| }, | |
| { | |
| "title": "Animal Husbandry", | |
| "href": "/artist/Human_Teenager/album/Animal_Husbandry/", | |
| "artist": "Human Teenager" | |
| }, | |
| { | |
| "title": "Brazil", | |
| "href": "/artist/Luke_Abbott/album/Brazil/", | |
| "artist": "Luke Abbott" | |
| }, | |
| { | |
| "title": "Transverse", | |
| "href": "/artist/Carter_Tutti_Void/album/Transverse/", | |
| "artist": "Carter Tutti Void" | |
| }, | |
| { | |
| "title": "Rothko Chapel", | |
| "href": "/artist/Morton_Feldman/album/Rothko_Chapel/", | |
| "artist": "Morton Feldman" | |
| }, | |
| { | |
| "title": "Today's Active Lifestyles", | |
| "href": "/artist/Polvo/album/Today%27s_Active_Lifestyles/", | |
| "artist": "Polvo" | |
| }, | |
| { | |
| "title": "Defenders of the Underworld", | |
| "href": "/artist/Battle_Axe_Presents_1/album/Defenders_of_the_Underworld/", | |
| "artist": "Battle Axe Presents" | |
| }, | |
| { | |
| "title": "Born Gangstaz", | |
| "href": "/artist/Boss/album/Born_Gangstaz/", | |
| "artist": "Boss" | |
| }, | |
| { | |
| "title": "Operation Stackola", | |
| "href": "/artist/The_Luniz/album/Operation_Stackola/", | |
| "artist": "The Luniz" | |
| }, | |
| { | |
| "title": "Hard To Earn", | |
| "href": "/artist/Gang_Starr/album/Hard_To_Earn/", | |
| "artist": "Gang Starr" | |
| }, | |
| { | |
| "title": "Jazzmatazz Volume II: The New Reality", | |
| "href": "/artist/Guru/album/Jazzmatazz_Volume_II_The_New_Reality/", | |
| "artist": "Guru" | |
| }, | |
| { | |
| "title": "Tomorrow Will Be Too Long", | |
| "href": "/artist/The_Monochrome_Set/album/Tomorrow_Will_Be_Too_Long/", | |
| "artist": "The Monochrome Set" | |
| }, | |
| { | |
| "title": "Rockers Time Now", | |
| "href": "/artist/Johnny_Clarke/album/Rockers_Time_Now/", | |
| "artist": "Johnny Clarke" | |
| }, | |
| { | |
| "title": "Free Popcorn", | |
| "href": "/artist/Lynnfield_Pioneers/album/Free_Popcorn/", | |
| "artist": "Lynnfield Pioneers" | |
| }, | |
| { | |
| "title": "emerge", | |
| "href": "/artist/Lynnfield_Pioneers/album/emerge/", | |
| "artist": "Lynnfield Pioneers" | |
| }, | |
| { | |
| "title": "Unidentified Musical Object", | |
| "href": "/artist/Khan/album/Unidentified_Musical_Object/", | |
| "artist": "Khan" | |
| }, | |
| { | |
| "title": "Passport", | |
| "href": "/artist/Khan/album/Passport/", | |
| "artist": "Khan" | |
| }, | |
| { | |
| "title": "Space Ritual", | |
| "href": "/artist/Hawkwind/album/Space_Ritual/", | |
| "artist": "Hawkwind" | |
| }, | |
| { | |
| "title": "Levitation", | |
| "href": "/artist/Hawkwind/album/Levitation/", | |
| "artist": "Hawkwind" | |
| }, | |
| { | |
| "title": "Two/Three Instrumentals", | |
| "href": "/artist/Dabrye/album/Two/Three_Instrumentals/", | |
| "artist": "Dabrye" | |
| }, | |
| { | |
| "title": "One/Three", | |
| "href": "/artist/Dabrye/album/One/Three/", | |
| "artist": "Dabrye" | |
| }, | |
| { | |
| "title": "Two/Three", | |
| "href": "/artist/Dabrye/album/Two/Three/", | |
| "artist": "Dabrye" | |
| }, | |
| { | |
| "title": "Rock Bottom", | |
| "href": "/artist/Robert_Wyatt/album/Rock_Bottom/", | |
| "artist": "Robert Wyatt" | |
| }, | |
| { | |
| "title": "Yip Jump Music", | |
| "href": "/artist/Daniel_Johnston/album/Yip_Jump_Music/", | |
| "artist": "Daniel Johnston" | |
| }, | |
| { | |
| "title": "Oar", | |
| "href": "/artist/Alexander_%27Skip%27_Spence/album/Oar/", | |
| "artist": "Alexander 'Skip' Spence" | |
| }, | |
| { | |
| "title": "Wee Tam", | |
| "href": "/artist/The_Incredible_String_Band/album/Wee_Tam_1/", | |
| "artist": "The Incredible String Band" | |
| }, | |
| { | |
| "title": "Part Time Punks", | |
| "href": "/artist/Television_Personalities/album/Part_Time_Punks/", | |
| "artist": "Television Personalities" | |
| }, | |
| { | |
| "title": "The Kids Are All Square - This Is Hip | Girlsville", | |
| "href": "/artist/Thee_Headcoats/album/The_Kids_Are_All_Square_-_This_Is_Hip__Girlsville/", | |
| "artist": "Thee Headcoats" | |
| }, | |
| { | |
| "title": "Safe As Milk", | |
| "href": "/artist/Captain_Beefheart/album/Safe_As_Milk/", | |
| "artist": "Captain Beefheart" | |
| }, | |
| { | |
| "title": "Ceephax Acid Crew", | |
| "href": "/artist/Ceephax_Acid_Crew/album/Ceephax_Acid_Crew/", | |
| "artist": "Ceephax Acid Crew" | |
| }, | |
| { | |
| "title": "Stanley Yerkowski presents: Xylophone Jism as The Ridiculato", | |
| "href": "/artist/Doormouse/album/Stanley_Yerkowski_presents_Xylophone_Jism_as_The_Ridiculato/", | |
| "artist": "Doormouse" | |
| }, | |
| { | |
| "title": "Rusty", | |
| "href": "/artist/Rodan/album/Rusty/", | |
| "artist": "Rodan" | |
| }, | |
| { | |
| "title": "Liminal Space", | |
| "href": "/artist/Xanopticon/album/Liminal_Space/", | |
| "artist": "Xanopticon" | |
| }, | |
| { | |
| "title": "Hiding Place", | |
| "href": "/artist/The_Gasman/album/Hiding_Place/", | |
| "artist": "The Gasman" | |
| }, | |
| { | |
| "title": "003", | |
| "href": "/artist/The_Gasman/album/003/", | |
| "artist": "The Gasman" | |
| }, | |
| { | |
| "title": "The Stoned Immaculate (Deluxe Version)", | |
| "href": "/artist/Curren%24y/album/The_Stoned_Immaculate_(Deluxe_Version)/", | |
| "artist": "Curren$y" | |
| }, | |
| { | |
| "title": "Dead To Me", | |
| "href": "/artist/Girls_Names/album/Dead_To_Me_1/", | |
| "artist": "Girls Names" | |
| }, | |
| { | |
| "title": "We Live On Cliffs", | |
| "href": "/artist/Adam_Haworth_Stephens/album/We_Live_On_Cliffs/", | |
| "artist": "Adam Haworth Stephens" | |
| }, | |
| { | |
| "title": "First Come, First Served", | |
| "href": "/artist/Dr_Dooom/album/First_Come%2C_First_Served/", | |
| "artist": "Dr Dooom" | |
| }, | |
| { | |
| "title": "Pedals", | |
| "href": "/artist/Rival_Schools/album/Pedals/", | |
| "artist": "Rival Schools" | |
| }, | |
| { | |
| "title": "In Evening Air", | |
| "href": "/artist/Future_Islands/album/In_Evening_Air/", | |
| "artist": "Future Islands" | |
| }, | |
| { | |
| "title": "Black City", | |
| "href": "/artist/Matthew_Dear/album/Black_City/", | |
| "artist": "Matthew Dear" | |
| }, | |
| { | |
| "title": "Sun", | |
| "href": "/artist/Cat_Power/album/Sun/", | |
| "artist": "Cat Power" | |
| }, | |
| { | |
| "title": "Up All Night", | |
| "href": "/artist/One_Direction/album/Up_All_Night_1/", | |
| "artist": "One Direction" | |
| }, | |
| { | |
| "title": "Old World Romance", | |
| "href": "/artist/Sea_Wolf/album/Old_World_Romance/", | |
| "artist": "Sea Wolf" | |
| }, | |
| { | |
| "title": "Boys & Girls", | |
| "href": "/artist/Alabama_Shakes/album/Boys__Girls_1/", | |
| "artist": "Alabama Shakes" | |
| }, | |
| { | |
| "title": "Rolling Papers", | |
| "href": "/artist/Wiz_Khalifa/album/Rolling_Papers/", | |
| "artist": "Wiz Khalifa" | |
| }, | |
| { | |
| "title": "Beams", | |
| "href": "/artist/Matthew_Dear/album/Beams/", | |
| "artist": "Matthew Dear" | |
| }, | |
| { | |
| "title": "Blue Slide Park", | |
| "href": "/artist/Mac_Miller/album/Blue_Slide_Park/", | |
| "artist": "Mac Miller" | |
| }, | |
| { | |
| "title": "The Seer", | |
| "href": "/artist/Swans/album/The_Seer/", | |
| "artist": "Swans" | |
| }, | |
| { | |
| "title": "Raised On '90s", | |
| "href": "/artist/Various_Artists/album/Raised_On_%2790s/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "40 Summer Trance Hits 2012, Vol. 2", | |
| "href": "/artist/Various_Artists/album/40_Summer_Trance_Hits_2012%2C_Vol._2/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Playlist", | |
| "href": "/artist/Wobbly/album/Playlist/", | |
| "artist": "Wobbly" | |
| }, | |
| { | |
| "title": "555CD55", | |
| "href": "/artist/Various_Artists/album/555CD55/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Night City", | |
| "href": "/artist/Dirty_Beaches/album/Night_City/", | |
| "artist": "Dirty Beaches" | |
| }, | |
| { | |
| "title": "Lucifer", | |
| "href": "/artist/Peaking_Lights/album/Lucifer/", | |
| "artist": "Peaking Lights" | |
| }, | |
| { | |
| "title": "The Doldrums", | |
| "href": "/artist/Ariel_Pink%27s_Haunted_Graffiti/album/The_Doldrums/", | |
| "artist": "Ariel Pink's Haunted Graffiti" | |
| }, | |
| { | |
| "title": "It's Spooky", | |
| "href": "/artist/Jad_Fair__Daniel_Johnston/album/It%27s_Spooky/", | |
| "artist": "Jad Fair & Daniel Johnston" | |
| }, | |
| { | |
| "title": "Marine Girls: In Love", | |
| "href": "/artist/Marine_Girls/album/Marine_Girls_In_Love/", | |
| "artist": "Marine Girls" | |
| }, | |
| { | |
| "title": "Archive From 1959 - The Billy Childish Story", | |
| "href": "/artist/Billy_Childish/album/Archive_From_1959_-_The_Billy_Childish_Story/", | |
| "artist": "Billy Childish" | |
| }, | |
| { | |
| "title": "Crimes of the Future", | |
| "href": "/artist/WIld_Billy_Childish/album/Crimes_of_the_Future/", | |
| "artist": "WIld Billy Childish" | |
| }, | |
| { | |
| "title": "Through The Devil Softly", | |
| "href": "/artist/Hope_Sandoval__The_Warm_Inventions/album/Through_The_Devil_Softly/", | |
| "artist": "Hope Sandoval & The Warm Inventions" | |
| }, | |
| { | |
| "title": "Floral Green", | |
| "href": "/artist/Title_Fight/album/Floral_Green/", | |
| "artist": "Title Fight" | |
| }, | |
| { | |
| "title": "Mirage Rock", | |
| "href": "/artist/Band_Of_Horses/album/Mirage_Rock/", | |
| "artist": "Band Of Horses" | |
| }, | |
| { | |
| "title": "Pick A Bigger Weapon", | |
| "href": "/artist/The_Coup/album/Pick_A_Bigger_Weapon/", | |
| "artist": "The Coup" | |
| }, | |
| { | |
| "title": "Kill My Landlord", | |
| "href": "/artist/The_Coup/album/Kill_My_Landlord/", | |
| "artist": "The Coup" | |
| }, | |
| { | |
| "title": "Spine Hits", | |
| "href": "/artist/Sleepy_Sun/album/Spine_Hits/", | |
| "artist": "Sleepy Sun" | |
| }, | |
| { | |
| "title": "Walkin' With Miles Davis", | |
| "href": "/artist/Miles_Davis/album/Walkin%27_With_Miles_Davis/", | |
| "artist": "Miles Davis" | |
| }, | |
| { | |
| "title": "What Is?!", | |
| "href": "/artist/King_Khan__The_Shrines/album/What_Is!/", | |
| "artist": "King Khan & The Shrines" | |
| }, | |
| { | |
| "title": "Django Django", | |
| "href": "/artist/Django_Django/album/Django_Django/", | |
| "artist": "Django Django" | |
| }, | |
| { | |
| "title": "Mondo", | |
| "href": "/artist/Electric_Guest/album/Mondo/", | |
| "artist": "Electric Guest" | |
| }, | |
| { | |
| "title": "Let's Quit", | |
| "href": "/artist/Don%27t_Talk_To_The_Cops!/album/Let%27s_Quit/", | |
| "artist": "Don't Talk To The Cops!" | |
| }, | |
| { | |
| "title": "Harmonicraft", | |
| "href": "/artist/Torche/album/Harmonicraft/", | |
| "artist": "Torche" | |
| }, | |
| { | |
| "title": "Year Zero: The Original Soundtrack", | |
| "href": "/artist/Black_Mountain/album/Year_Zero_The_Original_Soundtrack/", | |
| "artist": "Black Mountain" | |
| }, | |
| { | |
| "title": "Pith", | |
| "href": "/artist/Ruby_Fray/album/Pith/", | |
| "artist": "Ruby Fray" | |
| }, | |
| { | |
| "title": "Mr. M", | |
| "href": "/artist/Lambchop/album/Mr._M/", | |
| "artist": "Lambchop" | |
| }, | |
| { | |
| "title": "Hairdresser Blues", | |
| "href": "/artist/Hunx/album/Hairdresser_Blues/", | |
| "artist": "Hunx" | |
| }, | |
| { | |
| "title": "New Album", | |
| "href": "/artist/Boris/album/New_Album/", | |
| "artist": "Boris" | |
| }, | |
| { | |
| "title": "This Has To Be Funny", | |
| "href": "/artist/Marc_Maron/album/This_Has_To_Be_Funny/", | |
| "artist": "Marc Maron" | |
| }, | |
| { | |
| "title": "Everything Is Boring and Everyone Is a F---ing Liar", | |
| "href": "/artist/Spank_Rock/album/Everything_Is_Boring_and_Everyone_Is_a_F---ing_Liar/", | |
| "artist": "Spank Rock" | |
| }, | |
| { | |
| "title": "Wild Flag", | |
| "href": "/artist/Wild_Flag/album/Wild_Flag/", | |
| "artist": "Wild Flag" | |
| }, | |
| { | |
| "title": "Goodbye", | |
| "href": "/artist/Ulrich_Schnauss/album/Goodbye/", | |
| "artist": "Ulrich Schnauss" | |
| }, | |
| { | |
| "title": "Parallax Error Beheads You", | |
| "href": "/artist/Max_Tundra/album/Parallax_Error_Beheads_You/", | |
| "artist": "Max Tundra" | |
| }, | |
| { | |
| "title": "Black Sea", | |
| "href": "/artist/Fennesz/album/Black_Sea/", | |
| "artist": "Fennesz" | |
| }, | |
| { | |
| "title": "Gluck: Orfeo ed Euridice", | |
| "href": "/artist/Sylvia_McNair%2C_Cyndia_Sieden%2C_Derek_Lee_Ragin%2C_The_Monteverdi_Choir%2C_English_Baroque_Soloists%2C_John_Eliot_Gardiner/album/Gluck_Orfeo_ed_Euridice_2/", | |
| "artist": "Sylvia McNair, Cyndia Sieden, Derek Lee Ragin, The Monteverdi Choir, English Baroque Soloists, John Eliot Gardiner" | |
| }, | |
| { | |
| "title": "Head Down", | |
| "href": "/artist/Rival_Sons/album/Head_Down/", | |
| "artist": "Rival Sons" | |
| }, | |
| { | |
| "title": "Swing Lo Magellan", | |
| "href": "/artist/Dirty_Projectors/album/Swing_Lo_Magellan/", | |
| "artist": "Dirty Projectors" | |
| }, | |
| { | |
| "title": "From Beneath EP", | |
| "href": "/artist/Deathface/album/From_Beneath_EP/", | |
| "artist": "Deathface" | |
| }, | |
| { | |
| "title": "Yellow & Green", | |
| "href": "/artist/Baroness/album/Yellow__Green/", | |
| "artist": "Baroness" | |
| }, | |
| { | |
| "title": "Blood Mountain", | |
| "href": "/artist/Mastodon/album/Blood_Mountain/", | |
| "artist": "Mastodon" | |
| }, | |
| { | |
| "title": "II", | |
| "href": "/artist/Nude_Beach/album/II/", | |
| "artist": "Nude Beach" | |
| }, | |
| { | |
| "title": "Metal Interludes", | |
| "href": "/artist/Longmont_Potion_Castle/album/Metal_Interludes/", | |
| "artist": "Longmont Potion Castle" | |
| }, | |
| { | |
| "title": "2:54", | |
| "href": "/artist/254/album/254/", | |
| "artist": "2:54" | |
| }, | |
| { | |
| "title": "Trick or Treat", | |
| "href": "/artist/Riff_Raff/album/Trick_or_Treat/", | |
| "artist": "Riff Raff" | |
| }, | |
| { | |
| "title": "Toys In The Attic", | |
| "href": "/artist/Aerosmith/album/Toys_In_The_Attic/", | |
| "artist": "Aerosmith" | |
| }, | |
| { | |
| "title": "Destroy Me I'm Yours", | |
| "href": "/artist/Shellshag/album/Destroy_Me_I%27m_Yours/", | |
| "artist": "Shellshag" | |
| }, | |
| { | |
| "title": "Greatest Comedy Hits", | |
| "href": "/artist/Eddie_Murphy/album/Greatest_Comedy_Hits/", | |
| "artist": "Eddie Murphy" | |
| }, | |
| { | |
| "title": "Comedian", | |
| "href": "/artist/Eddie_Murphy/album/Comedian/", | |
| "artist": "Eddie Murphy" | |
| }, | |
| { | |
| "title": "How Could It Be", | |
| "href": "/artist/Eddie_Murphy/album/How_Could_It_Be/", | |
| "artist": "Eddie Murphy" | |
| }, | |
| { | |
| "title": "DJ-Kicks", | |
| "href": "/artist/Maya_Jane_Coles/album/DJ-Kicks/", | |
| "artist": "Maya Jane Coles" | |
| }, | |
| { | |
| "title": "Poor Moon", | |
| "href": "/artist/Poor_Moon/album/Poor_Moon/", | |
| "artist": "Poor Moon" | |
| }, | |
| { | |
| "title": "Blonde Album", | |
| "href": "/artist/Lightning_Love/album/Blonde_Album/", | |
| "artist": "Lightning Love" | |
| }, | |
| { | |
| "title": "Worlds Apart", | |
| "href": "/artist/...And_You_Will_Know_Us_By_The_Trail_Of_Dead/album/Worlds_Apart/", | |
| "artist": "...And You Will Know Us By The Trail Of Dead" | |
| }, | |
| { | |
| "title": "So Divided", | |
| "href": "/artist/...And_You_Will_Know_Us_By_The_Trail_Of_Dead/album/So_Divided/", | |
| "artist": "...And You Will Know Us By The Trail Of Dead" | |
| }, | |
| { | |
| "title": "Era Vulgaris", | |
| "href": "/artist/Queens_Of_The_Stone_Age/album/Era_Vulgaris/", | |
| "artist": "Queens Of The Stone Age" | |
| }, | |
| { | |
| "title": "Seasons In The Abyss", | |
| "href": "/artist/Slayer/album/Seasons_In_The_Abyss/", | |
| "artist": "Slayer" | |
| }, | |
| { | |
| "title": "One Step Ahead Of The Spider", | |
| "href": "/artist/MC_900_Ft._Jesus/album/One_Step_Ahead_Of_The_Spider/", | |
| "artist": "MC 900 Ft. Jesus" | |
| }, | |
| { | |
| "title": "War Elephant", | |
| "href": "/artist/Deer_Tick/album/War_Elephant_1/", | |
| "artist": "Deer Tick" | |
| }, | |
| { | |
| "title": "Return Of The Candyman", | |
| "href": "/artist/Charlie_Hunter/album/Return_Of_The_Candyman/", | |
| "artist": "Charlie Hunter" | |
| }, | |
| { | |
| "title": "Labcabincalifornia", | |
| "href": "/artist/The_Pharcyde/album/Labcabincalifornia/", | |
| "artist": "The Pharcyde" | |
| }, | |
| { | |
| "title": "We're New Here", | |
| "href": "/artist/Gil_Scott-Heron__Jamie_xx/album/We%27re_New_Here/", | |
| "artist": "Gil Scott-Heron & Jamie xx" | |
| }, | |
| { | |
| "title": "Well Done", | |
| "href": "/artist/Action_Bronson%2C_Statik_Selektah/album/Well_Done/", | |
| "artist": "Action Bronson, Statik Selektah" | |
| }, | |
| { | |
| "title": "Alphabetical", | |
| "href": "/artist/Phoenix/album/Alphabetical/", | |
| "artist": "Phoenix" | |
| }, | |
| { | |
| "title": "Dreamt For Light Years In The Belly Of A Mountain", | |
| "href": "/artist/Sparklehorse/album/Dreamt_For_Light_Years_In_The_Belly_Of_A_Mountain/", | |
| "artist": "Sparklehorse" | |
| }, | |
| { | |
| "title": "The Concretes", | |
| "href": "/artist/The_Concretes/album/The_Concretes/", | |
| "artist": "The Concretes" | |
| }, | |
| { | |
| "title": "Gallows", | |
| "href": "/artist/Gallows/album/Gallows/", | |
| "artist": "Gallows" | |
| }, | |
| { | |
| "title": "Pebble", | |
| "href": "/artist/Lemuria/album/Pebble/", | |
| "artist": "Lemuria" | |
| }, | |
| { | |
| "title": "Art History", | |
| "href": "/artist/California_Wives/album/Art_History/", | |
| "artist": "California Wives" | |
| }, | |
| { | |
| "title": "Into The Diamond Sun", | |
| "href": "/artist/Stealing_Sheep/album/Into_The_Diamond_Sun/", | |
| "artist": "Stealing Sheep" | |
| }, | |
| { | |
| "title": "TOY", | |
| "href": "/artist/TOY_1/album/TOY/", | |
| "artist": "TOY" | |
| }, | |
| { | |
| "title": "Forever So", | |
| "href": "/artist/Husky/album/Forever_So/", | |
| "artist": "Husky" | |
| }, | |
| { | |
| "title": "Acid Washed", | |
| "href": "/artist/Acid_Washed/album/Acid_Washed/", | |
| "artist": "Acid Washed" | |
| }, | |
| { | |
| "title": "Reference Frame", | |
| "href": "/artist/Arpanet/album/Reference_Frame/", | |
| "artist": "Arpanet" | |
| }, | |
| { | |
| "title": "Sexual", | |
| "href": "/artist/DSL/album/Sexual/", | |
| "artist": "DSL" | |
| }, | |
| { | |
| "title": "Strapped", | |
| "href": "/artist/The_Soft_Pack/album/Strapped/", | |
| "artist": "The Soft Pack" | |
| }, | |
| { | |
| "title": "Oblivion Hunter", | |
| "href": "/artist/Lightning_Bolt/album/Oblivion_Hunter/", | |
| "artist": "Lightning Bolt" | |
| }, | |
| { | |
| "title": "All My Friends Are Funeral Singers", | |
| "href": "/artist/Califone/album/All_My_Friends_Are_Funeral_Singers/", | |
| "artist": "Califone" | |
| }, | |
| { | |
| "title": "Audience of One", | |
| "href": "/artist/Oren_Ambarchi/album/Audience_of_One/", | |
| "artist": "Oren Ambarchi" | |
| }, | |
| { | |
| "title": "Spirit of the West", | |
| "href": "/artist/High_Castle/album/Spirit_of_the_West/", | |
| "artist": "High Castle" | |
| }, | |
| { | |
| "title": "Action/Reaction (2012 Deluxe Edition)", | |
| "href": "/artist/The_Diodes/album/Action/Reaction_(2012_Deluxe_Edition)/", | |
| "artist": "The Diodes" | |
| }, | |
| { | |
| "title": "America's First Superstar", | |
| "href": "/artist/Morton_Downey/album/America%27s_First_Superstar/", | |
| "artist": "Morton Downey" | |
| }, | |
| { | |
| "title": "Crazy? Yes! Dumb? No!", | |
| "href": "/artist/The_Mint_Chicks/album/Crazy_Yes!_Dumb_No!/", | |
| "artist": "The Mint Chicks" | |
| }, | |
| { | |
| "title": "Promises, Promises", | |
| "href": "/artist/Die!_Die!_Die!/album/Promises%2C_Promises/", | |
| "artist": "Die! Die! Die!" | |
| }, | |
| { | |
| "title": "Dead To Me", | |
| "href": "/artist/Girls_Names/album/Dead_To_Me_1/", | |
| "artist": "Girls Names" | |
| }, | |
| { | |
| "title": "Gier [Original Soundtrack]", | |
| "href": "/artist/Eberhard_Schoener_/_Harold_Faltermeyer/album/Gier_(Original_Soundtrack)/", | |
| "artist": "Eberhard Schoener / Harold Faltermeyer" | |
| }, | |
| { | |
| "title": "The Waves", | |
| "href": "/artist/Tamaryn/album/The_Waves/", | |
| "artist": "Tamaryn" | |
| }, | |
| { | |
| "title": "Tender New Signs", | |
| "href": "/artist/Tamaryn/album/Tender_New_Signs/", | |
| "artist": "Tamaryn" | |
| }, | |
| { | |
| "title": "Any Other City", | |
| "href": "/artist/Life_Without_Buildings/album/Any_Other_City/", | |
| "artist": "Life Without Buildings" | |
| }, | |
| { | |
| "title": "Restraint", | |
| "href": "/artist/Orca_Team/album/Restraint/", | |
| "artist": "Orca Team" | |
| }, | |
| { | |
| "title": "Stagger & Fade", | |
| "href": "/artist/Sourpatch/album/Stagger__Fade/", | |
| "artist": "Sourpatch" | |
| }, | |
| { | |
| "title": "Were Here...", | |
| "href": "/artist/Sweater_Girls/album/Were_Here.../", | |
| "artist": "Sweater Girls" | |
| }, | |
| { | |
| "title": "Classic Creeps", | |
| "href": "/artist/Fishboy/album/Classic_Creeps/", | |
| "artist": "Fishboy" | |
| }, | |
| { | |
| "title": "Minima Moralia", | |
| "href": "/artist/TunaBunny/album/Minima_Moralia/", | |
| "artist": "TunaBunny" | |
| }, | |
| { | |
| "title": "Seniors And Juniors", | |
| "href": "/artist/Marshmallow_Coast/album/Seniors_And_Juniors_1/", | |
| "artist": "Marshmallow Coast" | |
| }, | |
| { | |
| "title": "The Complete", | |
| "href": "/artist/Oh-Ok/album/The_Complete/", | |
| "artist": "Oh-Ok" | |
| }, | |
| { | |
| "title": "Times Square", | |
| "href": "/artist/Marshmallow_Coast/album/Times_Square/", | |
| "artist": "Marshmallow Coast" | |
| }, | |
| { | |
| "title": "Action Pants!", | |
| "href": "/artist/Bunnygrunt/album/Action_Pants!/", | |
| "artist": "Bunnygrunt" | |
| }, | |
| { | |
| "title": "Oh:io", | |
| "href": "/artist/Bearsuit/album/Ohio/", | |
| "artist": "Bearsuit" | |
| }, | |
| { | |
| "title": "Doubly Unbeatable", | |
| "href": "/artist/Cars_Can_Be_Blue/album/Doubly_Unbeatable/", | |
| "artist": "Cars Can Be Blue" | |
| }, | |
| { | |
| "title": "Crushin'", | |
| "href": "/artist/Sourpatch/album/Crushin%27/", | |
| "artist": "Sourpatch" | |
| }, | |
| { | |
| "title": "Parade", | |
| "href": "/artist/Afternoon_Naps/album/Parade/", | |
| "artist": "Afternoon Naps" | |
| }, | |
| { | |
| "title": "If You Were Fruit", | |
| "href": "/artist/The_Lovely_Eggs/album/If_You_Were_Fruit_1/", | |
| "artist": "The Lovely Eggs" | |
| }, | |
| { | |
| "title": "Out of Perversity Join Hands", | |
| "href": "/artist/The_Lolligags/album/Out_of_Perversity_Join_Hands/", | |
| "artist": "The Lolligags" | |
| }, | |
| { | |
| "title": "Take My Hand - EP", | |
| "href": "/artist/Orca_Team/album/Take_My_Hand_-_EP/", | |
| "artist": "Orca Team" | |
| }, | |
| { | |
| "title": "Big Cats Can Swim", | |
| "href": "/artist/Eureka_California/album/Big_Cats_Can_Swim/", | |
| "artist": "Eureka California" | |
| }, | |
| { | |
| "title": "Whatevz Forevzzz", | |
| "href": "/artist/Red_Pony_Clock/album/Whatevz_Forevzzz/", | |
| "artist": "Red Pony Clock" | |
| }, | |
| { | |
| "title": "It's a Heatwave", | |
| "href": "/artist/Hotpants_Romance/album/It%27s_a_Heatwave/", | |
| "artist": "Hotpants Romance" | |
| }, | |
| { | |
| "title": "Modern Times 7\" - EP", | |
| "href": "/artist/Eureka_California/album/Modern_Times_7%22_-_EP/", | |
| "artist": "Eureka California" | |
| }, | |
| { | |
| "title": "Matt Harnish & Other Delights", | |
| "href": "/artist/Bunnygrunt/album/Matt_Harnish__Other_Delights/", | |
| "artist": "Bunnygrunt" | |
| }, | |
| { | |
| "title": "Forever", | |
| "href": "/artist/Forever/album/Forever/", | |
| "artist": "Forever" | |
| }, | |
| { | |
| "title": "Unclever", | |
| "href": "/artist/Jason_Nesmith/album/Unclever/", | |
| "artist": "Jason Nesmith" | |
| }, | |
| { | |
| "title": "F#a#infinity", | |
| "href": "/artist/Godspeed_You!_Black_Emperor/album/Fainfinity/", | |
| "artist": "Godspeed You! Black Emperor" | |
| }, | |
| { | |
| "title": "Yanqui U.X.O.", | |
| "href": "/artist/Godspeed_You!_Black_Emperor/album/Yanqui_U.X.O._1/", | |
| "artist": "Godspeed You! Black Emperor" | |
| }, | |
| { | |
| "title": "Koloss", | |
| "href": "/artist/Meshuggah/album/Koloss/", | |
| "artist": "Meshuggah" | |
| }, | |
| { | |
| "title": "Destroy Erase Improve", | |
| "href": "/artist/Meshuggah/album/Destroy_Erase_Improve/", | |
| "artist": "Meshuggah" | |
| }, | |
| { | |
| "title": "Contradictions Collapse (Deluxe Edition)", | |
| "href": "/artist/Meshuggah/album/Contradictions_Collapse_(Deluxe_Edition)/", | |
| "artist": "Meshuggah" | |
| }, | |
| { | |
| "title": "Setbacks", | |
| "href": "/artist/Schoolboy_Q/album/Setbacks/", | |
| "artist": "Schoolboy Q" | |
| }, | |
| { | |
| "title": "You Should Know By Now", | |
| "href": "/artist/Girls_Names/album/You_Should_Know_By_Now/", | |
| "artist": "Girls Names" | |
| }, | |
| { | |
| "title": "The Man Machine (Remastered)", | |
| "href": "/artist/Kraftwerk/album/The_Man_Machine_(Remastered)/", | |
| "artist": "Kraftwerk" | |
| }, | |
| { | |
| "title": "6 Feet Under", | |
| "href": "/artist/Gravediggaz/album/6_Feet_Under/", | |
| "artist": "Gravediggaz" | |
| }, | |
| { | |
| "title": "In Full Gear", | |
| "href": "/artist/Stetsasonic/album/In_Full_Gear/", | |
| "artist": "Stetsasonic" | |
| }, | |
| { | |
| "title": "People Hear What They See", | |
| "href": "/artist/Oddisee/album/People_Hear_What_They_See/", | |
| "artist": "Oddisee" | |
| }, | |
| { | |
| "title": "The 2nd Law", | |
| "href": "/artist/Muse/album/The_2nd_Law/", | |
| "artist": "Muse" | |
| }, | |
| { | |
| "title": "Wind Up Wooden Heart", | |
| "href": "/artist/Social_Studies/album/Wind_Up_Wooden_Heart/", | |
| "artist": "Social Studies" | |
| }, | |
| { | |
| "title": "The Sparks", | |
| "href": "/artist/Sparks/album/The_Sparks/", | |
| "artist": "Sparks" | |
| }, | |
| { | |
| "title": "The Soft Moon", | |
| "href": "/artist/The_Soft_Moon/album/The_Soft_Moon/", | |
| "artist": "The Soft Moon" | |
| }, | |
| { | |
| "title": "Uncut Diamond - EP", | |
| "href": "/artist/Warm_Ghost/album/Uncut_Diamond_-_EP/", | |
| "artist": "Warm Ghost" | |
| }, | |
| { | |
| "title": "Conversation With A Devil", | |
| "href": "/artist/Andre_Nickatina/album/Conversation_With_A_Devil_1/", | |
| "artist": "Andre Nickatina" | |
| }, | |
| { | |
| "title": "City Life", | |
| "href": "/artist/Messy_Marv/album/City_Life/", | |
| "artist": "Messy Marv" | |
| }, | |
| { | |
| "title": "Until The Quiet Comes", | |
| "href": "/artist/Flying_Lotus/album/Until_The_Quiet_Comes/", | |
| "artist": "Flying Lotus" | |
| }, | |
| { | |
| "title": "Wildlife Pop", | |
| "href": "/artist/Stepdad/album/Wildlife_Pop_1/", | |
| "artist": "Stepdad" | |
| }, | |
| { | |
| "title": "Ordinaire EP", | |
| "href": "/artist/Stepdad/album/Ordinaire_EP/", | |
| "artist": "Stepdad" | |
| }, | |
| { | |
| "title": "The Haunted Man", | |
| "href": "/artist/Bat_For_Lashes/album/The_Haunted_Man/", | |
| "artist": "Bat For Lashes" | |
| }, | |
| { | |
| "title": "Beacon (Deluxe Version)", | |
| "href": "/artist/Two_Door_Cinema_Club/album/Beacon_(Deluxe_Version)_3/", | |
| "artist": "Two Door Cinema Club" | |
| }, | |
| { | |
| "title": "Donuts", | |
| "href": "/artist/J_Dilla/album/Donuts/", | |
| "artist": "J Dilla" | |
| }, | |
| { | |
| "title": "A List Of The Burning Mountains", | |
| "href": "/artist/Oneida/album/A_List_Of_The_Burning_Mountains/", | |
| "artist": "Oneida" | |
| }, | |
| { | |
| "title": "The Essential Charlie Parker", | |
| "href": "/artist/Charlie_Parker/album/The_Essential_Charlie_Parker/", | |
| "artist": "Charlie Parker" | |
| }, | |
| { | |
| "title": "Paradise", | |
| "href": "/artist/Lana_Del_Rey/album/Paradise/", | |
| "artist": "Lana Del Rey" | |
| }, | |
| { | |
| "title": "Freeez Frame! - The Best Of Freeez", | |
| "href": "/artist/Freeez/album/Freeez_Frame!_-_The_Best_Of_Freeez/", | |
| "artist": "Freeez" | |
| }, | |
| { | |
| "title": "A Real Hero EP", | |
| "href": "/artist/College/album/A_Real_Hero_EP/", | |
| "artist": "College" | |
| }, | |
| { | |
| "title": "Trouble", | |
| "href": "/artist/Totally_Enormous_Extinct_Dinosaurs/album/Trouble_1/", | |
| "artist": "Totally Enormous Extinct Dinosaurs" | |
| }, | |
| { | |
| "title": "Space is the Place", | |
| "href": "/artist/Newcleus/album/Space_is_the_Place/", | |
| "artist": "Newcleus" | |
| }, | |
| { | |
| "title": "Destination: Earth - The Definitive Newcleus Recordings", | |
| "href": "/artist/Newcleus/album/Destination_Earth_-_The_Definitive_Newcleus_Recordings/", | |
| "artist": "Newcleus" | |
| }, | |
| { | |
| "title": "Ain't Takin No S@#t", | |
| "href": "/artist/Ghetto_Girlz/album/Ain%27t_Takin_No_S%40t/", | |
| "artist": "Ghetto Girlz" | |
| }, | |
| { | |
| "title": "Watts In A Tank", | |
| "href": "/artist/Diesel/album/Watts_In_A_Tank/", | |
| "artist": "Diesel" | |
| }, | |
| { | |
| "title": "Rookie Of The Future", | |
| "href": "/artist/Riff_Raff/album/Rookie_Of_The_Future/", | |
| "artist": "Riff Raff" | |
| }, | |
| { | |
| "title": "Uluwatu", | |
| "href": "/artist/New_Navy/album/Uluwatu/", | |
| "artist": "New Navy" | |
| }, | |
| { | |
| "title": "Do You Believe?", | |
| "href": "/artist/Poolside/album/Do_You_Believe/", | |
| "artist": "Poolside" | |
| }, | |
| { | |
| "title": "Allah-Las", | |
| "href": "/artist/Allah-Las/album/Allah-Las/", | |
| "artist": "Allah-Las" | |
| }, | |
| { | |
| "title": "Instrumental Tourist", | |
| "href": "/artist/Tim_Hecker%2C_Daniel_Lopatin/album/Instrumental_Tourist/", | |
| "artist": "Tim Hecker, Daniel Lopatin" | |
| }, | |
| { | |
| "title": "Schemers EP", | |
| "href": "/artist/SKATERS/album/Schemers_EP/", | |
| "artist": "SKATERS" | |
| }, | |
| { | |
| "title": "Love and Regret", | |
| "href": "/artist/Cold_Showers/album/Love_and_Regret/", | |
| "artist": "Cold Showers" | |
| }, | |
| { | |
| "title": "Jiaolong", | |
| "href": "/artist/Daphni/album/Jiaolong/", | |
| "artist": "Daphni" | |
| }, | |
| { | |
| "title": "Lonely At The Top", | |
| "href": "/artist/Lukid/album/Lonely_At_The_Top/", | |
| "artist": "Lukid" | |
| }, | |
| { | |
| "title": "Stereo Freeze/Mass Dreams of the Future", | |
| "href": "/artist/Untold/album/Stereo_Freeze/Mass_Dreams_of_the_Future/", | |
| "artist": "Untold" | |
| }, | |
| { | |
| "title": "Bohla EP", | |
| "href": "/artist/Blawan/album/Bohla_EP/", | |
| "artist": "Blawan" | |
| }, | |
| { | |
| "title": "Echolocations EP", | |
| "href": "/artist/Lone/album/Echolocations_EP/", | |
| "artist": "Lone" | |
| }, | |
| { | |
| "title": "Galaxy Garden", | |
| "href": "/artist/Lone/album/Galaxy_Garden/", | |
| "artist": "Lone" | |
| }, | |
| { | |
| "title": "(R E A L L O V E)", | |
| "href": "/artist/Factory_Floor/album/(R_E_A_L_L_O_V_E)/", | |
| "artist": "Factory Floor" | |
| }, | |
| { | |
| "title": "Lying / A Wooden Box", | |
| "href": "/artist/Factory_Floor/album/Lying_/_A_Wooden_Box/", | |
| "artist": "Factory Floor" | |
| }, | |
| { | |
| "title": "Oramics", | |
| "href": "/artist/Daphne_Oram/album/Oramics/", | |
| "artist": "Daphne Oram" | |
| }, | |
| { | |
| "title": "Seven Waves", | |
| "href": "/artist/Suzanne_Ciani/album/Seven_Waves/", | |
| "artist": "Suzanne Ciani" | |
| }, | |
| { | |
| "title": "Silent Drops", | |
| "href": "/artist/Voices_from_The_Lake/album/Silent_Drops/", | |
| "artist": "Voices from The Lake" | |
| }, | |
| { | |
| "title": "Cryptocracy", | |
| "href": "/artist/Huoratron/album/Cryptocracy_1/", | |
| "artist": "Huoratron" | |
| }, | |
| { | |
| "title": "Tattoo's Island", | |
| "href": "/artist/Juju__Jordash/album/Tattoo%27s_Island/", | |
| "artist": "Juju & Jordash" | |
| }, | |
| { | |
| "title": "Six Cups Of Rebel", | |
| "href": "/artist/Lindstr%C3%B8m/album/Six_Cups_Of_Rebel/", | |
| "artist": "Lindstrøm" | |
| }, | |
| { | |
| "title": "Mala in Cuba", | |
| "href": "/artist/Mala/album/Mala_in_Cuba/", | |
| "artist": "Mala" | |
| }, | |
| { | |
| "title": "Return of the Westside Boogie", | |
| "href": "/artist/Traxman/album/Return_of_the_Westside_Boogie/", | |
| "artist": "Traxman" | |
| }, | |
| { | |
| "title": "Heat EP", | |
| "href": "/artist/Traxman/album/Heat_EP/", | |
| "artist": "Traxman" | |
| }, | |
| { | |
| "title": "Pacman Juke EP", | |
| "href": "/artist/Traxman/album/Pacman_Juke_EP/", | |
| "artist": "Traxman" | |
| }, | |
| { | |
| "title": "4 Women No Cry Vol. 3", | |
| "href": "/artist/Various_Artists/album/4_Women_No_Cry_Vol._3/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Fan No. 2", | |
| "href": "/artist/Barbara_Morgenstern/album/Fan_No._2/", | |
| "artist": "Barbara Morgenstern" | |
| }, | |
| { | |
| "title": "Wildlife", | |
| "href": "/artist/Gudrun_Gut/album/Wildlife/", | |
| "artist": "Gudrun Gut" | |
| }, | |
| { | |
| "title": "Mistake Mistake Mistake Mistake", | |
| "href": "/artist/James_Figurine/album/Mistake_Mistake_Mistake_Mistake/", | |
| "artist": "James Figurine" | |
| }, | |
| { | |
| "title": "Double Edge", | |
| "href": "/artist/Emika/album/Double_Edge/", | |
| "artist": "Emika" | |
| }, | |
| { | |
| "title": "Own Side Now", | |
| "href": "/artist/Caitlin_Rose/album/Own_Side_Now_2/", | |
| "artist": "Caitlin Rose" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Dr._Hook/album/Greatest_Hits/", | |
| "artist": "Dr. Hook" | |
| }, | |
| { | |
| "title": "Surfing", | |
| "href": "/artist/Megapuss/album/Surfing/", | |
| "artist": "Megapuss" | |
| }, | |
| { | |
| "title": "Nightlife", | |
| "href": "/artist/Phantogram/album/Nightlife/", | |
| "artist": "Phantogram" | |
| }, | |
| { | |
| "title": "Bait And Switch", | |
| "href": "/artist/Thomas_Jefferson_Slave_Apartments/album/Bait_And_Switch/", | |
| "artist": "Thomas Jefferson Slave Apartments" | |
| }, | |
| { | |
| "title": "Total Destruction", | |
| "href": "/artist/Unsane/album/Total_Destruction/", | |
| "artist": "Unsane" | |
| }, | |
| { | |
| "title": "Vein", | |
| "href": "/artist/Foetus/album/Vein/", | |
| "artist": "Foetus" | |
| }, | |
| { | |
| "title": "From the Heart of Town", | |
| "href": "/artist/Gallon_Drunk/album/From_the_Heart_of_Town/", | |
| "artist": "Gallon Drunk" | |
| }, | |
| { | |
| "title": "Fear Emptiness Despair", | |
| "href": "/artist/Napalm_Death/album/Fear_Emptiness_Despair/", | |
| "artist": "Napalm Death" | |
| }, | |
| { | |
| "title": "Tales Of Great Neck Glory", | |
| "href": "/artist/Sammy/album/Tales_Of_Great_Neck_Glory_1/", | |
| "artist": "Sammy" | |
| }, | |
| { | |
| "title": "Fontanelle", | |
| "href": "/artist/Babes_In_Toyland/album/Fontanelle/", | |
| "artist": "Babes In Toyland" | |
| }, | |
| { | |
| "title": "Further Listening", | |
| "href": "/artist/Unwound/album/Further_Listening/", | |
| "artist": "Unwound" | |
| }, | |
| { | |
| "title": "Box of the Last Help", | |
| "href": "/artist/Core_Of_The_Coalman/album/Box_of_the_Last_Help_1/", | |
| "artist": "Core Of The Coalman" | |
| }, | |
| { | |
| "title": "Helix", | |
| "href": "/artist/Justice/album/Helix/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "The Very Best of Andres Segovia - Guitar Genius", | |
| "href": "/artist/Andr%C3%A9s_Segovia/album/The_Very_Best_of_Andres_Segovia_-_Guitar_Genius/", | |
| "artist": "Andrés Segovia" | |
| }, | |
| { | |
| "title": "Snow Lights", | |
| "href": "/artist/Core_Of_The_Coalman/album/Snow_Lights/", | |
| "artist": "Core Of The Coalman" | |
| }, | |
| { | |
| "title": "Ghostory", | |
| "href": "/artist/School_Of_Seven_Bells/album/Ghostory/", | |
| "artist": "School Of Seven Bells" | |
| }, | |
| { | |
| "title": "Afrique", | |
| "href": "/artist/Art_Blakey/album/Afrique/", | |
| "artist": "Art Blakey" | |
| }, | |
| { | |
| "title": "Seventeen Seconds (Deluxe Edition)", | |
| "href": "/artist/The_Cure/album/Seventeen_Seconds_(Deluxe_Edition)_1/", | |
| "artist": "The Cure" | |
| }, | |
| { | |
| "title": "Gangsta Grillz The Album", | |
| "href": "/artist/Drama/album/Gangsta_Grillz_The_Album/", | |
| "artist": "Drama" | |
| }, | |
| { | |
| "title": "Dat Type of Gurl", | |
| "href": "/artist/Rasheeda/album/Dat_Type_of_Gurl/", | |
| "artist": "Rasheeda" | |
| }, | |
| { | |
| "title": "A Peace Of R Mind", | |
| "href": "/artist/Diamond_Divaz/album/A_Peace_Of_R_Mind/", | |
| "artist": "Diamond Divaz" | |
| }, | |
| { | |
| "title": "RCA Country Legends", | |
| "href": "/artist/Porter_Wagoner/album/RCA_Country_Legends/", | |
| "artist": "Porter Wagoner" | |
| }, | |
| { | |
| "title": "45:33", | |
| "href": "/artist/LCD_Soundsystem/album/4533/", | |
| "artist": "LCD Soundsystem" | |
| }, | |
| { | |
| "title": "Power Move", | |
| "href": "/artist/Screaming_Females/album/Power_Move/", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "Baby Teeth", | |
| "href": "/artist/Screaming_Females/album/Baby_Teeth/", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "Singles EP", | |
| "href": "/artist/Screaming_Females/album/Singles_EP/", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "What If Someone is Watching Their T.V.?", | |
| "href": "/artist/Screaming_Females/album/What_If_Someone_is_Watching_Their_T.V./", | |
| "artist": "Screaming Females" | |
| }, | |
| { | |
| "title": "Hard Life", | |
| "href": "/artist/Big_Eyes/album/Hard_Life/", | |
| "artist": "Big Eyes" | |
| }, | |
| { | |
| "title": "ProtoVision (Maxi)", | |
| "href": "/artist/Kavinsky/album/ProtoVision_(Maxi)/", | |
| "artist": "Kavinsky" | |
| }, | |
| { | |
| "title": "Information Age Deluxe Edition", | |
| "href": "/artist/Dead_Prez/album/Information_Age_Deluxe_Edition/", | |
| "artist": "Dead Prez" | |
| }, | |
| { | |
| "title": "Doll Doll Doll", | |
| "href": "/artist/Venetian_Snares/album/Doll_Doll_Doll/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "Find Candace", | |
| "href": "/artist/Venetian_Snares/album/Find_Candace/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "Paradise Theatre", | |
| "href": "/artist/Styx/album/Paradise_Theatre/", | |
| "artist": "Styx" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Whodini/album/Greatest_Hits/", | |
| "artist": "Whodini" | |
| }, | |
| { | |
| "title": "The Message", | |
| "href": "/artist/Grandmaster_Flash__The_Furious_Five/album/The_Message/", | |
| "artist": "Grandmaster Flash & The Furious Five" | |
| }, | |
| { | |
| "title": "The Treacherous Three", | |
| "href": "/artist/The_Treacherous_Three/album/The_Treacherous_Three/", | |
| "artist": "The Treacherous Three" | |
| }, | |
| { | |
| "title": "A Live At Central Park", | |
| "href": "/artist/Reggie_Watts/album/A_Live_At_Central_Park/", | |
| "artist": "Reggie Watts" | |
| }, | |
| { | |
| "title": "Scott Pilgrim vs. the World: The Game (Original Videogame Soundtrack)", | |
| "href": "/artist/Anamanaguchi/album/Scott_Pilgrim_vs._the_World_The_Game_(Original_Videogame_Soundtrack)/", | |
| "artist": "Anamanaguchi" | |
| }, | |
| { | |
| "title": "Wolf's Law", | |
| "href": "/artist/The_Joy_Formidable/album/Wolf%27s_Law/", | |
| "artist": "The Joy Formidable" | |
| }, | |
| { | |
| "title": "Stoker", | |
| "href": "/artist/Clint_Mansell/album/Stoker/", | |
| "artist": "Clint Mansell" | |
| }, | |
| { | |
| "title": "The Early Years", | |
| "href": "/artist/Elvis_Presley/album/The_Early_Years_3/", | |
| "artist": "Elvis Presley" | |
| }, | |
| { | |
| "title": "Pelican West Plus", | |
| "href": "/artist/Haircut_100/album/Pelican_West_Plus/", | |
| "artist": "Haircut 100" | |
| }, | |
| { | |
| "title": "My <3", | |
| "href": "/artist/Chrome_Sparks/album/My_%3C3/", | |
| "artist": "Chrome Sparks" | |
| }, | |
| { | |
| "title": "Didn't It Rain", | |
| "href": "/artist/Songs_Ohia/album/Didn%27t_It_Rain/", | |
| "artist": "Songs: Ohia" | |
| }, | |
| { | |
| "title": "Songs: Ohia", | |
| "href": "/artist/Songs_Ohia/album/Songs_Ohia/", | |
| "artist": "Songs: Ohia" | |
| }, | |
| { | |
| "title": "The Lioness", | |
| "href": "/artist/Songs_Ohia/album/The_Lioness/", | |
| "artist": "Songs: Ohia" | |
| }, | |
| { | |
| "title": "Cokefloat!", | |
| "href": "/artist/PAWS/album/Cokefloat!/", | |
| "artist": "PAWS" | |
| }, | |
| { | |
| "title": "Dead Gaze", | |
| "href": "/artist/Dead_Gaze/album/Dead_Gaze_1/", | |
| "artist": "Dead Gaze" | |
| }, | |
| { | |
| "title": "Fate Is Only Once", | |
| "href": "/artist/Harry_Taussig/album/Fate_Is_Only_Once/", | |
| "artist": "Harry Taussig" | |
| }, | |
| { | |
| "title": "Wobble", | |
| "href": "/artist/V.I.C./album/Wobble_1/", | |
| "artist": "V.I.C." | |
| }, | |
| { | |
| "title": "Don't Be S.A.F.E.", | |
| "href": "/artist/Trinidad_James/album/Don%27t_Be_S.A.F.E._1/", | |
| "artist": "Trinidad James" | |
| }, | |
| { | |
| "title": "Glass Swords", | |
| "href": "/artist/Rustie/album/Glass_Swords/", | |
| "artist": "Rustie" | |
| }, | |
| { | |
| "title": "Ice Cold Perm", | |
| "href": "/artist/100s/album/Ice_Cold_Perm/", | |
| "artist": "100s" | |
| }, | |
| { | |
| "title": "Monochromy", | |
| "href": "/artist/Escape/album/Monochromy/", | |
| "artist": "Escape" | |
| }, | |
| { | |
| "title": "Hat Trick", | |
| "href": "/artist/Empress_Of/album/Hat_Trick/", | |
| "artist": "Empress Of" | |
| }, | |
| { | |
| "title": "12 Desperate Straight Lines", | |
| "href": "/artist/Telekinesis/album/12_Desperate_Straight_Lines/", | |
| "artist": "Telekinesis" | |
| }, | |
| { | |
| "title": "Feel It Break", | |
| "href": "/artist/Austra/album/Feel_It_Break/", | |
| "artist": "Austra" | |
| }, | |
| { | |
| "title": "Miracle Mile", | |
| "href": "/artist/STRFKR/album/Miracle_Mile/", | |
| "artist": "STRFKR" | |
| }, | |
| { | |
| "title": "Schoenberg: Erwartung, Pierrot Lunaire, Lied der Waldtaube from Gurrelieder", | |
| "href": "/artist/Pierre_Boulez/album/Schoenberg_Erwartung%2C_Pierrot_Lunaire%2C_Lied_der_Waldtaube_from_Gurrelieder/", | |
| "artist": "Pierre Boulez" | |
| }, | |
| { | |
| "title": "Varese", | |
| "href": "/artist/Pierre_Boulez/album/Varese/", | |
| "artist": "Pierre Boulez" | |
| }, | |
| { | |
| "title": "Cage: Music for Prepared Piano", | |
| "href": "/artist/John_Cage/album/Cage_Music_for_Prepared_Piano/", | |
| "artist": "John Cage" | |
| }, | |
| { | |
| "title": "The Band", | |
| "href": "/artist/The_Band/album/The_Band/", | |
| "artist": "The Band" | |
| }, | |
| { | |
| "title": "Poor Moon", | |
| "href": "/artist/Hiss_Golden_Messenger/album/Poor_Moon/", | |
| "artist": "Hiss Golden Messenger" | |
| }, | |
| { | |
| "title": "Wondrous Bughouse", | |
| "href": "/artist/Youth_Lagoon/album/Wondrous_Bughouse/", | |
| "artist": "Youth Lagoon" | |
| }, | |
| { | |
| "title": "Mala", | |
| "href": "/artist/Devendra_Banhart/album/Mala/", | |
| "artist": "Devendra Banhart" | |
| }, | |
| { | |
| "title": "Comedown Machine", | |
| "href": "/artist/The_Strokes/album/Comedown_Machine/", | |
| "artist": "The Strokes" | |
| }, | |
| { | |
| "title": "Dormarion", | |
| "href": "/artist/Telekinesis/album/Dormarion/", | |
| "artist": "Telekinesis" | |
| }, | |
| { | |
| "title": "Nanobots", | |
| "href": "/artist/They_Might_Be_Giants/album/Nanobots_1/", | |
| "artist": "They Might Be Giants" | |
| }, | |
| { | |
| "title": "Caveman", | |
| "href": "/artist/Caveman/album/Caveman_1/", | |
| "artist": "Caveman" | |
| }, | |
| { | |
| "title": "Babysitters On Acid", | |
| "href": "/artist/Lunachicks/album/Babysitters_On_Acid/", | |
| "artist": "Lunachicks" | |
| }, | |
| { | |
| "title": "Shock Of The Hour", | |
| "href": "/artist/MC_Ren/album/Shock_Of_The_Hour/", | |
| "artist": "MC Ren" | |
| }, | |
| { | |
| "title": "The Best Of Rough Trade: Birds Of A Feather", | |
| "href": "/artist/Rough_Trade/album/The_Best_Of_Rough_Trade_Birds_Of_A_Feather/", | |
| "artist": "Rough Trade" | |
| }, | |
| { | |
| "title": "The Best Of Bill Cosby", | |
| "href": "/artist/Bill_Cosby/album/The_Best_Of_Bill_Cosby/", | |
| "artist": "Bill Cosby" | |
| }, | |
| { | |
| "title": "Geidi Primes", | |
| "href": "/artist/Grimes/album/Geidi_Primes/", | |
| "artist": "Grimes" | |
| }, | |
| { | |
| "title": "Halfaxa", | |
| "href": "/artist/Grimes/album/Halfaxa/", | |
| "artist": "Grimes" | |
| }, | |
| { | |
| "title": "Bad Vibes", | |
| "href": "/artist/Shlohmo/album/Bad_Vibes/", | |
| "artist": "Shlohmo" | |
| }, | |
| { | |
| "title": "O.N.I.F.C.", | |
| "href": "/artist/Wiz_Khalifa/album/O.N.I.F.C._1/", | |
| "artist": "Wiz Khalifa" | |
| }, | |
| { | |
| "title": "Faithful Man", | |
| "href": "/artist/Lee_Fields__The_Expressions/album/Faithful_Man/", | |
| "artist": "Lee Fields & The Expressions" | |
| }, | |
| { | |
| "title": "Parhelion", | |
| "href": "/artist/Silian_Rail/album/Parhelion/", | |
| "artist": "Silian Rail" | |
| }, | |
| { | |
| "title": "All Roads Lead to the Dancefloor", | |
| "href": "/artist/Carl_Cox/album/All_Roads_Lead_to_the_Dancefloor/", | |
| "artist": "Carl Cox" | |
| }, | |
| { | |
| "title": "Second Sign", | |
| "href": "/artist/Carl_Cox/album/Second_Sign/", | |
| "artist": "Carl Cox" | |
| }, | |
| { | |
| "title": "A State Of Trance Year Mix 2012 (Mixed By Armin van Buuren)", | |
| "href": "/artist/Armin_van_Buuren/album/A_State_Of_Trance_Year_Mix_2012_(Mixed_By_Armin_van_Buuren)_1/", | |
| "artist": "Armin van Buuren" | |
| }, | |
| { | |
| "title": "Lifestylez Ov Da Poor & Dangerous", | |
| "href": "/artist/Big_L/album/Lifestylez_Ov_Da_Poor__Dangerous/", | |
| "artist": "Big L" | |
| }, | |
| { | |
| "title": "Doe Or Die", | |
| "href": "/artist/AZ/album/Doe_Or_Die/", | |
| "artist": "AZ" | |
| }, | |
| { | |
| "title": "Alone", | |
| "href": "/artist/Robot_Needs_Oil/album/Alone/", | |
| "artist": "Robot Needs Oil" | |
| }, | |
| { | |
| "title": "Electronic House, Vol. 8", | |
| "href": "/artist/Various_Artists/album/Electronic_House%2C_Vol._8/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Stuck In A Dream EP", | |
| "href": "/artist/Robot_Needs_Oil/album/Stuck_In_A_Dream_EP/", | |
| "artist": "Robot Needs Oil" | |
| }, | |
| { | |
| "title": "Apikoros", | |
| "href": "/artist/Eskimo_Twins/album/Apikoros/", | |
| "artist": "Eskimo Twins" | |
| }, | |
| { | |
| "title": "The Elephant In The Room EP", | |
| "href": "/artist/Eskimo_Twins/album/The_Elephant_In_The_Room_EP/", | |
| "artist": "Eskimo Twins" | |
| }, | |
| { | |
| "title": "Free The Universe", | |
| "href": "/artist/Major_Lazer/album/Free_The_Universe/", | |
| "artist": "Major Lazer" | |
| }, | |
| { | |
| "title": "At Large", | |
| "href": "/artist/They_Might_Be_Giants/album/At_Large/", | |
| "artist": "They Might Be Giants" | |
| }, | |
| { | |
| "title": "Oblivion - Original Motion Picture Soundtrack", | |
| "href": "/artist/M83/album/Oblivion_-_Original_Motion_Picture_Soundtrack/", | |
| "artist": "M83" | |
| }, | |
| { | |
| "title": "Heartthrob", | |
| "href": "/artist/Tegan_and_Sara/album/Heartthrob/", | |
| "artist": "Tegan and Sara" | |
| }, | |
| { | |
| "title": "Developer", | |
| "href": "/artist/Social_Studies/album/Developer/", | |
| "artist": "Social Studies" | |
| }, | |
| { | |
| "title": "An Open Door", | |
| "href": "/artist/Soft_Kill/album/An_Open_Door/", | |
| "artist": "Soft Kill" | |
| }, | |
| { | |
| "title": "Gems of Masochism", | |
| "href": "/artist/Antioch_Arrow/album/Gems_of_Masochism/", | |
| "artist": "Antioch Arrow" | |
| }, | |
| { | |
| "title": "Rites of Spring", | |
| "href": "/artist/Rites_of_Spring/album/Rites_of_Spring/", | |
| "artist": "Rites of Spring" | |
| }, | |
| { | |
| "title": "Nervous Circuits", | |
| "href": "/artist/The_VSS/album/Nervous_Circuits/", | |
| "artist": "The VSS" | |
| }, | |
| { | |
| "title": "9 Patriotic Battle Hymns for Children", | |
| "href": "/artist/Born_Against/album/9_Patriotic_Battle_Hymns_for_Children/", | |
| "artist": "Born Against" | |
| }, | |
| { | |
| "title": "Rollin In The Ruins", | |
| "href": "/artist/Get_Hustle/album/Rollin_In_The_Ruins/", | |
| "artist": "Get Hustle" | |
| }, | |
| { | |
| "title": "Day Late, Dollar Short", | |
| "href": "/artist/Thrones/album/Day_Late%2C_Dollar_Short/", | |
| "artist": "Thrones" | |
| }, | |
| { | |
| "title": "Dreams Are Burned", | |
| "href": "/artist/Kit/album/Dreams_Are_Burned/", | |
| "artist": "Kit" | |
| }, | |
| { | |
| "title": "Raise Up The Sheets", | |
| "href": "/artist/Freshkills/album/Raise_Up_The_Sheets/", | |
| "artist": "Freshkills" | |
| }, | |
| { | |
| "title": "Cinemascope I", | |
| "href": "/artist/Hotels/album/Cinemascope_I/", | |
| "artist": "Hotels" | |
| }, | |
| { | |
| "title": "Gems of Masochism", | |
| "href": "/artist/Antioch_Arrow/album/Gems_of_Masochism/", | |
| "artist": "Antioch Arrow" | |
| }, | |
| { | |
| "title": "Raw Pie", | |
| "href": "/artist/Personal_and_The_Pizzas/album/Raw_Pie/", | |
| "artist": "Personal and The Pizzas" | |
| }, | |
| { | |
| "title": "Kaleidoscope", | |
| "href": "/artist/Ti%C3%ABsto/album/Kaleidoscope_6/", | |
| "artist": "Tiësto" | |
| }, | |
| { | |
| "title": "Taken Over", | |
| "href": "/artist/Rebecca__Fiona/album/Taken_Over_1/", | |
| "artist": "Rebecca & Fiona" | |
| }, | |
| { | |
| "title": "Sticky Fingers (Remastered)", | |
| "href": "/artist/The_Rolling_Stones/album/Sticky_Fingers_(Remastered)/", | |
| "artist": "The Rolling Stones" | |
| }, | |
| { | |
| "title": "Four Girls", | |
| "href": "/artist/Woollen_Kits/album/Four_Girls/", | |
| "artist": "Woollen Kits" | |
| }, | |
| { | |
| "title": "A Certain Smile, a Certain Sadness", | |
| "href": "/artist/Rocketship/album/A_Certain_Smile%2C_a_Certain_Sadness/", | |
| "artist": "Rocketship" | |
| }, | |
| { | |
| "title": "Electronic", | |
| "href": "/artist/Electronic/album/Electronic/", | |
| "artist": "Electronic" | |
| }, | |
| { | |
| "title": "OutRun", | |
| "href": "/artist/Kavinsky/album/OutRun/", | |
| "artist": "Kavinsky" | |
| }, | |
| { | |
| "title": "I Could Be The One [Avicii vs Nicky Romero]", | |
| "href": "/artist/Avicii%2C_Nicky_Romero/album/I_Could_Be_The_One_(Avicii_vs_Nicky_Romero)_2/", | |
| "artist": "Avicii, Nicky Romero" | |
| }, | |
| { | |
| "title": "Sonnentanz", | |
| "href": "/artist/Klangkarussell/album/Sonnentanz/", | |
| "artist": "Klangkarussell" | |
| }, | |
| { | |
| "title": "Years", | |
| "href": "/artist/Alesso/album/Years_1/", | |
| "artist": "Alesso" | |
| }, | |
| { | |
| "title": "Tidal Wave", | |
| "href": "/artist/Sub_Focus/album/Tidal_Wave_1/", | |
| "artist": "Sub Focus" | |
| }, | |
| { | |
| "title": "Tetr4", | |
| "href": "/artist/C2C/album/Tetr4/", | |
| "artist": "C2C" | |
| }, | |
| { | |
| "title": "A Monastic Trio", | |
| "href": "/artist/Alice_Coltrane/album/A_Monastic_Trio/", | |
| "artist": "Alice Coltrane" | |
| }, | |
| { | |
| "title": "Ptah The El Daoud", | |
| "href": "/artist/Alice_Coltrane/album/Ptah_The_El_Daoud/", | |
| "artist": "Alice Coltrane" | |
| }, | |
| { | |
| "title": "Thembi", | |
| "href": "/artist/Pharoah_Sanders/album/Thembi/", | |
| "artist": "Pharoah Sanders" | |
| }, | |
| { | |
| "title": "Page One (The Rudy Van Gelder Edition)", | |
| "href": "/artist/Joe_Henderson/album/Page_One_(The_Rudy_Van_Gelder_Edition)/", | |
| "artist": "Joe Henderson" | |
| }, | |
| { | |
| "title": "In Pursuit Of Blackness/Black Is The Color", | |
| "href": "/artist/Joe_Henderson/album/In_Pursuit_Of_Blackness/Black_Is_The_Color/", | |
| "artist": "Joe Henderson" | |
| }, | |
| { | |
| "title": "Tetragon", | |
| "href": "/artist/Joe_Henderson/album/Tetragon/", | |
| "artist": "Joe Henderson" | |
| }, | |
| { | |
| "title": "Lucky Boy At Night", | |
| "href": "/artist/DJ_Mehdi/album/Lucky_Boy_At_Night_1/", | |
| "artist": "DJ Mehdi" | |
| }, | |
| { | |
| "title": "I Am Somebody", | |
| "href": "/artist/DJ_Mehdi/album/I_Am_Somebody/", | |
| "artist": "DJ Mehdi" | |
| }, | |
| { | |
| "title": "Lucky Girl", | |
| "href": "/artist/DJ_Mehdi/album/Lucky_Girl/", | |
| "artist": "DJ Mehdi" | |
| }, | |
| { | |
| "title": "Waters Of Nazareth", | |
| "href": "/artist/Justice/album/Waters_Of_Nazareth/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "Ed Rec VOL. 2", | |
| "href": "/artist/Ed_Rec/album/Ed_Rec_VOL._2/", | |
| "artist": "Ed Rec" | |
| }, | |
| { | |
| "title": "Audio, Video, Disco.", | |
| "href": "/artist/Justice/album/Audio%2C_Video%2C_Disco._2/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "ADD SUV Remix EP", | |
| "href": "/artist/Uffie/album/ADD_SUV_Remix_EP/", | |
| "artist": "Uffie" | |
| }, | |
| { | |
| "title": "Sex Dreams and Denim Jeans", | |
| "href": "/artist/Uffie/album/Sex_Dreams_and_Denim_Jeans/", | |
| "artist": "Uffie" | |
| }, | |
| { | |
| "title": "New Lands EP", | |
| "href": "/artist/Justice/album/New_Lands_EP/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "On'n'On", | |
| "href": "/artist/Justice/album/On%27n%27On_1/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "Civilization", | |
| "href": "/artist/Justice/album/Civilization_1/", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "AUDIO, VIDEO, DISCO.", | |
| "href": "/artist/Justice/album/AUDIO%2C_VIDEO%2C_DISCO./", | |
| "artist": "Justice" | |
| }, | |
| { | |
| "title": "Baby I'm Yours", | |
| "href": "/artist/Breakbot/album/Baby_I%27m_Yours/", | |
| "artist": "Breakbot" | |
| }, | |
| { | |
| "title": "Lambs Anger", | |
| "href": "/artist/Mr._Oizo/album/Lambs_Anger/", | |
| "artist": "Mr. Oizo" | |
| }, | |
| { | |
| "title": "Charlie ep", | |
| "href": "/artist/The_Phantom%27s_Revenge/album/Charlie_ep/", | |
| "artist": "The Phantom's Revenge" | |
| }, | |
| { | |
| "title": "Hearts Japan", | |
| "href": "/artist/Heartsrevolution/album/Hearts_Japan_-_EP/", | |
| "artist": "Heartsrevolution" | |
| }, | |
| { | |
| "title": "B 2 Nite", | |
| "href": "/artist/Romanthony/album/B_2_Nite/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "The Wanderer (2011 Remixes, Pt. 2)", | |
| "href": "/artist/Romanthony/album/The_Wanderer_(2011_Remixes%2C_Pt._2)/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "Bring U Up (2012 Remixes)", | |
| "href": "/artist/Romanthony/album/Bring_U_Up_(2012_Remixes)/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "Let Me Show You Love (2013 Remixes)", | |
| "href": "/artist/Romanthony/album/Let_Me_Show_You_Love_(2013_Remixes)/", | |
| "artist": "Romanthony" | |
| }, | |
| { | |
| "title": "( )", | |
| "href": "/artist/Sigur_R%C3%B3s/album/(_)_2/", | |
| "artist": "Sigur Rós" | |
| }, | |
| { | |
| "title": "Með suð í eyrum við spilum endalaust", | |
| "href": "/artist/Sigur_R%C3%B3s/album/Me%C3%B0_su%C3%B0_%C3%AD_eyrum_vi%C3%B0_spilum_endalaust/", | |
| "artist": "Sigur Rós" | |
| }, | |
| { | |
| "title": "Valtari", | |
| "href": "/artist/Sigur_R%C3%B3s/album/Valtari/", | |
| "artist": "Sigur Rós" | |
| }, | |
| { | |
| "title": "A Is For Alpine", | |
| "href": "/artist/Alpine/album/A_Is_For_Alpine/", | |
| "artist": "Alpine" | |
| }, | |
| { | |
| "title": "Caesura", | |
| "href": "/artist/Helios/album/Caesura/", | |
| "artist": "Helios" | |
| }, | |
| { | |
| "title": "For Frosty Mornings and Summer Nights", | |
| "href": "/artist/Xela/album/For_Frosty_Mornings_and_Summer_Nights/", | |
| "artist": "Xela" | |
| }, | |
| { | |
| "title": "It's All Just Another Aspect of Mannerism", | |
| "href": "/artist/Logreybeam/album/It%27s_All_Just_Another_Aspect_of_Mannerism/", | |
| "artist": "Logreybeam" | |
| }, | |
| { | |
| "title": "Still Doubted?", | |
| "href": "/artist/Lil_Wyte/album/Still_Doubted/", | |
| "artist": "Lil Wyte" | |
| }, | |
| { | |
| "title": "In A Tidal Wave Of Mystery", | |
| "href": "/artist/Capital_Cities/album/In_A_Tidal_Wave_Of_Mystery/", | |
| "artist": "Capital Cities" | |
| }, | |
| { | |
| "title": "A Good Woman Is Hard to Find", | |
| "href": "/artist/Papa/album/A_Good_Woman_Is_Hard_to_Find/", | |
| "artist": "Papa" | |
| }, | |
| { | |
| "title": "The Original Chicago House Classics", | |
| "href": "/artist/Various_Artists/album/The_Original_Chicago_House_Classics/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Watching Movies with the Sound Off (Deluxe Edition)", | |
| "href": "/artist/Mac_Miller/album/Watching_Movies_with_the_Sound_Off_(Deluxe_Edition)/", | |
| "artist": "Mac Miller" | |
| }, | |
| { | |
| "title": "Bang A Gong (Get It On)", | |
| "href": "/artist/T._Rex/album/Bang_A_Gong_(Get_It_On)/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Tanx", | |
| "href": "/artist/T._Rex/album/Tanx/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "The Electric Boogie - 1971", | |
| "href": "/artist/T._Rex/album/The_Electric_Boogie_-_1971/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Bolan's Zip Gun", | |
| "href": "/artist/T._Rex/album/Bolan%27s_Zip_Gun_1/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Futuristic Dragon", | |
| "href": "/artist/T._Rex/album/Futuristic_Dragon_1/", | |
| "artist": "T. Rex" | |
| }, | |
| { | |
| "title": "Valley Of The Dolls", | |
| "href": "/artist/Generation_x/album/Valley_Of_The_Dolls/", | |
| "artist": "Generation x" | |
| }, | |
| { | |
| "title": "Kiss Me Deadly", | |
| "href": "/artist/Generation_x/album/Kiss_Me_Deadly/", | |
| "artist": "Generation x" | |
| }, | |
| { | |
| "title": "Weird Pop", | |
| "href": "/artist/Tones_On_Tail/album/Weird_Pop/", | |
| "artist": "Tones On Tail" | |
| }, | |
| { | |
| "title": "Acid Tracks", | |
| "href": "/artist/Phuture/album/Acid_Tracks/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "We Are Phuture", | |
| "href": "/artist/Phuture/album/We_Are_Phuture/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Spirit", | |
| "href": "/artist/Phuture/album/Spirit/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Rise From Your Grave", | |
| "href": "/artist/Phuture/album/Rise_From_Your_Grave/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Mental Breakdown", | |
| "href": "/artist/Phuture/album/Mental_Breakdown_1/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Inside Out", | |
| "href": "/artist/Phuture/album/Inside_Out/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Chunk Of Change", | |
| "href": "/artist/Passion_Pit/album/Chunk_Of_Change/", | |
| "artist": "Passion Pit" | |
| }, | |
| { | |
| "title": "Manners", | |
| "href": "/artist/Passion_Pit/album/Manners/", | |
| "artist": "Passion Pit" | |
| }, | |
| { | |
| "title": "Hoes Come Out At Night", | |
| "href": "/artist/Cubic_Zirconia/album/Hoes_Come_Out_At_Night/", | |
| "artist": "Cubic Zirconia" | |
| }, | |
| { | |
| "title": "Follow Your Heart", | |
| "href": "/artist/Cubic_Zirconia/album/Follow_Your_Heart/", | |
| "artist": "Cubic Zirconia" | |
| }, | |
| { | |
| "title": "Pluto 3D", | |
| "href": "/artist/Future/album/Pluto_3D/", | |
| "artist": "Future" | |
| }, | |
| { | |
| "title": "The Best Of Shaquille O'Neal", | |
| "href": "/artist/Shaquille_O%27Neal/album/The_Best_Of_Shaquille_O%27Neal/", | |
| "artist": "Shaquille O'Neal" | |
| }, | |
| { | |
| "title": "Basketball Anthems - Hoop Dreams", | |
| "href": "/artist/Various_Artists/album/Basketball_Anthems_-_Hoop_Dreams/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "It's A Girl", | |
| "href": "/artist/Sweet_Baby/album/It%27s_A_Girl/", | |
| "artist": "Sweet Baby" | |
| }, | |
| { | |
| "title": "Greatest Hits", | |
| "href": "/artist/Todd_Terry/album/Greatest_Hits/", | |
| "artist": "Todd Terry" | |
| }, | |
| { | |
| "title": "Wireless", | |
| "href": "/artist/T%2B%2B/album/Wireless/", | |
| "artist": "T++" | |
| }, | |
| { | |
| "title": "Silver Silver", | |
| "href": "/artist/Simone_White/album/Silver_Silver/", | |
| "artist": "Simone White" | |
| }, | |
| { | |
| "title": "Shangaan Shake", | |
| "href": "/artist/Various_Artists/album/Shangaan_Shake/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Lagos Shake: A Tony Allen Chop Up", | |
| "href": "/artist/Various_Artists/album/Lagos_Shake_A_Tony_Allen_Chop_Up_1/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "From The Mars Hotel", | |
| "href": "/artist/Grateful_Dead/album/From_The_Mars_Hotel/", | |
| "artist": "Grateful Dead" | |
| }, | |
| { | |
| "title": "Blonder Tongue Audio Baton", | |
| "href": "/artist/Swirlies/album/Blonder_Tongue_Audio_Baton/", | |
| "artist": "Swirlies" | |
| }, | |
| { | |
| "title": "The Singles", | |
| "href": "/artist/Corey_Hart/album/The_Singles/", | |
| "artist": "Corey Hart" | |
| }, | |
| { | |
| "title": "Greg Kihn Band \"Best Of Beserkley\" '75 - '84", | |
| "href": "/artist/Greg_Kihn_Band/album/Greg_Kihn_Band_%22Best_Of_Beserkley%22_%2775_-_%2784/", | |
| "artist": "Greg Kihn Band" | |
| }, | |
| { | |
| "title": "The Best Of Missing Persons", | |
| "href": "/artist/Missing_Persons/album/The_Best_Of_Missing_Persons/", | |
| "artist": "Missing Persons" | |
| }, | |
| { | |
| "title": "Cozy Endings", | |
| "href": "/artist/Artanker_Convoy/album/Cozy_Endings/", | |
| "artist": "Artanker Convoy" | |
| }, | |
| { | |
| "title": "Thistle EP", | |
| "href": "/artist/Hundred_Waters/album/Thistle_EP/", | |
| "artist": "Hundred Waters" | |
| }, | |
| { | |
| "title": "Falling Down feat. Kenzie May", | |
| "href": "/artist/Sub_Focus/album/Falling_Down_feat._Kenzie_May/", | |
| "artist": "Sub Focus" | |
| }, | |
| { | |
| "title": "Funk Blaster", | |
| "href": "/artist/Koan_Sound/album/Funk_Blaster/", | |
| "artist": "Koan Sound" | |
| }, | |
| { | |
| "title": "To A New Earth EP", | |
| "href": "/artist/Kill_Paris/album/To_A_New_Earth_EP/", | |
| "artist": "Kill Paris" | |
| }, | |
| { | |
| "title": "Metropolis Pt. I", | |
| "href": "/artist/The_M_Machine/album/Metropolis_Pt._I/", | |
| "artist": "The M Machine" | |
| }, | |
| { | |
| "title": "Spitfire", | |
| "href": "/artist/Porter_Robinson/album/Spitfire/", | |
| "artist": "Porter Robinson" | |
| }, | |
| { | |
| "title": "Insides", | |
| "href": "/artist/Jon_Hopkins/album/Insides/", | |
| "artist": "Jon Hopkins" | |
| }, | |
| { | |
| "title": "Moontan", | |
| "href": "/artist/Golden_Earring/album/Moontan/", | |
| "artist": "Golden Earring" | |
| }, | |
| { | |
| "title": "Cut", | |
| "href": "/artist/Golden_Earring/album/Cut/", | |
| "artist": "Golden Earring" | |
| }, | |
| { | |
| "title": "Stuttgart 93", | |
| "href": "/artist/Nick_Straker/album/Stuttgart_93/", | |
| "artist": "Nick Straker" | |
| }, | |
| { | |
| "title": "Crazy Rhythms", | |
| "href": "/artist/The_Feelies/album/Crazy_Rhythms/", | |
| "artist": "The Feelies" | |
| }, | |
| { | |
| "title": "sorry", | |
| "href": "/artist/White_Lung/album/sorry/", | |
| "artist": "White Lung" | |
| }, | |
| { | |
| "title": "White Lung", | |
| "href": "/artist/White_Lung/album/White_Lung/", | |
| "artist": "White Lung" | |
| }, | |
| { | |
| "title": "Total Doom", | |
| "href": "/artist/Doom_1/album/Total_Doom_1/", | |
| "artist": "Doom" | |
| }, | |
| { | |
| "title": "The Best Of Rainbow", | |
| "href": "/artist/Rainbow/album/The_Best_Of_Rainbow/", | |
| "artist": "Rainbow" | |
| }, | |
| { | |
| "title": "Deep Trip", | |
| "href": "/artist/Destruction_Unit/album/Deep_Trip/", | |
| "artist": "Destruction Unit" | |
| }, | |
| { | |
| "title": "Back in the Saddle", | |
| "href": "/artist/The_Bobbyteens/album/Back_in_the_Saddle/", | |
| "artist": "The Bobbyteens" | |
| }, | |
| { | |
| "title": "Peach Kelli Pop", | |
| "href": "/artist/Peach_Kelli_Pop/album/Peach_Kelli_Pop/", | |
| "artist": "Peach Kelli Pop" | |
| }, | |
| { | |
| "title": "Supercharger", | |
| "href": "/artist/Supercharger/album/Supercharger/", | |
| "artist": "Supercharger" | |
| }, | |
| { | |
| "title": "Best of the Worst (93-97)", | |
| "href": "/artist/Oblivians/album/Best_of_the_Worst_(93-97)/", | |
| "artist": "Oblivians" | |
| }, | |
| { | |
| "title": "Don't Trust Anyone Over 30", | |
| "href": "/artist/Japanther/album/Don%27t_Trust_Anyone_Over_30/", | |
| "artist": "Japanther" | |
| }, | |
| { | |
| "title": "Engravings", | |
| "href": "/artist/Forest_Swords/album/Engravings/", | |
| "artist": "Forest Swords" | |
| }, | |
| { | |
| "title": "Ye Olde Space Bande Plays The Classic Rock Hits", | |
| "href": "/artist/The_Moog_Cookbook/album/Ye_Olde_Space_Bande_Plays_The_Classic_Rock_Hits/", | |
| "artist": "The Moog Cookbook" | |
| }, | |
| { | |
| "title": "The Best of D Train", | |
| "href": "/artist/D_Train/album/The_Best_of_D_Train/", | |
| "artist": "D Train" | |
| }, | |
| { | |
| "title": "Clear (Remastered)", | |
| "href": "/artist/Cybotron_1/album/Clear_(Remastered)/", | |
| "artist": "Cybotron" | |
| }, | |
| { | |
| "title": "DJ Kenny Ken & DJ SS : World Dance/The Album", | |
| "href": "/artist/Various_Artists/album/DJ_Kenny_Ken__DJ_SS__World_Dance/The_Album/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Modjo (Remastered)", | |
| "href": "/artist/Modjo/album/Modjo_(Remastered)/", | |
| "artist": "Modjo" | |
| }, | |
| { | |
| "title": "National Treasures - The Complete Singles", | |
| "href": "/artist/Manic_Street_Preachers/album/National_Treasures_-_The_Complete_Singles/", | |
| "artist": "Manic Street Preachers" | |
| }, | |
| { | |
| "title": "Demons And Wizards", | |
| "href": "/artist/Uriah_Heep/album/Demons_And_Wizards_1/", | |
| "artist": "Uriah Heep" | |
| }, | |
| { | |
| "title": "The Flowers Of Romance", | |
| "href": "/artist/Public_Image_Ltd./album/The_Flowers_Of_Romance/", | |
| "artist": "Public Image Ltd." | |
| }, | |
| { | |
| "title": "True", | |
| "href": "/artist/Avicii/album/True/", | |
| "artist": "Avicii" | |
| }, | |
| { | |
| "title": "Mechanical Bull (Deluxe Version)", | |
| "href": "/artist/Kings_Of_Leon/album/Mechanical_Bull_(Deluxe_Version)/", | |
| "artist": "Kings Of Leon" | |
| }, | |
| { | |
| "title": "Whales and Leeches (Deluxe Version)", | |
| "href": "/artist/Red_Fang/album/Whales_and_Leeches_(Deluxe_Version)/", | |
| "artist": "Red Fang" | |
| }, | |
| { | |
| "title": "Cole World: The Sideline Story", | |
| "href": "/artist/J._Cole/album/Cole_World_The_Sideline_Story/", | |
| "artist": "J. Cole" | |
| }, | |
| { | |
| "title": "Sound Of Silver", | |
| "href": "/artist/LCD_Soundsystem/album/Sound_Of_Silver/", | |
| "artist": "LCD Soundsystem" | |
| }, | |
| { | |
| "title": "LONDON", | |
| "href": "/artist/Banks/album/LONDON/", | |
| "artist": "Banks" | |
| }, | |
| { | |
| "title": "Terminator", | |
| "href": "/artist/Rabit/album/Terminator/", | |
| "artist": "Rabit" | |
| }, | |
| { | |
| "title": "Things That Fade", | |
| "href": "/artist/Greeen_Linez/album/Things_That_Fade/", | |
| "artist": "Greeen Linez" | |
| }, | |
| { | |
| "title": "Sketches of the Other Tokyo - EP", | |
| "href": "/artist/Fujimoto_Tetsuro/album/Sketches_of_the_Other_Tokyo_-_EP/", | |
| "artist": "Fujimoto Tetsuro" | |
| }, | |
| { | |
| "title": "Sands - EP", | |
| "href": "/artist/A_Taut_Line/album/Sands_-_EP/", | |
| "artist": "A Taut Line" | |
| }, | |
| { | |
| "title": "Quotient - EP", | |
| "href": "/artist/Mau%27lin/album/Quotient_-_EP/", | |
| "artist": "Mau'lin" | |
| }, | |
| { | |
| "title": "Rock The Flock", | |
| "href": "/artist/Visionist/album/Rock_The_Flock/", | |
| "artist": "Visionist" | |
| }, | |
| { | |
| "title": "DSK005 - EP", | |
| "href": "/artist/Various_Artists/album/DSK005_-_EP/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "VHS Nite - EP", | |
| "href": "/artist/BD1982/album/VHS_Nite_-_EP/", | |
| "artist": "BD1982" | |
| }, | |
| { | |
| "title": "Flex - EP", | |
| "href": "/artist/Mr._Mageeka/album/Flex_-_EP/", | |
| "artist": "Mr. Mageeka" | |
| }, | |
| { | |
| "title": "There's Gonna Be A Storm - The Complete Recordings 1966-1969", | |
| "href": "/artist/The_Left_Banke/album/There%27s_Gonna_Be_A_Storm_-_The_Complete_Recordings_1966-1969/", | |
| "artist": "The Left Banke" | |
| }, | |
| { | |
| "title": "Verve Remixed: The First Ladies", | |
| "href": "/artist/Various_Artists/album/Verve_Remixed_The_First_Ladies/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Hee Haw", | |
| "href": "/artist/The_Birthday_Party/album/Hee_Haw/", | |
| "artist": "The Birthday Party" | |
| }, | |
| { | |
| "title": "Ghost EP", | |
| "href": "/artist/Sky_Ferreira/album/Ghost_EP/", | |
| "artist": "Sky Ferreira" | |
| }, | |
| { | |
| "title": "One", | |
| "href": "/artist/Sky_Ferreira/album/One/", | |
| "artist": "Sky Ferreira" | |
| }, | |
| { | |
| "title": "Rehearsals For Departure", | |
| "href": "/artist/Damien_Jurado/album/Rehearsals_For_Departure/", | |
| "artist": "Damien Jurado" | |
| }, | |
| { | |
| "title": "Future Foundations", | |
| "href": "/artist/Various_Artists/album/Future_Foundations/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "No End to Limitations", | |
| "href": "/artist/Manuok/album/No_End_to_Limitations/", | |
| "artist": "Manuok" | |
| }, | |
| { | |
| "title": "DJ-Kicks", | |
| "href": "/artist/Maya_Jane_Coles/album/DJ-Kicks/", | |
| "artist": "Maya Jane Coles" | |
| }, | |
| { | |
| "title": "Islands", | |
| "href": "/artist/Kajagoogoo/album/Islands/", | |
| "artist": "Kajagoogoo" | |
| }, | |
| { | |
| "title": "Bed & Bugs", | |
| "href": "/artist/Obits/album/Bed__Bugs/", | |
| "artist": "Obits" | |
| }, | |
| { | |
| "title": "Moody, Standard And Poor", | |
| "href": "/artist/Obits/album/Moody%2C_Standard_And_Poor/", | |
| "artist": "Obits" | |
| }, | |
| { | |
| "title": "I Blame You", | |
| "href": "/artist/Obits/album/I_Blame_You/", | |
| "artist": "Obits" | |
| }, | |
| { | |
| "title": "Habits & Contradictions", | |
| "href": "/artist/Schoolboy_Q/album/Habits__Contradictions/", | |
| "artist": "Schoolboy Q" | |
| }, | |
| { | |
| "title": "Skycell", | |
| "href": "/artist/Nguzunguzu/album/Skycell/", | |
| "artist": "Nguzunguzu" | |
| }, | |
| { | |
| "title": "Half Way Home", | |
| "href": "/artist/Angel_Olsen/album/Half_Way_Home/", | |
| "artist": "Angel Olsen" | |
| }, | |
| { | |
| "title": "ARTPOP", | |
| "href": "/artist/Lady_Gaga/album/ARTPOP/", | |
| "artist": "Lady Gaga" | |
| }, | |
| { | |
| "title": "Mine", | |
| "href": "/artist/Architect_1/album/Mine/", | |
| "artist": "Architect" | |
| }, | |
| { | |
| "title": "Two Sides: The Very Best Of Mike Oldfield", | |
| "href": "/artist/Mike_Oldfield/album/Two_Sides_The_Very_Best_Of_Mike_Oldfield_1/", | |
| "artist": "Mike Oldfield" | |
| }, | |
| { | |
| "title": "The Best Of Mac Dre", | |
| "href": "/artist/Mac_Dre/album/The_Best_Of_Mac_Dre/", | |
| "artist": "Mac Dre" | |
| }, | |
| { | |
| "title": "Right Behind You - Single", | |
| "href": "/artist/Snakes_Say_Hisss/album/Right_Behind_You_-_Single/", | |
| "artist": "Snakes Say Hisss" | |
| }, | |
| { | |
| "title": "VANNAWHITE", | |
| "href": "/artist/Tough_Knuckles/album/VANNAWHITE/", | |
| "artist": "Tough Knuckles" | |
| }, | |
| { | |
| "title": "Juice - Single", | |
| "href": "/artist/Tony_Castles/album/Juice_-_Single/", | |
| "artist": "Tony Castles" | |
| }, | |
| { | |
| "title": "Vol. 1 - EP", | |
| "href": "/artist/The_Immaculates/album/Vol._1_-_EP/", | |
| "artist": "The Immaculates" | |
| }, | |
| { | |
| "title": "Warma - EP", | |
| "href": "/artist/Darlings/album/Warma_-_EP/", | |
| "artist": "Darlings" | |
| }, | |
| { | |
| "title": "Epoca de Oro de el Salvador 60's & 70's Vol. 2", | |
| "href": "/artist/Los_Beats/album/Epoca_de_Oro_de_el_Salvador_60%27s__70%27s_Vol._2/", | |
| "artist": "Los Beats" | |
| }, | |
| { | |
| "title": "Sahara (Original Score)", | |
| "href": "/artist/Clint_Mansell/album/Sahara_(Original_Score)/", | |
| "artist": "Clint Mansell" | |
| }, | |
| { | |
| "title": "Filth", | |
| "href": "/artist/Clint_Mansell/album/Filth/", | |
| "artist": "Clint Mansell" | |
| }, | |
| { | |
| "title": "Circles", | |
| "href": "/artist/Moon_Duo/album/Circles/", | |
| "artist": "Moon Duo" | |
| }, | |
| { | |
| "title": "Hazed Dream", | |
| "href": "/artist/Psychic_Ills/album/Hazed_Dream/", | |
| "artist": "Psychic Ills" | |
| }, | |
| { | |
| "title": "Meiguiweisheng Xiang", | |
| "href": "/artist/Workshop/album/Meiguiweisheng_Xiang/", | |
| "artist": "Workshop" | |
| }, | |
| { | |
| "title": "Workshop", | |
| "href": "/artist/Workshop/album/Workshop_1/", | |
| "artist": "Workshop" | |
| }, | |
| { | |
| "title": "Workshop", | |
| "href": "/artist/Workshop/album/Workshop/", | |
| "artist": "Workshop" | |
| }, | |
| { | |
| "title": "Crimes of Passion", | |
| "href": "/artist/Crocodiles/album/Crimes_of_Passion/", | |
| "artist": "Crocodiles" | |
| }, | |
| { | |
| "title": "Without You (Remixes)", | |
| "href": "/artist/Dillon_Francis_feat._Totally_Enormous_Extinct_Dinosaurs/album/Without_You_(Remixes)/", | |
| "artist": "Dillon Francis feat. Totally Enormous Extinct Dinosaurs" | |
| }, | |
| { | |
| "title": "The Bones of What You Believe", | |
| "href": "/artist/CHVRCHES/album/The_Bones_of_What_You_Believe/", | |
| "artist": "CHVRCHES" | |
| }, | |
| { | |
| "title": "Cool Water", | |
| "href": "/artist/Maxmillion_Dunbar/album/Cool_Water/", | |
| "artist": "Maxmillion Dunbar" | |
| }, | |
| { | |
| "title": "Bare Feet EP", | |
| "href": "/artist/Maxmillion_Dunbar/album/Bare_Feet_EP/", | |
| "artist": "Maxmillion Dunbar" | |
| }, | |
| { | |
| "title": "Herein Wild", | |
| "href": "/artist/Frankie_Rose/album/Herein_Wild/", | |
| "artist": "Frankie Rose" | |
| }, | |
| { | |
| "title": "More", | |
| "href": "/artist/Arp/album/More_1/", | |
| "artist": "Arp" | |
| }, | |
| { | |
| "title": "Sleeper", | |
| "href": "/artist/Carmen_Villain/album/Sleeper/", | |
| "artist": "Carmen Villain" | |
| }, | |
| { | |
| "title": "Silver Mouth", | |
| "href": "/artist/Jupiter_Lion/album/Silver_Mouth/", | |
| "artist": "Jupiter Lion" | |
| }, | |
| { | |
| "title": "One One One", | |
| "href": "/artist/Shining_1/album/One_One_One/", | |
| "artist": "Shining" | |
| }, | |
| { | |
| "title": "I Hate This City", | |
| "href": "/artist/Ignatz/album/I_Hate_This_City/", | |
| "artist": "Ignatz" | |
| }, | |
| { | |
| "title": "Kihnspiracy", | |
| "href": "/artist/Greg_Kihn_Band/album/Kihnspiracy/", | |
| "artist": "Greg Kihn Band" | |
| }, | |
| { | |
| "title": "Still Goin In", | |
| "href": "/artist/Rich_Homie_Quan/album/Still_Goin_In/", | |
| "artist": "Rich Homie Quan" | |
| }, | |
| { | |
| "title": "You're Living All Over Me", | |
| "href": "/artist/Dinosaur_Jr./album/You%27re_Living_All_Over_Me/", | |
| "artist": "Dinosaur Jr." | |
| }, | |
| { | |
| "title": "Coming Apart", | |
| "href": "/artist/Body/Head/album/Coming_Apart/", | |
| "artist": "Body/Head" | |
| }, | |
| { | |
| "title": "Unfortunately No Longer Virgins", | |
| "href": "/artist/UNLV/album/Unfortunately_No_Longer_Virgins/", | |
| "artist": "UNLV" | |
| }, | |
| { | |
| "title": "The Invisble Man", | |
| "href": "/artist/Tim_Smooth/album/The_Invisble_Man/", | |
| "artist": "Tim Smooth" | |
| }, | |
| { | |
| "title": "Russian Attractions - EP", | |
| "href": "/artist/S%C3%A9bastien_Tellier/album/Russian_Attractions_-_EP/", | |
| "artist": "Sébastien Tellier" | |
| }, | |
| { | |
| "title": "The Nothings of The North", | |
| "href": "/artist/Ametsub/album/The_Nothings_of_The_North_1/", | |
| "artist": "Ametsub" | |
| }, | |
| { | |
| "title": "Spezmodia", | |
| "href": "/artist/Mouse_On_Mars/album/Spezmodia/", | |
| "artist": "Mouse On Mars" | |
| }, | |
| { | |
| "title": "My God Is Blue", | |
| "href": "/artist/S%C3%A9bastien_Tellier/album/My_God_Is_Blue/", | |
| "artist": "Sébastien Tellier" | |
| }, | |
| { | |
| "title": "Queen D", | |
| "href": "/artist/Lil_Debbie/album/Queen_D/", | |
| "artist": "Lil Debbie" | |
| }, | |
| { | |
| "title": "Jumpin out the Gym", | |
| "href": "/artist/RiFF_Raff%2CDOLLABiLLGATES/album/Jumpin_out_the_Gym_1/", | |
| "artist": "RiFF Raff,DOLLABiLLGATES" | |
| }, | |
| { | |
| "title": "Indestructible Machine", | |
| "href": "/artist/Lydia_Loveless/album/Indestructible_Machine/", | |
| "artist": "Lydia Loveless" | |
| }, | |
| { | |
| "title": "Past, Present, Future", | |
| "href": "/artist/Phuture/album/Past%2C_Present%2C_Future/", | |
| "artist": "Phuture" | |
| }, | |
| { | |
| "title": "Blomma", | |
| "href": "/artist/Minilogue/album/Blomma/", | |
| "artist": "Minilogue" | |
| }, | |
| { | |
| "title": "The Oansome Orbit", | |
| "href": "/artist/Pimmon/album/The_Oansome_Orbit/", | |
| "artist": "Pimmon" | |
| }, | |
| { | |
| "title": "Procrastination", | |
| "href": "/artist/Fabio_Orsi__Pimmon/album/Procrastination/", | |
| "artist": "Fabio Orsi & Pimmon" | |
| }, | |
| { | |
| "title": "Sky Margin", | |
| "href": "/artist/Pausal/album/Sky_Margin/", | |
| "artist": "Pausal" | |
| }, | |
| { | |
| "title": "Grey", | |
| "href": "/artist/Segue/album/Grey/", | |
| "artist": "Segue" | |
| }, | |
| { | |
| "title": "Circumambulation", | |
| "href": "/artist/True_Widow/album/Circumambulation/", | |
| "artist": "True Widow" | |
| }, | |
| { | |
| "title": "Make All the Hell of Dark Metal Bright", | |
| "href": "/artist/Kwaidan/album/Make_All_the_Hell_of_Dark_Metal_Bright/", | |
| "artist": "Kwaidan" | |
| }, | |
| { | |
| "title": "Deleted Scenes", | |
| "href": "/artist/Standish/Carlyon/album/Deleted_Scenes_1/", | |
| "artist": "Standish/Carlyon" | |
| }, | |
| { | |
| "title": "Abandon", | |
| "href": "/artist/Pharmakon/album/Abandon/", | |
| "artist": "Pharmakon" | |
| }, | |
| { | |
| "title": "Skyer", | |
| "href": "/artist/Postiljonen/album/Skyer/", | |
| "artist": "Postiljonen" | |
| }, | |
| { | |
| "title": "Melt Yourself Down", | |
| "href": "/artist/Melt_Yourself_Down/album/Melt_Yourself_Down/", | |
| "artist": "Melt Yourself Down" | |
| }, | |
| { | |
| "title": "Inform - Educate - Entertain", | |
| "href": "/artist/Public_Service_Broadcasting/album/Inform_-_Educate_-_Entertain/", | |
| "artist": "Public Service Broadcasting" | |
| }, | |
| { | |
| "title": "Field of Reeds", | |
| "href": "/artist/These_New_Puritans/album/Field_of_Reeds/", | |
| "artist": "These New Puritans" | |
| }, | |
| { | |
| "title": "PG-13", | |
| "href": "/artist/Sharon_Needles/album/PG-13/", | |
| "artist": "Sharon Needles" | |
| }, | |
| { | |
| "title": "No Ghost", | |
| "href": "/artist/Capsule_1/album/No_Ghost/", | |
| "artist": "Capsule" | |
| }, | |
| { | |
| "title": "DYAD OGST", | |
| "href": "/artist/David_Kanaga/album/DYAD_OGST/", | |
| "artist": "David Kanaga" | |
| }, | |
| { | |
| "title": "Breaking Mirrors", | |
| "href": "/artist/Blanche_Blanche_Blanche/album/Breaking_Mirrors/", | |
| "artist": "Blanche Blanche Blanche" | |
| }, | |
| { | |
| "title": "Rags To Riches", | |
| "href": "/artist/Idea_Fire_Company/album/Rags_To_Riches/", | |
| "artist": "Idea Fire Company" | |
| }, | |
| { | |
| "title": "The Terrible Comet Salt", | |
| "href": "/artist/Idea_Fire_Company__BRRR/album/The_Terrible_Comet_Salt/", | |
| "artist": "Idea Fire Company & BRRR" | |
| }, | |
| { | |
| "title": "Plays Bee Mask", | |
| "href": "/artist/Donato_Dozzy/album/Plays_Bee_Mask/", | |
| "artist": "Donato Dozzy" | |
| }, | |
| { | |
| "title": "Screws", | |
| "href": "/artist/Nils_Frahm/album/Screws/", | |
| "artist": "Nils Frahm" | |
| }, | |
| { | |
| "title": "Manifest Decimation", | |
| "href": "/artist/Power_Trip/album/Manifest_Decimation/", | |
| "artist": "Power Trip" | |
| }, | |
| { | |
| "title": "Hinterland", | |
| "href": "/artist/Recondite/album/Hinterland_1/", | |
| "artist": "Recondite" | |
| }, | |
| { | |
| "title": "Nanda Collection", | |
| "href": "/artist/Kyary_Pamyu_Pamyu/album/Nanda_Collection/", | |
| "artist": "Kyary Pamyu Pamyu" | |
| }, | |
| { | |
| "title": "Unknown Death 2002", | |
| "href": "/artist/Yung_Lean/album/Unknown_Death_2002/", | |
| "artist": "Yung Lean" | |
| }, | |
| { | |
| "title": "Vi är många som är vakna i natt", | |
| "href": "/artist/Nordpolen/album/Vi_%C3%A4r_m%C3%A5nga_som_%C3%A4r_vakna_i_natt/", | |
| "artist": "Nordpolen" | |
| }, | |
| { | |
| "title": "Pllajë", | |
| "href": "/artist/JMSN/album/Pllaj%C3%AB/", | |
| "artist": "JMSN" | |
| }, | |
| { | |
| "title": "Moon Tides", | |
| "href": "/artist/Pure_Bathing_Culture/album/Moon_Tides/", | |
| "artist": "Pure Bathing Culture" | |
| }, | |
| { | |
| "title": "Ghost Systems Rave", | |
| "href": "/artist/Clouds_1/album/Ghost_Systems_Rave/", | |
| "artist": "Clouds" | |
| }, | |
| { | |
| "title": "USB Islands", | |
| "href": "/artist/Clouds_1/album/USB_Islands/", | |
| "artist": "Clouds" | |
| }, | |
| { | |
| "title": "Akkord", | |
| "href": "/artist/Akkord/album/Akkord/", | |
| "artist": "Akkord" | |
| }, | |
| { | |
| "title": "Still Goin In - Reloaded", | |
| "href": "/artist/Rich_Homie_Quan/album/Still_Goin_In_-_Reloaded/", | |
| "artist": "Rich Homie Quan" | |
| }, | |
| { | |
| "title": "Inspectah Deck + 7L & Esoteric = CZARFACE", | |
| "href": "/artist/CZARFACE/album/Inspectah_Deck_%2B_7L__Esoteric_%3D_CZARFACE/", | |
| "artist": "CZARFACE" | |
| }, | |
| { | |
| "title": "midcity", | |
| "href": "/artist/clipping./album/midcity/", | |
| "artist": "clipping." | |
| }, | |
| { | |
| "title": "Against a Wall (feat. Lofty305)", | |
| "href": "/artist/Ryan_Hemsworth/album/Against_a_Wall_(feat._Lofty305)/", | |
| "artist": "Ryan Hemsworth" | |
| }, | |
| { | |
| "title": "Where'd You Go", | |
| "href": "/artist/Eat_Skull/album/Where%27d_You_Go/", | |
| "artist": "Eat Skull" | |
| }, | |
| { | |
| "title": "Colored Sands", | |
| "href": "/artist/Gorguts/album/Colored_Sands/", | |
| "artist": "Gorguts" | |
| }, | |
| { | |
| "title": "As High As The Highest Heavens And From The Center To The Circumference Of The Earth", | |
| "href": "/artist/True_Widow/album/As_High_As_The_Highest_Heavens_And_From_The_Center_To_The_Circumference_Of_The_Earth/", | |
| "artist": "True Widow" | |
| }, | |
| { | |
| "title": "Split #11", | |
| "href": "/artist/Matmos/album/Split_11/", | |
| "artist": "Matmos" | |
| }, | |
| { | |
| "title": "Mad Kit", | |
| "href": "/artist/Dat_Politics/album/Mad_Kit/", | |
| "artist": "Dat Politics" | |
| }, | |
| { | |
| "title": "Go Pets Go", | |
| "href": "/artist/Dat_Politics/album/Go_Pets_Go/", | |
| "artist": "Dat Politics" | |
| }, | |
| { | |
| "title": "Through the Window", | |
| "href": "/artist/Prurient/album/Through_the_Window/", | |
| "artist": "Prurient" | |
| }, | |
| { | |
| "title": "Southeastern", | |
| "href": "/artist/Jason_Isbell/album/Southeastern/", | |
| "artist": "Jason Isbell" | |
| }, | |
| { | |
| "title": "Blues Trip", | |
| "href": "/artist/Blackout_Beach/album/Blues_Trip/", | |
| "artist": "Blackout Beach" | |
| }, | |
| { | |
| "title": "International Man of Misery", | |
| "href": "/artist/Jerry_Paper/album/International_Man_of_Misery/", | |
| "artist": "Jerry Paper" | |
| }, | |
| { | |
| "title": "Old Mornings Dawn", | |
| "href": "/artist/Summoning/album/Old_Mornings_Dawn/", | |
| "artist": "Summoning" | |
| }, | |
| { | |
| "title": "Oshin", | |
| "href": "/artist/Diiv/album/Oshin/", | |
| "artist": "Diiv" | |
| }, | |
| { | |
| "title": "Morgan Delt", | |
| "href": "/artist/Morgan_Delt/album/Morgan_Delt/", | |
| "artist": "Morgan Delt" | |
| }, | |
| { | |
| "title": "The Best Of Herbie Hancock - The Hits!", | |
| "href": "/artist/Herbie_Hancock/album/The_Best_Of_Herbie_Hancock_-_The_Hits!_1/", | |
| "artist": "Herbie Hancock" | |
| }, | |
| { | |
| "title": "Listening Tree", | |
| "href": "/artist/Tim_Exile/album/Listening_Tree/", | |
| "artist": "Tim Exile" | |
| }, | |
| { | |
| "title": "Stay / True EP", | |
| "href": "/artist/Fort_Romeau/album/Stay_/_True_EP/", | |
| "artist": "Fort Romeau" | |
| }, | |
| { | |
| "title": "SW9", | |
| "href": "/artist/Fort_Romeau/album/SW9/", | |
| "artist": "Fort Romeau" | |
| }, | |
| { | |
| "title": "Detrimentalist", | |
| "href": "/artist/Venetian_Snares/album/Detrimentalist/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "Huge Chrome Cylinder Box Unfolding", | |
| "href": "/artist/Venetian_Snares/album/Huge_Chrome_Cylinder_Box_Unfolding/", | |
| "artist": "Venetian Snares" | |
| }, | |
| { | |
| "title": "The Cosmic Forces of Mu", | |
| "href": "/artist/Various_Artists/album/The_Cosmic_Forces_of_Mu/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Poemss", | |
| "href": "/artist/Poemss/album/Poemss/", | |
| "artist": "Poemss" | |
| }, | |
| { | |
| "title": "Ok You Homos, Out of the Car", | |
| "href": "/artist/Tit_Wrench/album/Ok_You_Homos%2C_Out_of_the_Car/", | |
| "artist": "Tit Wrench" | |
| }, | |
| { | |
| "title": "Welcome to the American Experience", | |
| "href": "/artist/Lesser/album/Welcome_to_the_American_Experience/", | |
| "artist": "Lesser" | |
| }, | |
| { | |
| "title": "The Definitive Collection", | |
| "href": "/artist/Art_Lord__The_Self-Portraits/album/The_Definitive_Collection/", | |
| "artist": "Art Lord & The Self-Portraits" | |
| }, | |
| { | |
| "title": "Darlings", | |
| "href": "/artist/Kevin_Drew/album/Darlings/", | |
| "artist": "Kevin Drew" | |
| }, | |
| { | |
| "title": "G I R L", | |
| "href": "/artist/Pharrell_Williams/album/G_I_R_L/", | |
| "artist": "Pharrell Williams" | |
| }, | |
| { | |
| "title": "Eastern Sounds (Rudy Van Gelder Remaster)", | |
| "href": "/artist/Yusef_Lateef/album/Eastern_Sounds_(Rudy_Van_Gelder_Remaster)/", | |
| "artist": "Yusef Lateef" | |
| }, | |
| { | |
| "title": "Monsieur Gainsbourg Originals", | |
| "href": "/artist/Serge_Gainsbourg/album/Monsieur_Gainsbourg_Originals/", | |
| "artist": "Serge Gainsbourg" | |
| }, | |
| { | |
| "title": "Ghosts Of Then And Now", | |
| "href": "/artist/Illum_Sphere/album/Ghosts_Of_Then_And_Now/", | |
| "artist": "Illum Sphere" | |
| }, | |
| { | |
| "title": "Clapper Is Still", | |
| "href": "/artist/Way_Through/album/Clapper_Is_Still/", | |
| "artist": "Way Through" | |
| }, | |
| { | |
| "title": "Trouble", | |
| "href": "/artist/Hospitality/album/Trouble/", | |
| "artist": "Hospitality" | |
| }, | |
| { | |
| "title": "Lazer Guided Melodies", | |
| "href": "/artist/Spiritualized/album/Lazer_Guided_Melodies_2/", | |
| "artist": "Spiritualized" | |
| }, | |
| { | |
| "title": "Take Me To Your Dealer", | |
| "href": "/artist/TacocaT/album/Take_Me_To_Your_Dealer/", | |
| "artist": "TacocaT" | |
| }, | |
| { | |
| "title": "Possession Sound", | |
| "href": "/artist/Gun_Outfit/album/Possession_Sound/", | |
| "artist": "Gun Outfit" | |
| }, | |
| { | |
| "title": "Work (work, work)", | |
| "href": "/artist/HTRK/album/Work_(work%2C_work)/", | |
| "artist": "HTRK" | |
| }, | |
| { | |
| "title": "Other Voices EP", | |
| "href": "/artist/The_Orwells/album/Other_Voices_EP/", | |
| "artist": "The Orwells" | |
| }, | |
| { | |
| "title": "Was Dead", | |
| "href": "/artist/King_Tuff/album/Was_Dead/", | |
| "artist": "King Tuff" | |
| }, | |
| { | |
| "title": "Terson", | |
| "href": "/artist/Julien_Bracht/album/Terson/", | |
| "artist": "Julien Bracht" | |
| }, | |
| { | |
| "title": "Weasel's Monster Melodys", | |
| "href": "/artist/Kia/album/Weasel%27s_Monster_Melodys/", | |
| "artist": "Kia" | |
| }, | |
| { | |
| "title": "Transgender Dysphoria Blues", | |
| "href": "/artist/Against_Me!/album/Transgender_Dysphoria_Blues/", | |
| "artist": "Against Me!" | |
| }, | |
| { | |
| "title": "Burn Your Fire For No Witness", | |
| "href": "/artist/Angel_Olsen/album/Burn_Your_Fire_For_No_Witness/", | |
| "artist": "Angel Olsen" | |
| }, | |
| { | |
| "title": "Hotel Valentine", | |
| "href": "/artist/Cibo_Matto/album/Hotel_Valentine/", | |
| "artist": "Cibo Matto" | |
| }, | |
| { | |
| "title": "Upside Down Mountain", | |
| "href": "/artist/Conor_Oberst/album/Upside_Down_Mountain/", | |
| "artist": "Conor Oberst" | |
| }, | |
| { | |
| "title": "Everyday Robots", | |
| "href": "/artist/Damon_Albarn/album/Everyday_Robots_1/", | |
| "artist": "Damon Albarn" | |
| }, | |
| { | |
| "title": "Piñata", | |
| "href": "/artist/Freddie_Gibbs__Madlib/album/Pi%C3%B1ata/", | |
| "artist": "Freddie Gibbs & Madlib" | |
| }, | |
| { | |
| "title": "The Moon Rang Like a Bell", | |
| "href": "/artist/Hundred_Waters/album/The_Moon_Rang_Like_a_Bell/", | |
| "artist": "Hundred Waters" | |
| }, | |
| { | |
| "title": "Food", | |
| "href": "/artist/Kelis/album/Food_2/", | |
| "artist": "Kelis" | |
| }, | |
| { | |
| "title": "Under Color of Official Right", | |
| "href": "/artist/Protomartyr/album/Under_Color_of_Official_Right/", | |
| "artist": "Protomartyr" | |
| }, | |
| { | |
| "title": "Are We There", | |
| "href": "/artist/Sharon_Van_Etten/album/Are_We_There/", | |
| "artist": "Sharon Van Etten" | |
| }, | |
| { | |
| "title": "Bless Off", | |
| "href": "/artist/The_SHRINE/album/Bless_Off/", | |
| "artist": "The SHRINE" | |
| }, | |
| { | |
| "title": "St. Vincent", | |
| "href": "/artist/St._Vincent/album/St._Vincent/", | |
| "artist": "St. Vincent" | |
| }, | |
| { | |
| "title": "Benji", | |
| "href": "/artist/Sun_Kil_Moon/album/Benji/", | |
| "artist": "Sun Kil Moon" | |
| }, | |
| { | |
| "title": "To Be Kind", | |
| "href": "/artist/Swans/album/To_Be_Kind/", | |
| "artist": "Swans" | |
| }, | |
| { | |
| "title": "Buckeye", | |
| "href": "/artist/Wussy/album/Buckeye/", | |
| "artist": "Wussy" | |
| }, | |
| { | |
| "title": "Black Portland", | |
| "href": "/artist/Various_Artists/album/Black_Portland/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Stones and Woods", | |
| "href": "/artist/Anstam/album/Stones_and_Woods/", | |
| "artist": "Anstam" | |
| }, | |
| { | |
| "title": "Dispel Dances", | |
| "href": "/artist/Anstam/album/Dispel_Dances_1/", | |
| "artist": "Anstam" | |
| }, | |
| { | |
| "title": "Eat Your Paisley", | |
| "href": "/artist/The_Dead_Milkmen/album/Eat_Your_Paisley/", | |
| "artist": "The Dead Milkmen" | |
| }, | |
| { | |
| "title": "Divisionary", | |
| "href": "/artist/Ages_and_Ages/album/Divisionary_1/", | |
| "artist": "Ages and Ages" | |
| }, | |
| { | |
| "title": "Pathfinder", | |
| "href": "/artist/Throwing_Snow/album/Pathfinder/", | |
| "artist": "Throwing Snow" | |
| }, | |
| { | |
| "title": "Mosaic", | |
| "href": "/artist/Throwing_Snow/album/Mosaic/", | |
| "artist": "Throwing Snow" | |
| }, | |
| { | |
| "title": "The Last Resort", | |
| "href": "/artist/Trentem%C3%B8ller/album/The_Last_Resort/", | |
| "artist": "Trentemøller" | |
| }, | |
| { | |
| "title": "Someday World", | |
| "href": "/artist/Eno_%E2%80%A2_Hyde/album/Someday_World/", | |
| "artist": "Eno • Hyde" | |
| }, | |
| { | |
| "title": "Planet Rock", | |
| "href": "/artist/Afrika_Bambaataa__The_Soul_Sonic_Force/album/Planet_Rock/", | |
| "artist": "Afrika Bambaataa & The Soul Sonic Force" | |
| }, | |
| { | |
| "title": "Karaoke Hip Hop/Rap: Homiez", | |
| "href": "/artist/Karaoke/album/Karaoke_Hip_Hop/Rap_Homiez/", | |
| "artist": "Karaoke" | |
| }, | |
| { | |
| "title": "Killers Hits From Hell", | |
| "href": "/artist/Various_Artists/album/Killers_Hits_From_Hell/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Model Of You", | |
| "href": "/artist/Cloud_Boat/album/Model_Of_You/", | |
| "artist": "Cloud Boat" | |
| }, | |
| { | |
| "title": "The Both", | |
| "href": "/artist/The_Both/album/The_Both/", | |
| "artist": "The Both" | |
| }, | |
| { | |
| "title": "Lion", | |
| "href": "/artist/Peter_Murphy/album/Lion_1/", | |
| "artist": "Peter Murphy" | |
| }, | |
| { | |
| "title": "Feed Me Diamonds", | |
| "href": "/artist/MNDR/album/Feed_Me_Diamonds/", | |
| "artist": "MNDR" | |
| }, | |
| { | |
| "title": "OvalDNA", | |
| "href": "/artist/Oval/album/OvalDNA_1/", | |
| "artist": "Oval" | |
| }, | |
| { | |
| "title": "Dracula", | |
| "href": "/artist/Nurses/album/Dracula/", | |
| "artist": "Nurses" | |
| }, | |
| { | |
| "title": "Gauntlet Hair", | |
| "href": "/artist/Gauntlet_Hair/album/Gauntlet_Hair/", | |
| "artist": "Gauntlet Hair" | |
| }, | |
| { | |
| "title": "The Evening Descends", | |
| "href": "/artist/Evangelicals/album/The_Evening_Descends/", | |
| "artist": "Evangelicals" | |
| }, | |
| { | |
| "title": "Puzzles", | |
| "href": "/artist/Pixelord/album/Puzzles/", | |
| "artist": "Pixelord" | |
| }, | |
| { | |
| "title": "Far Away Trains Passing By", | |
| "href": "/artist/Ulrich_Schnauss/album/Far_Away_Trains_Passing_By/", | |
| "artist": "Ulrich Schnauss" | |
| }, | |
| { | |
| "title": "The Legend", | |
| "href": "/artist/DJ_Screw/album/The_Legend_1/", | |
| "artist": "DJ Screw" | |
| }, | |
| { | |
| "title": "6 Feet Beneath The Moon", | |
| "href": "/artist/King_Krule/album/6_Feet_Beneath_The_Moon/", | |
| "artist": "King Krule" | |
| }, | |
| { | |
| "title": "The Rentals Present: Resilience (A Benefit Album for the Relief Effort In Japan)", | |
| "href": "/artist/The_Rentals/album/The_Rentals_Present_Resilience_(A_Benefit_Album_for_the_Relief_Effort_In_Japan)/", | |
| "artist": "The Rentals" | |
| }, | |
| { | |
| "title": "Seapunk", | |
| "href": "/artist/Ultrademon/album/Seapunk/", | |
| "artist": "Ultrademon" | |
| }, | |
| { | |
| "title": "The John Baker Tapes", | |
| "href": "/artist/John_Baker/album/The_John_Baker_Tapes/", | |
| "artist": "John Baker" | |
| }, | |
| { | |
| "title": "Ethnic Impressions", | |
| "href": "/artist/Various_Artists/album/Ethnic_Impressions/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Zapp II", | |
| "href": "/artist/Zapp/album/Zapp_II/", | |
| "artist": "Zapp" | |
| }, | |
| { | |
| "title": "Clay body", | |
| "href": "/artist/Sail_A_Whale/album/Clay_body/", | |
| "artist": "Sail A Whale" | |
| }, | |
| { | |
| "title": "Destination Ecstasy", | |
| "href": "/artist/Pink_Playground/album/Destination_Ecstasy/", | |
| "artist": "Pink Playground" | |
| }, | |
| { | |
| "title": "Breakdown", | |
| "href": "/artist/Peaking_Lights/album/Breakdown/", | |
| "artist": "Peaking Lights" | |
| }, | |
| { | |
| "title": "Nabuma Rubberband", | |
| "href": "/artist/Little_Dragon/album/Nabuma_Rubberband/", | |
| "artist": "Little Dragon" | |
| }, | |
| { | |
| "title": "On Oni Pond", | |
| "href": "/artist/Man_Man/album/On_Oni_Pond/", | |
| "artist": "Man Man" | |
| }, | |
| { | |
| "title": "Rooms Of The House", | |
| "href": "/artist/La_Dispute/album/Rooms_Of_The_House/", | |
| "artist": "La Dispute" | |
| }, | |
| { | |
| "title": "World, You Need a Change of Mind", | |
| "href": "/artist/Kindness/album/World%2C_You_Need_a_Change_of_Mind_1/", | |
| "artist": "Kindness" | |
| }, | |
| { | |
| "title": "Mariachi El Bronx (II)", | |
| "href": "/artist/Mariachi_El_Bronx/album/Mariachi_El_Bronx_(II)_1/", | |
| "artist": "Mariachi El Bronx" | |
| }, | |
| { | |
| "title": "Benjamin Booker", | |
| "href": "/artist/Benjamin_Booker/album/Benjamin_Booker/", | |
| "artist": "Benjamin Booker" | |
| }, | |
| { | |
| "title": "The Things We Think We're Missing", | |
| "href": "/artist/Balance_and_Composure/album/The_Things_We_Think_We%27re_Missing/", | |
| "artist": "Balance and Composure" | |
| }, | |
| { | |
| "title": "Remedial", | |
| "href": "/artist/The_Gasman/album/Remedial/", | |
| "artist": "The Gasman" | |
| }, | |
| { | |
| "title": "Clairvoyant Fortnight", | |
| "href": "/artist/Knifeworld/album/Clairvoyant_Fortnight/", | |
| "artist": "Knifeworld" | |
| }, | |
| { | |
| "title": "Sleep Furiously", | |
| "href": "/artist/Thumpermonkey/album/Sleep_Furiously/", | |
| "artist": "Thumpermonkey" | |
| }, | |
| { | |
| "title": "Brill Bruisers", | |
| "href": "/artist/The_New_Pornographers/album/Brill_Bruisers_1/", | |
| "artist": "The New Pornographers" | |
| }, | |
| { | |
| "title": "Wild Wild Forest - Super Hits", | |
| "href": "/artist/Wild_Wild_Forest/album/Wild_Wild_Forest_-_Super_Hits/", | |
| "artist": "Wild Wild Forest" | |
| }, | |
| { | |
| "title": "Vou-Me Libertar", | |
| "href": "/artist/Fuma%C3%A7a_Preta/album/Vou-Me_Libertar/", | |
| "artist": "Fumaça Preta" | |
| }, | |
| { | |
| "title": "OPENING", | |
| "href": "/artist/Christopher_Willits/album/OPENING/", | |
| "artist": "Christopher Willits" | |
| }, | |
| { | |
| "title": "Loose Power", | |
| "href": "/artist/Survival_Knife/album/Loose_Power/", | |
| "artist": "Survival Knife" | |
| }, | |
| { | |
| "title": "Ruins", | |
| "href": "/artist/Talkdemonic/album/Ruins/", | |
| "artist": "Talkdemonic" | |
| }, | |
| { | |
| "title": "Expanding Anyway", | |
| "href": "/artist/Morning_Teleportation/album/Expanding_Anyway_1/", | |
| "artist": "Morning Teleportation" | |
| }, | |
| { | |
| "title": "Pattern+Grid World", | |
| "href": "/artist/Flying_Lotus/album/Pattern%2BGrid_World/", | |
| "artist": "Flying Lotus" | |
| }, | |
| { | |
| "title": "Sail Out", | |
| "href": "/artist/Jhene_Aiko/album/Sail_Out_2/", | |
| "artist": "Jhene Aiko" | |
| }, | |
| { | |
| "title": "Losing Time / TX", | |
| "href": "/artist/Jon_Convex/album/Losing_Time_/_TX/", | |
| "artist": "Jon Convex" | |
| }, | |
| { | |
| "title": "Higher", | |
| "href": "/artist/My_Panda_Shall_Fly/album/Higher/", | |
| "artist": "My Panda Shall Fly" | |
| }, | |
| { | |
| "title": "Tropical", | |
| "href": "/artist/My_Panda_Shall_Fly/album/Tropical/", | |
| "artist": "My Panda Shall Fly" | |
| }, | |
| { | |
| "title": "Pe Dos EP", | |
| "href": "/artist/Premiesku/album/Pe_Dos_EP/", | |
| "artist": "Premiesku" | |
| }, | |
| { | |
| "title": "Drum Program - EP", | |
| "href": "/artist/Djedjotronic/album/Drum_Program_-_EP/", | |
| "artist": "Djedjotronic" | |
| }, | |
| { | |
| "title": "Put it this way in headlines", | |
| "href": "/artist/Aerial/album/Put_it_this_way_in_headlines/", | |
| "artist": "Aerial" | |
| }, | |
| { | |
| "title": "Delusions EP", | |
| "href": "/artist/Arka/album/Delusions_EP/", | |
| "artist": "Arka" | |
| }, | |
| { | |
| "title": "Hit It", | |
| "href": "/artist/Nightwave/album/Hit_It/", | |
| "artist": "Nightwave" | |
| }, | |
| { | |
| "title": "Luxor EP", | |
| "href": "/artist/Nightwave/album/Luxor_EP/", | |
| "artist": "Nightwave" | |
| }, | |
| { | |
| "title": "The Feel EP", | |
| "href": "/artist/Nightwave/album/The_Feel_EP/", | |
| "artist": "Nightwave" | |
| }, | |
| { | |
| "title": "Picture You Staring", | |
| "href": "/artist/Tops_1/album/Picture_You_Staring/", | |
| "artist": "Tops" | |
| }, | |
| { | |
| "title": "Imagin", | |
| "href": "/artist/Dark_Sky/album/Imagin/", | |
| "artist": "Dark Sky" | |
| }, | |
| { | |
| "title": "Come Into My Life: The Very Best of Joyce Sims", | |
| "href": "/artist/Joyce_Sims/album/Come_Into_My_Life_The_Very_Best_of_Joyce_Sims/", | |
| "artist": "Joyce Sims" | |
| }, | |
| { | |
| "title": "Hurt me", | |
| "href": "/artist/Johnny_Thunders/album/Hurt_me/", | |
| "artist": "Johnny Thunders" | |
| }, | |
| { | |
| "title": "Sentielle Objectif Actualité", | |
| "href": "/artist/Mark_Fell/album/Sentielle_Objectif_Actualit%C3%A9/", | |
| "artist": "Mark Fell" | |
| }, | |
| { | |
| "title": "Cyanide Sisters EP", | |
| "href": "/artist/Com_Truise/album/Cyanide_Sisters_EP/", | |
| "artist": "Com Truise" | |
| }, | |
| { | |
| "title": "Aller vers le soleil - EP", | |
| "href": "/artist/S%C3%A9bastien_Tellier/album/Aller_vers_le_soleil_-_EP/", | |
| "artist": "Sébastien Tellier" | |
| }, | |
| { | |
| "title": "Camping", | |
| "href": "/artist/Various_Artists/album/Camping/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Plowing Into the Field of Love", | |
| "href": "/artist/Iceage/album/Plowing_Into_the_Field_of_Love/", | |
| "artist": "Iceage" | |
| }, | |
| { | |
| "title": "Conversation", | |
| "href": "/artist/Twinz/album/Conversation/", | |
| "artist": "Twinz" | |
| }, | |
| { | |
| "title": "Back Story", | |
| "href": "/artist/Wolfgang_Gartner/album/Back_Story/", | |
| "artist": "Wolfgang Gartner" | |
| }, | |
| { | |
| "title": "The All Time Greatest Hits", | |
| "href": "/artist/Smokie/album/The_All_Time_Greatest_Hits/", | |
| "artist": "Smokie" | |
| }, | |
| { | |
| "title": "Frenemies", | |
| "href": "/artist/Felicita/album/Frenemies/", | |
| "artist": "Felicita" | |
| }, | |
| { | |
| "title": "We Are Time (Remastered)", | |
| "href": "/artist/The_Pop_Group/album/We_Are_Time_(Remastered)/", | |
| "artist": "The Pop Group" | |
| }, | |
| { | |
| "title": "Y (Remastered & expanded)", | |
| "href": "/artist/The_Pop_Group/album/Y_(Remastered__expanded)/", | |
| "artist": "The Pop Group" | |
| }, | |
| { | |
| "title": "Cabinet of Curiosities", | |
| "href": "/artist/The_Pop_Group/album/Cabinet_of_Curiosities/", | |
| "artist": "The Pop Group" | |
| }, | |
| { | |
| "title": "Calling All Heroes - EP", | |
| "href": "/artist/Adventure_Club/album/Calling_All_Heroes_-_EP/", | |
| "artist": "Adventure Club" | |
| }, | |
| { | |
| "title": "Sexor", | |
| "href": "/artist/Tiga/album/Sexor/", | |
| "artist": "Tiga" | |
| }, | |
| { | |
| "title": "Ciao! (Deluxe Edition)", | |
| "href": "/artist/Tiga/album/Ciao!_(Deluxe_Edition)/", | |
| "artist": "Tiga" | |
| }, | |
| { | |
| "title": "Multiplicity", | |
| "href": "/artist/Loveskills/album/Multiplicity/", | |
| "artist": "Loveskills" | |
| }, | |
| { | |
| "title": "Silver Apples", | |
| "href": "/artist/Silver_Apples/album/Silver_Apples/", | |
| "artist": "Silver Apples" | |
| }, | |
| { | |
| "title": "Contact", | |
| "href": "/artist/Silver_Apples/album/Contact/", | |
| "artist": "Silver Apples" | |
| }, | |
| { | |
| "title": "Prayers on Fire", | |
| "href": "/artist/The_Birthday_Party/album/Prayers_on_Fire/", | |
| "artist": "The Birthday Party" | |
| }, | |
| { | |
| "title": "Junkyard", | |
| "href": "/artist/The_Birthday_Party/album/Junkyard/", | |
| "artist": "The Birthday Party" | |
| }, | |
| { | |
| "title": "Cinema (Pt. 2)", | |
| "href": "/artist/Benny_Benassi/album/Cinema_(Pt._2)/", | |
| "artist": "Benny Benassi" | |
| }, | |
| { | |
| "title": "Rock 'N' Rave", | |
| "href": "/artist/Benny_Benassi/album/Rock_%27N%27_Rave_2/", | |
| "artist": "Benny Benassi" | |
| }, | |
| { | |
| "title": "Eric Prydz Presents Pryda", | |
| "href": "/artist/Eric_Prydz/album/Eric_Prydz_Presents_Pryda/", | |
| "artist": "Eric Prydz" | |
| }, | |
| { | |
| "title": "Can't Buy A Thrill", | |
| "href": "/artist/Steely_Dan/album/Can%27t_Buy_A_Thrill/", | |
| "artist": "Steely Dan" | |
| }, | |
| { | |
| "title": "Swim Team", | |
| "href": "/artist/Arms_And_Sleepers/album/Swim_Team/", | |
| "artist": "Arms And Sleepers" | |
| }, | |
| { | |
| "title": "Lightnin Hopkins Greatest Hits", | |
| "href": "/artist/Lightnin_Hopkins/album/Lightnin_Hopkins_Greatest_Hits/", | |
| "artist": "Lightnin Hopkins" | |
| }, | |
| { | |
| "title": "Heartaches & Highways: The Very Best Of Emmylou Harris", | |
| "href": "/artist/Emmylou_Harris/album/Heartaches__Highways_The_Very_Best_Of_Emmylou_Harris/", | |
| "artist": "Emmylou Harris" | |
| }, | |
| { | |
| "title": "Bustin' Loose", | |
| "href": "/artist/Chuck_Brown_and_the_Soul_Searchers/album/Bustin%27_Loose/", | |
| "artist": "Chuck Brown and the Soul Searchers" | |
| }, | |
| { | |
| "title": "In Times Of Trouble (Remastered)", | |
| "href": "/artist/Trouble_Funk/album/In_Times_Of_Trouble_(Remastered)/", | |
| "artist": "Trouble Funk" | |
| }, | |
| { | |
| "title": "Black Heat", | |
| "href": "/artist/Black_Heat/album/Black_Heat/", | |
| "artist": "Black Heat" | |
| }, | |
| { | |
| "title": "Ode To Billie Joe", | |
| "href": "/artist/Bobbie_Gentry/album/Ode_To_Billie_Joe/", | |
| "artist": "Bobbie Gentry" | |
| }, | |
| { | |
| "title": "Dusty In Memphis [Deluxe Edition]", | |
| "href": "/artist/Dusty_Springfield/album/Dusty_In_Memphis_(Deluxe_Edition)/", | |
| "artist": "Dusty Springfield" | |
| }, | |
| { | |
| "title": "When the Levee Breaks - Greatest Blues Masters", | |
| "href": "/artist/Kansas_Joe_McCoy/album/When_the_Levee_Breaks_-_Greatest_Blues_Masters/", | |
| "artist": "Kansas Joe McCoy" | |
| }, | |
| { | |
| "title": "The Definitive Collection", | |
| "href": "/artist/Patsy_Cline/album/The_Definitive_Collection/", | |
| "artist": "Patsy Cline" | |
| }, | |
| { | |
| "title": "The Essential Willie Nelson", | |
| "href": "/artist/Willie_Nelson/album/The_Essential_Willie_Nelson/", | |
| "artist": "Willie Nelson" | |
| }, | |
| { | |
| "title": "The Foundation", | |
| "href": "/artist/Zac_Brown_Band/album/The_Foundation/", | |
| "artist": "Zac Brown Band" | |
| }, | |
| { | |
| "title": "Continued", | |
| "href": "/artist/Tony_Joe_White/album/Continued/", | |
| "artist": "Tony Joe White" | |
| }, | |
| { | |
| "title": "Easter Everywhere", | |
| "href": "/artist/The_13th_Floor_Elevators/album/Easter_Everywhere/", | |
| "artist": "The 13th Floor Elevators" | |
| }, | |
| { | |
| "title": "Bull Of The Woods", | |
| "href": "/artist/The_13th_Floor_Elevators/album/Bull_Of_The_Woods/", | |
| "artist": "The 13th Floor Elevators" | |
| }, | |
| { | |
| "title": "The Evil One", | |
| "href": "/artist/Roky_Erickson/album/The_Evil_One/", | |
| "artist": "Roky Erickson" | |
| }, | |
| { | |
| "title": "Live at the Old Quarter", | |
| "href": "/artist/Townes_Van_Zandt/album/Live_at_the_Old_Quarter/", | |
| "artist": "Townes Van Zandt" | |
| }, | |
| { | |
| "title": "Gold", | |
| "href": "/artist/Hank_Williams/album/Gold/", | |
| "artist": "Hank Williams" | |
| }, | |
| { | |
| "title": "Gary Clark Jr.", | |
| "href": "/artist/Gary_Clark_Jr./album/Gary_Clark_Jr./", | |
| "artist": "Gary Clark Jr." | |
| }, | |
| { | |
| "title": "Tuff Enuff", | |
| "href": "/artist/The_Fabulous_Thunderbirds/album/Tuff_Enuff/", | |
| "artist": "The Fabulous Thunderbirds" | |
| }, | |
| { | |
| "title": "Butt Rockin'", | |
| "href": "/artist/The_Fabulous_Thunderbirds/album/Butt_Rockin%27/", | |
| "artist": "The Fabulous Thunderbirds" | |
| }, | |
| { | |
| "title": "Blues For The Red Sun", | |
| "href": "/artist/Kyuss/album/Blues_For_The_Red_Sun/", | |
| "artist": "Kyuss" | |
| }, | |
| { | |
| "title": "The Best Of Duane Eddy", | |
| "href": "/artist/Duane_Eddy/album/The_Best_Of_Duane_Eddy/", | |
| "artist": "Duane Eddy" | |
| }, | |
| { | |
| "title": "Nine Types of Light (Deluxe)", | |
| "href": "/artist/TV_On_The_Radio/album/Nine_Types_of_Light_(Deluxe)/", | |
| "artist": "TV On The Radio" | |
| }, | |
| { | |
| "title": "Sterile", | |
| "href": "/artist/Leather/album/Sterile/", | |
| "artist": "Leather" | |
| }, | |
| { | |
| "title": "Bashovia", | |
| "href": "/artist/Robbie_Basho/album/Bashovia/", | |
| "artist": "Robbie Basho" | |
| }, | |
| { | |
| "title": "PARTYNEXTDOOR", | |
| "href": "/artist/PARTYNEXTDOOR/album/PARTYNEXTDOOR/", | |
| "artist": "PARTYNEXTDOOR" | |
| }, | |
| { | |
| "title": "Parallel Memories", | |
| "href": "/artist/Mr._Mitch/album/Parallel_Memories/", | |
| "artist": "Mr. Mitch" | |
| }, | |
| { | |
| "title": "RGB", | |
| "href": "/artist/Zombie_Nation/album/RGB/", | |
| "artist": "Zombie Nation" | |
| }, | |
| { | |
| "title": "Partys Over Earth", | |
| "href": "/artist/ZZT/album/Partys_Over_Earth_1/", | |
| "artist": "ZZT" | |
| }, | |
| { | |
| "title": "Sunglasses at Night Remixes Pt.1", | |
| "href": "/artist/Tiga__Zyntherius/album/Sunglasses_at_Night_Remixes_Pt.1/", | |
| "artist": "Tiga & Zyntherius" | |
| }, | |
| { | |
| "title": "Guilt Regret Embarrassment", | |
| "href": "/artist/Treepeople/album/Guilt_Regret_Embarrassment/", | |
| "artist": "Treepeople" | |
| }, | |
| { | |
| "title": "Vulture", | |
| "href": "/artist/Scarlet_Symphony/album/Vulture/", | |
| "artist": "Scarlet Symphony" | |
| }, | |
| { | |
| "title": "A/B Til Infinity", | |
| "href": "/artist/Egyptrixx/album/A/B_Til_Infinity_2/", | |
| "artist": "Egyptrixx" | |
| }, | |
| { | |
| "title": "Batty Knee Dance EP", | |
| "href": "/artist/Julio_Bashmore/album/Batty_Knee_Dance_EP_1/", | |
| "artist": "Julio Bashmore" | |
| }, | |
| { | |
| "title": "Elliptic", | |
| "href": "/artist/Vessels/album/Elliptic/", | |
| "artist": "Vessels" | |
| }, | |
| { | |
| "title": "Gem Drops Two", | |
| "href": "/artist/Various_Artists/album/Gem_Drops_Two/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Paradoxes Of Progress", | |
| "href": "/artist/Sau_Poler/album/Paradoxes_Of_Progress/", | |
| "artist": "Sau Poler" | |
| }, | |
| { | |
| "title": "Fool", | |
| "href": "/artist/Kasper_Bj%C3%B8rke/album/Fool/", | |
| "artist": "Kasper Bjørke" | |
| }, | |
| { | |
| "title": "TNR", | |
| "href": "/artist/Kasper_Bj%C3%B8rke/album/TNR/", | |
| "artist": "Kasper Bjørke" | |
| }, | |
| { | |
| "title": "Crisis", | |
| "href": "/artist/Natasha_Kmeto/album/Crisis/", | |
| "artist": "Natasha Kmeto" | |
| }, | |
| { | |
| "title": "El Perro Del Mar", | |
| "href": "/artist/El_Perro_Del_Mar/album/El_Perro_Del_Mar/", | |
| "artist": "El Perro Del Mar" | |
| }, | |
| { | |
| "title": "Feelin' kinda Patton", | |
| "href": "/artist/Patton_Oswalt/album/Feelin%27_kinda_Patton/", | |
| "artist": "Patton Oswalt" | |
| }, | |
| { | |
| "title": "Golem", | |
| "href": "/artist/Wand/album/Golem/", | |
| "artist": "Wand" | |
| }, | |
| { | |
| "title": "Fantasy Empire", | |
| "href": "/artist/Lightning_Bolt/album/Fantasy_Empire/", | |
| "artist": "Lightning Bolt" | |
| }, | |
| { | |
| "title": "Beirut Slump: Shut Up And Bleed", | |
| "href": "/artist/Teenage_Jesus__The_Jerks/album/Beirut_Slump_Shut_Up_And_Bleed/", | |
| "artist": "Teenage Jesus & The Jerks" | |
| }, | |
| { | |
| "title": "Furious Pig", | |
| "href": "/artist/MARS/album/Furious_Pig/", | |
| "artist": "MARS" | |
| }, | |
| { | |
| "title": "2.0", | |
| "href": "/artist/Big_Data/album/2.0/", | |
| "artist": "Big Data" | |
| }, | |
| { | |
| "title": "Dead Band Rocking", | |
| "href": "/artist/Tizzy/album/Dead_Band_Rocking/", | |
| "artist": "Tizzy" | |
| }, | |
| { | |
| "title": "Romantic Superstore", | |
| "href": "/artist/Milk_Dick/album/Romantic_Superstore/", | |
| "artist": "Milk Dick" | |
| }, | |
| { | |
| "title": "One Way Ticket", | |
| "href": "/artist/The_Nerves/album/One_Way_Ticket/", | |
| "artist": "The Nerves" | |
| }, | |
| { | |
| "title": "Great Dane", | |
| "href": "/artist/Great_Dane/album/Great_Dane_1/", | |
| "artist": "Great Dane" | |
| }, | |
| { | |
| "title": "Invitation", | |
| "href": "/artist/Dominant_Legs/album/Invitation/", | |
| "artist": "Dominant Legs" | |
| }, | |
| { | |
| "title": "The Minimal Wave Tapes: Volume Two", | |
| "href": "/artist/Various_Artists/album/The_Minimal_Wave_Tapes_Volume_Two/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "100 Ausmuteants Fans Can't Be Wrong…100,000,000 Bon Jovi Fans Can - EP", | |
| "href": "/artist/Ausmuteants/album/100_Ausmuteants_Fans_Can%27t_Be_Wrong%E2%80%A6100%2C000%2C000_Bon_Jovi_Fans_Can_-_EP/", | |
| "artist": "Ausmuteants" | |
| }, | |
| { | |
| "title": "Bow Down To… - EP", | |
| "href": "/artist/Hierophants/album/Bow_Down_To%E2%80%A6_-_EP/", | |
| "artist": "Hierophants" | |
| }, | |
| { | |
| "title": "Excuse Me - EP", | |
| "href": "/artist/The_Clits/album/Excuse_Me_-_EP/", | |
| "artist": "The Clits" | |
| }, | |
| { | |
| "title": "Soon It Will Be Cold Enough", | |
| "href": "/artist/Emancipator/album/Soon_It_Will_Be_Cold_Enough/", | |
| "artist": "Emancipator" | |
| }, | |
| { | |
| "title": "Black Messiah", | |
| "href": "/artist/D%27Angelo_and_The_Vanguard/album/Black_Messiah/", | |
| "artist": "D'Angelo and The Vanguard" | |
| }, | |
| { | |
| "title": "Scratch or Stitch", | |
| "href": "/artist/Melt_Banana/album/Scratch_or_Stitch/", | |
| "artist": "Melt Banana" | |
| }, | |
| { | |
| "title": "Hoop Life (Deluxe Edition)", | |
| "href": "/artist/Lil_B/album/Hoop_Life_(Deluxe_Edition)/", | |
| "artist": "Lil B" | |
| }, | |
| { | |
| "title": "Cool Choices", | |
| "href": "/artist/S/album/Cool_Choices/", | |
| "artist": "S" | |
| }, | |
| { | |
| "title": "Angels & Devils", | |
| "href": "/artist/The_Bug/album/Angels__Devils/", | |
| "artist": "The Bug" | |
| }, | |
| { | |
| "title": "> >", | |
| "href": "/artist/Beak%3E/album/%3E_%3E/", | |
| "artist": "Beak>" | |
| }, | |
| { | |
| "title": "Anika", | |
| "href": "/artist/Anika/album/Anika/", | |
| "artist": "Anika" | |
| }, | |
| { | |
| "title": "200 Tons of Bad Luck", | |
| "href": "/artist/Crippled_Black_Phoenix/album/200_Tons_of_Bad_Luck/", | |
| "artist": "Crippled Black Phoenix" | |
| }, | |
| { | |
| "title": "Powder Horn", | |
| "href": "/artist/Shit_And_Shine/album/Powder_Horn/", | |
| "artist": "Shit And Shine" | |
| }, | |
| { | |
| "title": "Club Music", | |
| "href": "/artist/Powell/album/Club_Music/", | |
| "artist": "Powell" | |
| }, | |
| { | |
| "title": "H.S.K.T. (Digital Version)", | |
| "href": "/artist/Sylvan_Esso/album/H.S.K.T._(Digital_Version)/", | |
| "artist": "Sylvan Esso" | |
| }, | |
| { | |
| "title": "Rapture", | |
| "href": "/artist/Tropics/album/Rapture/", | |
| "artist": "Tropics" | |
| }, | |
| { | |
| "title": "Edits", | |
| "href": "/artist/Clark/album/Edits/", | |
| "artist": "Clark" | |
| }, | |
| { | |
| "title": "Throttle Promoter", | |
| "href": "/artist/Clark/album/Throttle_Promoter/", | |
| "artist": "Clark" | |
| }, | |
| { | |
| "title": "Growls Garden", | |
| "href": "/artist/Clark/album/Growls_Garden/", | |
| "artist": "Clark" | |
| }, | |
| { | |
| "title": "Run", | |
| "href": "/artist/Alison_Wonderland/album/Run_2/", | |
| "artist": "Alison Wonderland" | |
| }, | |
| { | |
| "title": "Bad Love", | |
| "href": "/artist/Summer_Camp/album/Bad_Love_1/", | |
| "artist": "Summer Camp" | |
| }, | |
| { | |
| "title": "Sound of Shambala", | |
| "href": "/artist/Chateau_Marmont/album/Sound_of_Shambala/", | |
| "artist": "Chateau Marmont" | |
| }, | |
| { | |
| "title": "Salome (Deluxe Version)", | |
| "href": "/artist/Marriages/album/Salome_(Deluxe_Version)/", | |
| "artist": "Marriages" | |
| }, | |
| { | |
| "title": "Strange Trails", | |
| "href": "/artist/Lord_Huron/album/Strange_Trails/", | |
| "artist": "Lord Huron" | |
| }, | |
| { | |
| "title": "Hud Dreems", | |
| "href": "/artist/Knxwledge/album/Hud_Dreems/", | |
| "artist": "Knxwledge" | |
| }, | |
| { | |
| "title": "Negative Qualities", | |
| "href": "/artist/Single_Mothers/album/Negative_Qualities/", | |
| "artist": "Single Mothers" | |
| }, | |
| { | |
| "title": "The Best Of The Intruders: Cowboys To Girls", | |
| "href": "/artist/The_Intruders/album/The_Best_Of_The_Intruders_Cowboys_To_Girls/", | |
| "artist": "The Intruders" | |
| }, | |
| { | |
| "title": "Tijuana Sound Machine", | |
| "href": "/artist/Nortec_Collective/album/Tijuana_Sound_Machine/", | |
| "artist": "Nortec Collective" | |
| }, | |
| { | |
| "title": "Wildewoman", | |
| "href": "/artist/Lucius/album/Wildewoman/", | |
| "artist": "Lucius" | |
| }, | |
| { | |
| "title": "Dumb Flesh", | |
| "href": "/artist/Blanck_Mass/album/Dumb_Flesh/", | |
| "artist": "Blanck Mass" | |
| }, | |
| { | |
| "title": "Remember My Name (Deluxe)", | |
| "href": "/artist/Lil_Durk/album/Remember_My_Name_(Deluxe)/", | |
| "artist": "Lil Durk" | |
| }, | |
| { | |
| "title": "SremmLife", | |
| "href": "/artist/Rae_Sremmurd/album/SremmLife_1/", | |
| "artist": "Rae Sremmurd" | |
| }, | |
| { | |
| "title": "I Love Lean (The EP)", | |
| "href": "/artist/Jackie_Chain/album/I_Love_Lean_(The_EP)/", | |
| "artist": "Jackie Chain" | |
| }, | |
| { | |
| "title": "Ghostride the Whip", | |
| "href": "/artist/J-diggs/album/Ghostride_the_Whip/", | |
| "artist": "J-diggs" | |
| }, | |
| { | |
| "title": "Luca Brasi 2: Gangsta Grillz", | |
| "href": "/artist/Kevin_Gates/album/Luca_Brasi_2_Gangsta_Grillz/", | |
| "artist": "Kevin Gates" | |
| }, | |
| { | |
| "title": "International (Deluxe Version)", | |
| "href": "/artist/Lust_For_Youth/album/International_(Deluxe_Version)/", | |
| "artist": "Lust For Youth" | |
| }, | |
| { | |
| "title": "Holocaust Hymns", | |
| "href": "/artist/Crisis/album/Holocaust_Hymns_2/", | |
| "artist": "Crisis" | |
| }, | |
| { | |
| "title": "Before We Forgot How To Dream", | |
| "href": "/artist/Soak/album/Before_We_Forgot_How_To_Dream/", | |
| "artist": "Soak" | |
| }, | |
| { | |
| "title": "Pharmacy", | |
| "href": "/artist/Galantis/album/Pharmacy/", | |
| "artist": "Galantis" | |
| }, | |
| { | |
| "title": "White People", | |
| "href": "/artist/Handsome_Boy_Modeling_School/album/White_People_2/", | |
| "artist": "Handsome Boy Modeling School" | |
| }, | |
| { | |
| "title": "February 15", | |
| "href": "/artist/Nao/album/February_15/", | |
| "artist": "Nao" | |
| }, | |
| { | |
| "title": "Ratchet", | |
| "href": "/artist/Shamir_1/album/Ratchet/", | |
| "artist": "Shamir" | |
| }, | |
| { | |
| "title": "Carrie & Lowell", | |
| "href": "/artist/Sufjan_Stevens/album/Carrie__Lowell/", | |
| "artist": "Sufjan Stevens" | |
| }, | |
| { | |
| "title": "Sick of Waiting Tables", | |
| "href": "/artist/Sage_Francis/album/Sick_of_Waiting_Tables/", | |
| "artist": "Sage Francis" | |
| }, | |
| { | |
| "title": "Amid the Roar", | |
| "href": "/artist/Rivet/album/Amid_the_Roar/", | |
| "artist": "Rivet" | |
| }, | |
| { | |
| "title": "FREEMAN", | |
| "href": "/artist/FREEMAN_1/album/FREEMAN/", | |
| "artist": "FREEMAN" | |
| }, | |
| { | |
| "title": "So Click Heels", | |
| "href": "/artist/Various_Artists/album/So_Click_Heels/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Wet Vision", | |
| "href": "/artist/Dva_Damas/album/Wet_Vision/", | |
| "artist": "Dva Damas" | |
| }, | |
| { | |
| "title": "DN 51", | |
| "href": "/artist/Regis/album/DN_51/", | |
| "artist": "Regis" | |
| }, | |
| { | |
| "title": "Fumaça Preta", | |
| "href": "/artist/Fuma%C3%A7a_Preta/album/Fuma%C3%A7a_Preta/", | |
| "artist": "Fumaça Preta" | |
| }, | |
| { | |
| "title": "The Soft Machine", | |
| "href": "/artist/Soft_Machine/album/The_Soft_Machine/", | |
| "artist": "Soft Machine" | |
| }, | |
| { | |
| "title": "Joy Of A Toy", | |
| "href": "/artist/Kevin_Ayers/album/Joy_Of_A_Toy/", | |
| "artist": "Kevin Ayers" | |
| }, | |
| { | |
| "title": "Mat Åt Duvorna", | |
| "href": "/artist/Facit/album/Mat_%C3%85t_Duvorna/", | |
| "artist": "Facit" | |
| }, | |
| { | |
| "title": "Immaterial Visions", | |
| "href": "/artist/The_KVB/album/Immaterial_Visions/", | |
| "artist": "The KVB" | |
| }, | |
| { | |
| "title": "Mutual Dreaming", | |
| "href": "/artist/Innergaze/album/Mutual_Dreaming/", | |
| "artist": "Innergaze" | |
| }, | |
| { | |
| "title": "Welcome Reality", | |
| "href": "/artist/Nero/album/Welcome_Reality/", | |
| "artist": "Nero" | |
| }, | |
| { | |
| "title": "Vaporware Tracks Vol. 1", | |
| "href": "/artist/Legowelt/album/Vaporware_Tracks_Vol._1/", | |
| "artist": "Legowelt" | |
| }, | |
| { | |
| "title": "Anaconda Flow", | |
| "href": "/artist/Legowelt/album/Anaconda_Flow/", | |
| "artist": "Legowelt" | |
| }, | |
| { | |
| "title": "Immensity of Cosmic Space", | |
| "href": "/artist/Legowelt/album/Immensity_of_Cosmic_Space/", | |
| "artist": "Legowelt" | |
| }, | |
| { | |
| "title": "Wyldlife Genesis", | |
| "href": "/artist/Xosar/album/Wyldlife_Genesis/", | |
| "artist": "Xosar" | |
| }, | |
| { | |
| "title": "The Final Approach", | |
| "href": "/artist/2AM/FM/album/The_Final_Approach/", | |
| "artist": "2AM/FM" | |
| }, | |
| { | |
| "title": "Tinderbox / Neighbour Neighbour", | |
| "href": "/artist/Violent_Soho/album/Tinderbox_/_Neighbour_Neighbour/", | |
| "artist": "Violent Soho" | |
| }, | |
| { | |
| "title": "The Inertials", | |
| "href": "/artist/Cristian_Vogel/album/The_Inertials_1/", | |
| "artist": "Cristian Vogel" | |
| }, | |
| { | |
| "title": "Wonder Where We Land", | |
| "href": "/artist/SBTRKT/album/Wonder_Where_We_Land_1/", | |
| "artist": "SBTRKT" | |
| }, | |
| { | |
| "title": "Crooks & Lovers", | |
| "href": "/artist/Mount_Kimbie/album/Crooks__Lovers/", | |
| "artist": "Mount Kimbie" | |
| }, | |
| { | |
| "title": "Patterns EP", | |
| "href": "/artist/Piri_Piri/album/Patterns_EP/", | |
| "artist": "Piri Piri" | |
| }, | |
| { | |
| "title": "Mirage", | |
| "href": "/artist/Nguzunguzu/album/Mirage/", | |
| "artist": "Nguzunguzu" | |
| }, | |
| { | |
| "title": "EP3", | |
| "href": "/artist/The_Phantom/album/EP3/", | |
| "artist": "The Phantom" | |
| }, | |
| { | |
| "title": "Galactica", | |
| "href": "/artist/Krueger/album/Galactica/", | |
| "artist": "Krueger" | |
| }, | |
| { | |
| "title": "Where We Belong", | |
| "href": "/artist/Jake_Isaac/album/Where_We_Belong/", | |
| "artist": "Jake Isaac" | |
| }, | |
| { | |
| "title": "Yerself Is Steam", | |
| "href": "/artist/Mercury_Rev/album/Yerself_Is_Steam/", | |
| "artist": "Mercury Rev" | |
| }, | |
| { | |
| "title": "Sweet Mother", | |
| "href": "/artist/Prince_Nico_Mbarga/album/Sweet_Mother/", | |
| "artist": "Prince Nico Mbarga" | |
| }, | |
| { | |
| "title": "Blade of the Ronin", | |
| "href": "/artist/Cannibal_Ox/album/Blade_of_the_Ronin/", | |
| "artist": "Cannibal Ox" | |
| }, | |
| { | |
| "title": "Fragile", | |
| "href": "/artist/Yes/album/Fragile/", | |
| "artist": "Yes" | |
| }, | |
| { | |
| "title": "The Essential", | |
| "href": "/artist/John_Fahey/album/The_Essential/", | |
| "artist": "John Fahey" | |
| }, | |
| { | |
| "title": "The Best of The Troggs 20th Century Masters The Millennium Collection", | |
| "href": "/artist/The_Troggs/album/The_Best_of_The_Troggs_20th_Century_Masters_The_Millennium_Collection/", | |
| "artist": "The Troggs" | |
| }, | |
| { | |
| "title": "Boces", | |
| "href": "/artist/Mercury_Rev/album/Boces/", | |
| "artist": "Mercury Rev" | |
| }, | |
| { | |
| "title": "Momentary Masters", | |
| "href": "/artist/Albert_Hammond_Jr./album/Momentary_Masters_1/", | |
| "artist": "Albert Hammond Jr." | |
| }, | |
| { | |
| "title": "Yung Rich Nation", | |
| "href": "/artist/Migos/album/Yung_Rich_Nation_1/", | |
| "artist": "Migos" | |
| }, | |
| { | |
| "title": "Matter", | |
| "href": "/artist/Baile/album/Matter/", | |
| "artist": "Baile" | |
| }, | |
| { | |
| "title": "Field of Reeds", | |
| "href": "/artist/These_New_Puritans/album/Field_of_Reeds/", | |
| "artist": "These New Puritans" | |
| }, | |
| { | |
| "title": "Regicide / Ghostrunner", | |
| "href": "/artist/Ipman/album/Regicide_/_Ghostrunner/", | |
| "artist": "Ipman" | |
| }, | |
| { | |
| "title": "Aerial", | |
| "href": "/artist/2562/album/Aerial/", | |
| "artist": "2562" | |
| }, | |
| { | |
| "title": "Jessie Jones", | |
| "href": "/artist/Jessie_Jones/album/Jessie_Jones/", | |
| "artist": "Jessie Jones" | |
| }, | |
| { | |
| "title": "Desperate Ground", | |
| "href": "/artist/The_Thermals/album/Desperate_Ground/", | |
| "artist": "The Thermals" | |
| }, | |
| { | |
| "title": "The Fall", | |
| "href": "/artist/Tiny_Fingers/album/The_Fall_1/", | |
| "artist": "Tiny Fingers" | |
| }, | |
| { | |
| "title": "Folie À Deux", | |
| "href": "/artist/Emily_Hall/album/Folie_%C3%80_Deux/", | |
| "artist": "Emily Hall" | |
| }, | |
| { | |
| "title": "Piteous Gate", | |
| "href": "/artist/M.E.S.H./album/Piteous_Gate/", | |
| "artist": "M.E.S.H." | |
| }, | |
| { | |
| "title": "This Simple Pleasure", | |
| "href": "/artist/Billie_Black/album/This_Simple_Pleasure/", | |
| "artist": "Billie Black" | |
| }, | |
| { | |
| "title": "Kiddo", | |
| "href": "/artist/Tove_Styrke/album/Kiddo/", | |
| "artist": "Tove Styrke" | |
| }, | |
| { | |
| "title": "Dont look & Elephants", | |
| "href": "/artist/Silent_Partner/album/Dont_look__Elephants/", | |
| "artist": "Silent Partner" | |
| }, | |
| { | |
| "title": "Urban Myth", | |
| "href": "/artist/Iglew/album/Urban_Myth/", | |
| "artist": "Iglew" | |
| }, | |
| { | |
| "title": "I'm a UK G", | |
| "href": "/artist/Moony/album/I%27m_a_UK_G/", | |
| "artist": "Moony" | |
| }, | |
| { | |
| "title": "Mathematical", | |
| "href": "/artist/Mattwizard/album/Mathematical/", | |
| "artist": "Mattwizard" | |
| }, | |
| { | |
| "title": "Grade", | |
| "href": "/artist/Loom/album/Grade_1/", | |
| "artist": "Loom" | |
| }, | |
| { | |
| "title": "Virus", | |
| "href": "/artist/Deset/album/Virus/", | |
| "artist": "Deset" | |
| }, | |
| { | |
| "title": "Fate", | |
| "href": "/artist/Dark0/album/Fate/", | |
| "artist": "Dark0" | |
| }, | |
| { | |
| "title": "Quartz", | |
| "href": "/artist/Bloom/album/Quartz/", | |
| "artist": "Bloom" | |
| }, | |
| { | |
| "title": "Boys", | |
| "href": "/artist/Crocodiles/album/Boys/", | |
| "artist": "Crocodiles" | |
| }, | |
| { | |
| "title": "Dornik", | |
| "href": "/artist/Dornik/album/Dornik/", | |
| "artist": "Dornik" | |
| }, | |
| { | |
| "title": "Teenage Retirement", | |
| "href": "/artist/Chumped/album/Teenage_Retirement/", | |
| "artist": "Chumped" | |
| }, | |
| { | |
| "title": "Teenage Hate / Fuck Elvis Here's the Reatards", | |
| "href": "/artist/Reatards/album/Teenage_Hate_/_Fuck_Elvis_Here%27s_the_Reatards/", | |
| "artist": "Reatards" | |
| }, | |
| { | |
| "title": "Republic Tigers EP", | |
| "href": "/artist/The_Republic_Tigers/album/Republic_Tigers_EP/", | |
| "artist": "The Republic Tigers" | |
| }, | |
| { | |
| "title": "Dry Food", | |
| "href": "/artist/Palehound/album/Dry_Food/", | |
| "artist": "Palehound" | |
| }, | |
| { | |
| "title": "Southern Rock Opera", | |
| "href": "/artist/Drive-By_Truckers/album/Southern_Rock_Opera/", | |
| "artist": "Drive-By Truckers" | |
| }, | |
| { | |
| "title": "Railroad Blues", | |
| "href": "/artist/Huerco_S./album/Railroad_Blues/", | |
| "artist": "Huerco S." | |
| }, | |
| { | |
| "title": "Potty Mouth EP", | |
| "href": "/artist/Potty_Mouth/album/Potty_Mouth_EP/", | |
| "artist": "Potty Mouth" | |
| }, | |
| { | |
| "title": "Reflekzionz", | |
| "href": "/artist/Ekoplekz/album/Reflekzionz/", | |
| "artist": "Ekoplekz" | |
| }, | |
| { | |
| "title": "Minutes Of Sleep", | |
| "href": "/artist/Francis_Harris/album/Minutes_Of_Sleep/", | |
| "artist": "Francis Harris" | |
| }, | |
| { | |
| "title": "The Compton Compilation", | |
| "href": "/artist/The_Sound_Control_Mob/album/The_Compton_Compilation/", | |
| "artist": "The Sound Control Mob" | |
| }, | |
| { | |
| "title": "Act A Fool", | |
| "href": "/artist/King_Tee/album/Act_A_Fool/", | |
| "artist": "King Tee" | |
| }, | |
| { | |
| "title": "Wild EP", | |
| "href": "/artist/The_Analog_Affair/album/Wild_EP/", | |
| "artist": "The Analog Affair" | |
| }, | |
| { | |
| "title": "Honeymoon", | |
| "href": "/artist/Lana_Del_Rey/album/Honeymoon_1/", | |
| "artist": "Lana Del Rey" | |
| }, | |
| { | |
| "title": "1989", | |
| "href": "/artist/Ryan_Adams__The_Cardinals/album/1989/", | |
| "artist": "Ryan Adams & The Cardinals" | |
| }, | |
| { | |
| "title": "Animals in the Median (Deluxe)", | |
| "href": "/artist/Radiation_City/album/Animals_in_the_Median_(Deluxe)/", | |
| "artist": "Radiation City" | |
| }, | |
| { | |
| "title": "AM", | |
| "href": "/artist/Arctic_Monkeys/album/AM/", | |
| "artist": "Arctic Monkeys" | |
| }, | |
| { | |
| "title": "The Dark Side Of The Moon (2011 - Remaster)", | |
| "href": "/artist/Pink_Floyd/album/The_Dark_Side_Of_The_Moon_(2011_-_Remaster)_3/", | |
| "artist": "Pink Floyd" | |
| }, | |
| { | |
| "title": "N.W.A. And The Posse", | |
| "href": "/artist/Various_Artists/album/N.W.A._And_The_Posse/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Fetty Wap (Deluxe)", | |
| "href": "/artist/Fetty_Wap/album/Fetty_Wap_(Deluxe)_1/", | |
| "artist": "Fetty Wap" | |
| }, | |
| { | |
| "title": "Every Open Eye", | |
| "href": "/artist/CHVRCHES/album/Every_Open_Eye/", | |
| "artist": "CHVRCHES" | |
| }, | |
| { | |
| "title": "Dodge and Burn", | |
| "href": "/artist/The_Dead_Weather/album/Dodge_and_Burn/", | |
| "artist": "The Dead Weather" | |
| }, | |
| { | |
| "title": "Live & Grow", | |
| "href": "/artist/Casey_Veggies/album/Live__Grow/", | |
| "artist": "Casey Veggies" | |
| }, | |
| { | |
| "title": "Allas Sak", | |
| "href": "/artist/Dungen/album/Allas_Sak/", | |
| "artist": "Dungen" | |
| }, | |
| { | |
| "title": "dumblonde", | |
| "href": "/artist/Dumblonde/album/Dumblonde/", | |
| "artist": "Dumblonde" | |
| }, | |
| { | |
| "title": "Every Open Eye (Special Edition)", | |
| "href": "/artist/CHVRCHES/album/Every_Open_Eye_(Special_Edition)/", | |
| "artist": "CHVRCHES" | |
| }, | |
| { | |
| "title": "Honeymoon", | |
| "href": "/artist/Lana_Del_Rey/album/Honeymoon_1/", | |
| "artist": "Lana Del Rey" | |
| }, | |
| { | |
| "title": "Needs", | |
| "href": "/artist/Giraffage/album/Needs/", | |
| "artist": "Giraffage" | |
| }, | |
| { | |
| "title": "V", | |
| "href": "/artist/Wavves/album/V_1/", | |
| "artist": "Wavves" | |
| }, | |
| { | |
| "title": "The Inevitable End", | |
| "href": "/artist/R%C3%B6yksopp/album/The_Inevitable_End_3/", | |
| "artist": "Röyksopp" | |
| }, | |
| { | |
| "title": "Introducing The Husbands", | |
| "href": "/artist/The_Husbands/album/Introducing_The_Husbands/", | |
| "artist": "The Husbands" | |
| }, | |
| { | |
| "title": "Painted Shut", | |
| "href": "/artist/Hop_Along/album/Painted_Shut/", | |
| "artist": "Hop Along" | |
| }, | |
| { | |
| "title": "Fast Forward", | |
| "href": "/artist/El_Ten_Eleven/album/Fast_Forward/", | |
| "artist": "El Ten Eleven" | |
| }, | |
| { | |
| "title": "Transistor Original Soundtrack", | |
| "href": "/artist/Darren_Korb/album/Transistor_Original_Soundtrack/", | |
| "artist": "Darren Korb" | |
| }, | |
| { | |
| "title": "Soundscape For Stressed Senses Chapter 3", | |
| "href": "/artist/Klangwald/album/Soundscape_For_Stressed_Senses_Chapter_3/", | |
| "artist": "Klangwald" | |
| }, | |
| { | |
| "title": "Vega Intl. Night School", | |
| "href": "/artist/Neon_Indian/album/Vega_Intl._Night_School/", | |
| "artist": "Neon Indian" | |
| }, | |
| { | |
| "title": "No One Will (Radio Mix)", | |
| "href": "/artist/Bitter%27s_Kiss/album/No_One_Will_(Radio_Mix)/", | |
| "artist": "Bitter's Kiss" | |
| }, | |
| { | |
| "title": "Weightless", | |
| "href": "/artist/Animals_As_Leaders/album/Weightless/", | |
| "artist": "Animals As Leaders" | |
| }, | |
| { | |
| "title": "Hallucinogen", | |
| "href": "/artist/Kelela/album/Hallucinogen/", | |
| "artist": "Kelela" | |
| }, | |
| { | |
| "title": "Dark Lake (EP 1)", | |
| "href": "/artist/Adiam/album/Dark_Lake_(EP_1)_1/", | |
| "artist": "Adiam" | |
| }, | |
| { | |
| "title": "Cocksure", | |
| "href": "/artist/Laura_Stevenson/album/Cocksure/", | |
| "artist": "Laura Stevenson" | |
| }, | |
| { | |
| "title": "Return To The Moon", | |
| "href": "/artist/EL_VY/album/Return_To_The_Moon/", | |
| "artist": "EL VY" | |
| }, | |
| { | |
| "title": "Falsework", | |
| "href": "/artist/Young_Galaxy/album/Falsework/", | |
| "artist": "Young Galaxy" | |
| }, | |
| { | |
| "title": "No Future EP", | |
| "href": "/artist/Various_Artists/album/No_Future_EP_1/", | |
| "artist": "Various Artists" | |
| }, | |
| { | |
| "title": "Modern Warfare (EPs 1-3)", | |
| "href": "/artist/Special_Request/album/Modern_Warfare_(EPs_1-3)/", | |
| "artist": "Special Request" | |
| }, | |
| { | |
| "title": "Weird Sister", | |
| "href": "/artist/Joanna_Gruesome/album/Weird_Sister/", | |
| "artist": "Joanna Gruesome" | |
| }, | |
| { | |
| "title": "Super Monkey", | |
| "href": "/artist/Hannulelauri/album/Super_Monkey/", | |
| "artist": "Hannulelauri" | |
| }, | |
| { | |
| "title": "melody in high feedback tones", | |
| "href": "/artist/Cavern_of_Anti-Matter/album/melody_in_high_feedback_tones/", | |
| "artist": "Cavern of Anti-Matter" | |
| }, | |
| { | |
| "title": "Natalie Prass", | |
| "href": "/artist/Natalie_Prass/album/Natalie_Prass/", | |
| "artist": "Natalie Prass" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment