forked from geluso/kexp_song_search_engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructions.html
224 lines (216 loc) · 6.16 KB
/
instructions.html
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<div class="instructions">
<h1>
KEXP: playing 264,694 songs from 55,242 artists 1,423,652 times since 2001.<br/>
KSSE: KEXP Song Search Engine. Giving you access to that history since 2016.
</h1>
<p>
Discover new music by seeing what else KEXP plays near when they play your favorite songs and artists: <br/>
<a href="http://5tephen.com/ksse/index.php?artist=The+Meters&song=Fire+On+the+Bayou&neighbors=True">
http://5tephen.com/ksse/index.php?artist=The+Meters&song=Fire+On+the+Bayou&neighbors=True
</a>
</p>
<p>
Use the same search to see what's played around your friends' band (Jetman Jet Team): <br/>
<a href="http://5tephen.com/ksse/index.php?song=&artist=Jetman+Jet+Team&neighbors=True">
http://5tephen.com/ksse/index.php?song=&artist=Jetman+Jet+Team&neighbors=True
</a>
</p>
<p>
See every time KEXP has played a local band on their rise to popularity (Tacocat):<br/>
<a href="http://5tephen.com/ksse/index.php?artist=Tacocat">
http://5tephen.com/ksse/index.php?artist=Tacocat
</a>
</p>
<p>
See what KEXP DJs say when they play Wonderwall:<br/>
<a href="http://5tephen.com/ksse/index.php?song=Wonderwall&artist=Oasis&comments=True">
http://5tephen.com/ksse/index.php?song=Wonderwall&artist=Oasis&comments=True
</a>
</p>
<p>
Does KEXP play that Harvey Danger song around Christmas? Yes they do! (and once in March)<br/>
<a href="http://5tephen.com/ksse/index.php?song=Christmas&artist=Harvey+Danger">
http://5tephen.com/ksse/index.php?song=Christmas&artist=Harvey+Danger
</a>
</p>
<p>
Has KEXP ever trolled Seattle by playing the Macarena? No. Let's keep it that way.<br/>
<a href="http://5tephen.com/ksse/index.php?song=Macarena&artist=">
http://5tephen.com/ksse/index.php?song=Macarena&artist=
</a>
</p>
<div class="row">
<div class="col-xs-12 col-md-6">
<h1>KEXP Top All-Time Songs</h1>
<table border="1">
<thead>
<tr>
<td>Plays</td>
<td>Song</td>
<td>Artist</td>
</tr>
</thead>
<tbody>
<TR><TD>400</TD>
<TD>Show Me (feat. Pos from De La Soul)</TD>
<TD>Mint Royale</TD>
</TR>
<TR><TD>332</TD>
<TD>Someone Great</TD>
<TD>LCD Soundsystem</TD>
</TR>
<TR><TD>311</TD>
<TD>This Year</TD>
<TD>The Mountain Goats</TD>
</TR>
<TR><TD>303</TD>
<TD>Wake Up</TD>
<TD>Arcade Fire</TD>
</TR>
<TR><TD>283</TD>
<TD>Blonde on Blonde</TD>
<TD>Nada Surf</TD>
</TR>
<TR><TD>280</TD>
<TD>Only Shallow</TD>
<TD>My Bloody Valentine</TD>
</TR>
<TR><TD>278</TD>
<TD>No Cars Go</TD>
<TD>Arcade Fire</TD>
</TR>
<TR><TD>277</TD>
<TD>Waiting Room</TD>
<TD>Fugazi</TD>
</TR>
<TR><TD>271</TD>
<TD>Ain't Got All Night</TD>
<TD>The Twistin' Tarantulas</TD>
</TR>
<TR><TD>264</TD>
<TD>Where Is My Mind?</TD>
<TD>Pixies</TD>
</TR>
<TR><TD>264</TD>
<TD>Wolf Like Me</TD>
<TD>TV on the Radio</TD>
</TR>
<TR><TD>259</TD>
<TD>I Will Dare</TD>
<TD>The Replacements</TD>
</TR>
<TR><TD>258</TD>
<TD>The Funeral</TD>
<TD>Band of Horses</TD>
</TR>
<TR><TD>249</TD>
<TD>Destroy Everything You Touch</TD>
<TD>Ladytron</TD>
</TR>
<TR><TD>249</TD>
<TD>Love Will Tear Us Apart</TD>
<TD>Joy Division</TD>
</TR>
<TR><TD>243</TD>
<TD>Dry the Rain</TD>
<TD>The Beta Band</TD>
</TR>
<TR><TD>241</TD>
<TD>The Rat</TD>
<TD>The Walkmen</TD>
</TR>
<TR><TD>239</TD>
<TD>Midnight City</TD>
<TD>M83</TD>
</TR>
<TR><TD>239</TD>
<TD>New Slang</TD>
<TD>The Shins</TD>
</TR>
<TR><TD>238</TD>
<TD>The Modern Age</TD>
<TD>The Strokes</TD>
</TR>
</tbody>
</table>
</div>
<div class="col-xs-12 col-md-6">
<h1>KEXP Top All-Time Artists</h1>
<table border="1">
<thead>
<tr>
<td>Plays</td>
<td>Artist</td>
</tr>
</thead>
<tbody>
<TR><TD>5052</TD>
<TD>Radiohead</TD>
</TR>
<TR><TD>3699</TD>
<TD>Beck</TD>
</TR>
<TR><TD>3381</TD>
<TD>Pixies</TD>
</TR>
<TR><TD>3296</TD>
<TD>Built to Spill</TD>
</TR>
<TR><TD>3141</TD>
<TD>Modest Mouse</TD>
</TR>
<TR><TD>3130</TD>
<TD>Spoon</TD>
</TR>
<TR><TD>3088</TD>
<TD>Arcade Fire</TD>
</TR>
<TR><TD>2918</TD>
<TD>Death Cab for Cutie</TD>
</TR>
<TR><TD>2899</TD>
<TD>Wilco</TD>
</TR>
<TR><TD>2894</TD>
<TD>The Flaming Lips</TD>
</TR>
<TR><TD>2873</TD>
<TD>LCD Soundsystem</TD>
</TR>
<TR><TD>2867</TD>
<TD>The White Stripes</TD>
</TR>
<TR><TD>2796</TD>
<TD>Sonic Youth</TD>
</TR>
<TR><TD>2607</TD>
<TD>Yo La Tengo</TD>
</TR>
<TR><TD>2594</TD>
<TD>The Cure</TD>
</TR>
<TR><TD>2591</TD>
<TD>The Shins</TD>
</TR>
<TR><TD>2535</TD>
<TD>The Clash</TD>
</TR>
<TR><TD>2535</TD>
<TD>Tom Waits</TD>
</TR>
<TR><TD>2508</TD>
<TD>Johnny Cash</TD>
</TR>
<TR><TD>2505</TD>
<TD>Elliott Smith</TD>
</TR>
</tbody>
</table>
</div>
</div>
<p class="source">
<a href="https://github.com/geluso/kexp_song_search_engine">
see project source
</a>
</p>
</div>