forked from idiotequelee/project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbetter_than_spotify_2.json
100 lines (100 loc) · 2.3 KB
/
better_than_spotify_2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"band": "Radiohead ",
"participants": [
"Thom Yorke",
"Jonny Greenwood",
"Ed Brien",
"Colin Greenwood",
"Phil Selway"
],
"albums": [
"Pablo Honey",
"The Bends",
"OK Computer",
"Kid A",
"Hail to the Thief",
"The King of Limbs",
"A Moon Shaped Pool"
],
"year": 1985
},
{
"band": "Nothing But Thieves",
"participants": [
"Conor Mason",
"Joe Langridge-Brown",
"Dominic Craik",
"Philip Blake",
"James Price"
],
"albums": [
"Nothing but Thieves",
"Broken Machine",
"Moral Panic"
],
"year": 2012
},
{
"band": "Our Last Night",
"participants": [
"Trevor Wentworth",
"Matt Wentworth",
"Alex Woodrow",
"Tim Molloy"
],
"albums": [
"The Ghosts Among Us",
"We Will All Evolve",
"Age of Ignorance",
"Younger Dreams",
"Let Light Overcome",
"Overcome the Darkness",
"Let Light Overcome the Darkness"
],
"year": 2004
},
{
"band": "Foals",
"participants": [
"Yannis Philippakis",
"Jack Bevan",
"Jimmy Smith",
"Edwin Congreave"
],
"albums": [
"Antidotes",
"Total Life Forever",
"Holy Fire",
"What Went Down"
],
"year": 2005
},
{
"band": "The Neighbourhood",
"participants": [
"Jesse Rutherford",
"Jeremy Freedman",
"Zach Abels",
"Mikey Margott",
"Brandon Alexander Fried"
],
"albums": [
"I Love You.",
"Wiped Out!",
"The Neighbourhood",
"Chip Chrome & the Mono-Tones"
],
"year": 2011
},
{
"band": "Mac DeMarco",
"participants": "Mac DeMarco",
"albums": [
"Salad Days",
"This Old Dog",
"Here Comes The Cowboy"
],
"year": 2008
}
]