lushapp 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +104 -0
- package/bin/lush +62 -0
- package/bin/lush.js +48 -0
- package/package.json +61 -0
- package/pyproject.toml +52 -0
- package/scripts/postinstall.js +58 -0
- package/scripts/sync-version.js +38 -0
- package/setup.py +23 -0
- package/src/lush/__init__.py +30 -0
- package/src/lush/__main__.py +42 -0
- package/src/lush/audio.py +222 -0
- package/src/lush/cava.py +665 -0
- package/src/lush/constants.py +686 -0
- package/src/lush/data/cava.conf +19 -0
- package/src/lush/data/stations.json +3586 -0
- package/src/lush/modals.py +1382 -0
- package/src/lush/net.py +27 -0
- package/src/lush/notify.py +154 -0
- package/src/lush/search.py +185 -0
- package/src/lush/state.py +550 -0
- package/src/lush/stats.py +555 -0
- package/src/lush/ui.py +690 -0
- package/src/lush/ui_helpers.py +569 -0
|
@@ -0,0 +1,3586 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "SomaFM Lush",
|
|
4
|
+
"genre": "Lush & Sensuous Vocals",
|
|
5
|
+
"url": "https://ice1.somafm.com/lush-128-mp3"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "SomaFM Digitalis",
|
|
9
|
+
"genre": "Dreamy Shoegaze & Vocals",
|
|
10
|
+
"url": "https://ice1.somafm.com/digitalis-128-mp3"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "SomaFM Bossa Beyond",
|
|
14
|
+
"genre": "Velvet Bossa & Whispers",
|
|
15
|
+
"url": "https://ice1.somafm.com/bossa-128-mp3"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "SomaFM Covers",
|
|
19
|
+
"genre": "Acoustic & Dreamy Covers",
|
|
20
|
+
"url": "https://ice1.somafm.com/covers-128-mp3"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "SomaFM ThistleRadio",
|
|
24
|
+
"genre": "Celtic Ethereal Harmonies",
|
|
25
|
+
"url": "https://ice1.somafm.com/thistle-128-mp3"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "SomaFM Seven Inch Soul",
|
|
29
|
+
"genre": "Intimate Vintage Soul",
|
|
30
|
+
"url": "https://ice1.somafm.com/7soul-128-mp3"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "SomaFM Fluid",
|
|
34
|
+
"genre": "Sensual Instrumental Beats",
|
|
35
|
+
"url": "https://ice1.somafm.com/fluid-128-mp3"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Ambient Sleeping Pill",
|
|
39
|
+
"genre": "Deep ASMR Sleep",
|
|
40
|
+
"url": "http://radio.stereoscenic.com/asp-h"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "RadioArt Sleep ASMR",
|
|
44
|
+
"genre": "ASMR Whisper & Binaural",
|
|
45
|
+
"url": "http://live.radioart.com/fSleep.mp3"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "RadioArt Nature ASMR",
|
|
49
|
+
"genre": "Binaural Nature & Rain",
|
|
50
|
+
"url": "http://live.radioart.com/fNature.mp3"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "RadioArt Spa & Relaxation",
|
|
54
|
+
"genre": "Tranquil Spa & Chimes",
|
|
55
|
+
"url": "http://live.radioart.com/fSpa.mp3"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "RadioArt Healing Resonance",
|
|
59
|
+
"genre": "Theta Waves & Healing",
|
|
60
|
+
"url": "http://live.radioart.com/fHealing.mp3"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "RadioArt Reiki Zen",
|
|
64
|
+
"genre": "Singing Bowls & Breath",
|
|
65
|
+
"url": "http://live.radioart.com/fReiki.mp3"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "RadioArt Yoga Flow",
|
|
69
|
+
"genre": "Intimate Breathwork & Pads",
|
|
70
|
+
"url": "http://live.radioart.com/fYoga.mp3"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "RadioArt Meditation",
|
|
74
|
+
"genre": "Ethereal Chants & Pads",
|
|
75
|
+
"url": "http://live.radioart.com/fMeditation.mp3"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "RadioArt Chillout Lounge",
|
|
79
|
+
"genre": "Sensual Vocal Chillout",
|
|
80
|
+
"url": "http://live.radioart.com/fChillout.mp3"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "RadioArt Velvet Lounge",
|
|
84
|
+
"genre": "Soft Velvet Acoustics",
|
|
85
|
+
"url": "http://live.radioart.com/fLounge.mp3"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Hirschmilch Chillout",
|
|
89
|
+
"genre": "Downtempo & Ethereal Vocals",
|
|
90
|
+
"url": "https://hirschmilch.de:7000/chillout.mp3"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "Box Lofi Chill",
|
|
94
|
+
"genre": "LoFi Chill",
|
|
95
|
+
"url": "https://boxradio-edge-00.streamafrica.net/lofi"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "Zeno 24/7 Lofi Beats",
|
|
99
|
+
"genre": "LoFi Beats",
|
|
100
|
+
"url": "https://stream.zeno.fm/f3wvbbqmdg8uv"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Lofi Radio Live",
|
|
104
|
+
"genre": "LoFi Study",
|
|
105
|
+
"url": "https://play.streamafrica.net/lofiradio"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "Lofi Cafe Chill",
|
|
109
|
+
"genre": "LoFi Cafe",
|
|
110
|
+
"url": "https://stream.zeno.fm/0r0xa792kwzuv"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "Nightride FM",
|
|
114
|
+
"genre": "Synthwave",
|
|
115
|
+
"url": "https://stream.nightride.fm/nightride.mp3"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "Nightride Chillsynth",
|
|
119
|
+
"genre": "Chillsynth",
|
|
120
|
+
"url": "https://stream.nightride.fm/chillsynth.mp3"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Nightride Datawave",
|
|
124
|
+
"genre": "IDM / Glitch",
|
|
125
|
+
"url": "https://stream.nightride.fm/datawave.mp3"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Nightride Spacesynth",
|
|
129
|
+
"genre": "Spacesynth",
|
|
130
|
+
"url": "https://stream.nightride.fm/spacesynth.mp3"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "Nightride Darksynth",
|
|
134
|
+
"genre": "Cyberpunk",
|
|
135
|
+
"url": "https://stream.nightride.fm/darksynth.mp3"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "Nightride EBSM",
|
|
139
|
+
"genre": "Industrial",
|
|
140
|
+
"url": "https://stream.nightride.fm/ebsm.mp3"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "SomaFM Groove Salad",
|
|
144
|
+
"genre": "Downtempo",
|
|
145
|
+
"url": "https://ice1.somafm.com/groovesalad-128-mp3"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "SomaFM Vaporwaves",
|
|
149
|
+
"genre": "Vaporwave",
|
|
150
|
+
"url": "https://ice1.somafm.com/vaporwaves-128-mp3"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "SomaFM DEF CON",
|
|
154
|
+
"genre": "Hacker / Cyber",
|
|
155
|
+
"url": "https://ice1.somafm.com/defcon-128-mp3"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "SomaFM Beat Blender",
|
|
159
|
+
"genre": "Deep House",
|
|
160
|
+
"url": "https://ice1.somafm.com/beatblender-128-mp3"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "SomaFM Secret Agent",
|
|
164
|
+
"genre": "Spy Jazz",
|
|
165
|
+
"url": "https://ice1.somafm.com/secretagent-128-mp3"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "SomaFM Space Station",
|
|
169
|
+
"genre": "Ambient",
|
|
170
|
+
"url": "https://ice1.somafm.com/spacestation-128-mp3"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "SomaFM Drone Zone",
|
|
174
|
+
"genre": "Dark Ambient",
|
|
175
|
+
"url": "https://ice1.somafm.com/dronezone-128-mp3"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "SomaFM Deep Space One",
|
|
179
|
+
"genre": "Deep Ambient",
|
|
180
|
+
"url": "https://ice1.somafm.com/deepspaceone-128-mp3"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "SomaFM Synphaera",
|
|
184
|
+
"genre": "Space Electronic",
|
|
185
|
+
"url": "https://ice1.somafm.com/synphaera-128-mp3"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "SomaFM Mission Control",
|
|
189
|
+
"genre": "Space Ambient",
|
|
190
|
+
"url": "https://ice1.somafm.com/missioncontrol-128-mp3"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "SomaFM Cliqhop",
|
|
194
|
+
"genre": "IDM / Glitch",
|
|
195
|
+
"url": "https://ice1.somafm.com/cliqhop-128-mp3"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "SomaFM Suburbs of Goa",
|
|
199
|
+
"genre": "Asian World Beats",
|
|
200
|
+
"url": "https://ice1.somafm.com/suburbsofgoa-128-mp3"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "SomaFM Sonic Universe",
|
|
204
|
+
"genre": "Nu Jazz",
|
|
205
|
+
"url": "https://ice1.somafm.com/sonicuniverse-128-mp3"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "SomaFM Illinois Street Lounge",
|
|
209
|
+
"genre": "Classic Lounge",
|
|
210
|
+
"url": "https://ice1.somafm.com/illstreet-128-mp3"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "SomaFM Underground 80s",
|
|
214
|
+
"genre": "Synth 80s",
|
|
215
|
+
"url": "https://ice1.somafm.com/u80s-128-mp3"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "SomaFM The Trip",
|
|
219
|
+
"genre": "Progressive House",
|
|
220
|
+
"url": "https://ice1.somafm.com/thetrip-128-mp3"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "SomaFM Dubstep",
|
|
224
|
+
"genre": "Dubstep Beats",
|
|
225
|
+
"url": "https://ice1.somafm.com/dubstep-128-mp3"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "SomaFM PopTron",
|
|
229
|
+
"genre": "Electropop",
|
|
230
|
+
"url": "https://ice1.somafm.com/poptron-128-mp3"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "SomaFM Indie Pop Rocks",
|
|
234
|
+
"genre": "Indie Pop",
|
|
235
|
+
"url": "https://ice1.somafm.com/indiepop-128-mp3"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "SomaFM Boot Liquor",
|
|
239
|
+
"genre": "Americana",
|
|
240
|
+
"url": "https://ice1.somafm.com/bootliquor-128-mp3"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "Radio Paradise Main",
|
|
244
|
+
"genre": "Eclectic Rock",
|
|
245
|
+
"url": "https://stream.radioparadise.com/mp3-128"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "Radio Paradise Mellow",
|
|
249
|
+
"genre": "Mellow Mix",
|
|
250
|
+
"url": "https://stream.radioparadise.com/mellow-128"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "Radio Paradise Rock",
|
|
254
|
+
"genre": "Rock Mix",
|
|
255
|
+
"url": "https://stream.radioparadise.com/rock-128"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "Radio Paradise Global",
|
|
259
|
+
"genre": "Global Beats",
|
|
260
|
+
"url": "https://stream.radioparadise.com/world-etc-128"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "NTS Radio 1",
|
|
264
|
+
"genre": "London Underground",
|
|
265
|
+
"url": "https://stream-relay-geo.ntslive.net/stream"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "NTS Radio 2",
|
|
269
|
+
"genre": "Eclectic Underground",
|
|
270
|
+
"url": "https://stream-relay-geo.ntslive.net/stream2"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "FIP Paris",
|
|
274
|
+
"genre": "Eclectic French",
|
|
275
|
+
"url": "https://icecast.radiofrance.fr/fip-midfi.mp3"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "FIP Jazz",
|
|
279
|
+
"genre": "Jazz",
|
|
280
|
+
"url": "https://icecast.radiofrance.fr/fipjazz-midfi.mp3"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "KEXP Seattle",
|
|
284
|
+
"genre": "Alternative",
|
|
285
|
+
"url": "https://kexp.streamguys1.com/kexp160.aac"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "Nocturnal flow",
|
|
289
|
+
"genre": "LoFi",
|
|
290
|
+
"url": "https://www.youtube.com/watch?v=1J4ZnM0h3kc"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "Deep Mood Summer",
|
|
294
|
+
"genre": "Electronic",
|
|
295
|
+
"url": "https://www.youtube.com/watch?v=Cf0GbE7s-Qw"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "Anna Lapwood & Royal Albert Hall Organ Masters (Organlive 320k)",
|
|
299
|
+
"url": "http://play.organlive.com:7000/320",
|
|
300
|
+
"genre": "Classical • Grand Pipe Organ & Film Suites",
|
|
301
|
+
"category": "music",
|
|
302
|
+
"top_artist": true
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "Classic FM UK (Anna Lapwood Series & Masterworks)",
|
|
306
|
+
"url": "http://media-ice.musicradio.com/ClassicFMMP3",
|
|
307
|
+
"genre": "Classical • UK Flagship & Organ Tok",
|
|
308
|
+
"category": "music",
|
|
309
|
+
"top_artist": true
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "Positively Baroque & Pipe Organ Gallery",
|
|
313
|
+
"url": "http://play.organlive.com:7002/192",
|
|
314
|
+
"genre": "Classical • Baroque Pipe Organ",
|
|
315
|
+
"category": "music",
|
|
316
|
+
"top_artist": true
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "Organ Experience (Symphonic Organ & Film Suites)",
|
|
320
|
+
"url": "http://play.organlive.com:7004/192",
|
|
321
|
+
"genre": "Classical • Symphonic Organ & Modern Suites",
|
|
322
|
+
"category": "music",
|
|
323
|
+
"top_artist": true
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "Alicia Keys & 2000s R&B Queens",
|
|
327
|
+
"url": "http://listen.181fm.com/181-rnb_128k.mp3",
|
|
328
|
+
"genre": "Artist Radio • 2000s Soul & R&B",
|
|
329
|
+
"category": "music",
|
|
330
|
+
"top_artist": true
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "Gwen Stefani & No Doubt (Pop Royalty)",
|
|
334
|
+
"url": "http://abm21.com.au:8000/CONTAINER95",
|
|
335
|
+
"genre": "Artist Radio • 2000s Pop & Ska-Pop",
|
|
336
|
+
"category": "music",
|
|
337
|
+
"top_artist": true
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "Ciara & Missy Elliott (2000s Club Hits)",
|
|
341
|
+
"url": "http://listen.181fm.com/181-jammin_128k.mp3",
|
|
342
|
+
"genre": "Artist Radio • 2000s Hip-Hop & Dance Anthems",
|
|
343
|
+
"category": "music",
|
|
344
|
+
"top_artist": true
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "Sean Paul & 2000s Dancehall Masters",
|
|
348
|
+
"url": "http://abm21.com.au:8000/CONTAINER114",
|
|
349
|
+
"genre": "Artist Radio • Dancehall & Reggaeton Anthems",
|
|
350
|
+
"category": "music",
|
|
351
|
+
"top_artist": true
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "Becky G & Latin Pop",
|
|
355
|
+
"url": "http://abm21.com.au:8000/CONTAINER104",
|
|
356
|
+
"genre": "Artist Radio • Latin Pop & Reggaeton",
|
|
357
|
+
"category": "music",
|
|
358
|
+
"top_artist": true
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "David Guetta & Bebe Rexha (I'm Good & Dance Pop)",
|
|
362
|
+
"url": "http://listen.181fm.com/181-energy98_128k.mp3",
|
|
363
|
+
"genre": "Artist Radio • Dance Pop & EDM",
|
|
364
|
+
"category": "music",
|
|
365
|
+
"top_artist": true
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "The Chainsmokers & Marshmello (Festival Pop)",
|
|
369
|
+
"url": "http://streams.bigfm.de/bigfm-nitroxedm-128-mp3",
|
|
370
|
+
"genre": "Artist Radio • Festival EDM & Pop",
|
|
371
|
+
"category": "music",
|
|
372
|
+
"top_artist": true
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "Martin Garrix & Kygo (Tropical & Progressive House)",
|
|
376
|
+
"url": "http://abm22.com.au:8000/CONTAINER36",
|
|
377
|
+
"genre": "Artist Radio • Progressive & Tropical House",
|
|
378
|
+
"category": "music",
|
|
379
|
+
"top_artist": true
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "Skrillex & Swedish House Mafia (Electronic & Bass)",
|
|
383
|
+
"url": "http://abm22.com.au:8000/CONTAINER33",
|
|
384
|
+
"genre": "Artist Radio • Bass & Electronic Anthems",
|
|
385
|
+
"category": "music",
|
|
386
|
+
"top_artist": true
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "Bad Bunny",
|
|
390
|
+
"url": "http://streaming.exclusive.radio/er/badbunny/icecast.audio",
|
|
391
|
+
"genre": "Artist Radio • Reggaeton & Latin Trap",
|
|
392
|
+
"category": "music",
|
|
393
|
+
"top_artist": true
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "Karol G",
|
|
397
|
+
"url": "http://streaming.exclusive.radio/er/karolg/icecast.audio",
|
|
398
|
+
"genre": "Artist Radio • La Bichota & Latin Pop",
|
|
399
|
+
"category": "music",
|
|
400
|
+
"top_artist": true
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "J Balvin",
|
|
404
|
+
"url": "http://streaming.exclusive.radio/er/jbalvin/icecast.audio",
|
|
405
|
+
"genre": "Artist Radio • Reggaeton Global Hitmaker",
|
|
406
|
+
"category": "music",
|
|
407
|
+
"top_artist": true
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "Burna Boy",
|
|
411
|
+
"url": "http://streaming.exclusive.radio/er/burnaboy/icecast.audio",
|
|
412
|
+
"genre": "Artist Radio • African Giant & Afrobeats",
|
|
413
|
+
"category": "music",
|
|
414
|
+
"top_artist": true
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "Rosalía & Rauw Alejandro (Flamenco Pop & Reggaeton)",
|
|
418
|
+
"url": "http://abm21.com.au:8000/CONTAINER104",
|
|
419
|
+
"genre": "Artist Radio • Motomami & Latin Urban",
|
|
420
|
+
"category": "music",
|
|
421
|
+
"top_artist": true
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "Tyla & Afrobeat / Amapiano Hits",
|
|
425
|
+
"url": "http://abm22.com.au:8000/CONTAINER53",
|
|
426
|
+
"genre": "Artist Radio • Amapiano & Afrobeats",
|
|
427
|
+
"category": "music",
|
|
428
|
+
"top_artist": true
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "BTS",
|
|
432
|
+
"url": "http://streaming.exclusive.radio/er/bts/icecast.audio",
|
|
433
|
+
"genre": "Artist Radio • Global K-Pop Kings",
|
|
434
|
+
"category": "music",
|
|
435
|
+
"top_artist": true
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "BLACKPINK",
|
|
439
|
+
"url": "https://drive.uber.radio/uber/playpalblackpink/icecast.audio",
|
|
440
|
+
"genre": "Artist Radio • K-Pop Queens",
|
|
441
|
+
"category": "music",
|
|
442
|
+
"top_artist": true
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "NewJeans & 4th Gen K-Pop (LE SSERAFIM, aespa, IVE)",
|
|
446
|
+
"url": "http://streams.bigfm.de/bigfm-kpop-128-mp3",
|
|
447
|
+
"genre": "Artist Radio • 4th Gen K-Pop Royalty",
|
|
448
|
+
"category": "music",
|
|
449
|
+
"top_artist": true
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "TWICE & Stray Kids (JYP Global Anthems)",
|
|
453
|
+
"url": "http://abm21.com.au:8000/CONTAINER112",
|
|
454
|
+
"genre": "Artist Radio • K-Pop Stadium Anthems",
|
|
455
|
+
"category": "music",
|
|
456
|
+
"top_artist": true
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "Jung Kook (Seven & Golden Hits)",
|
|
460
|
+
"url": "http://streaming.exclusive.radio/er/bts/icecast.audio",
|
|
461
|
+
"genre": "Artist Radio • Pop & K-Pop Superstar",
|
|
462
|
+
"category": "music",
|
|
463
|
+
"top_artist": true
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "Arctic Monkeys",
|
|
467
|
+
"url": "http://streaming.exclusive.radio/er/arcticmonkeys/icecast.audio",
|
|
468
|
+
"genre": "Artist Radio • Indie Rock & AM",
|
|
469
|
+
"category": "music",
|
|
470
|
+
"top_artist": true
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "Radiohead",
|
|
474
|
+
"url": "http://streaming.exclusive.radio/er/radiohead/icecast.audio",
|
|
475
|
+
"genre": "Artist Radio • Art Rock & OK Computer",
|
|
476
|
+
"category": "music",
|
|
477
|
+
"top_artist": true
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "Muse",
|
|
481
|
+
"url": "http://streaming.exclusive.radio/er/muse/icecast.audio",
|
|
482
|
+
"genre": "Artist Radio • Space Rock & Anthems",
|
|
483
|
+
"category": "music",
|
|
484
|
+
"top_artist": true
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "Hozier & Modern Indie Folk",
|
|
488
|
+
"url": "http://listen.181fm.com/181-frontporch_128k.mp3",
|
|
489
|
+
"genre": "Artist Radio • Indie Folk & Soul",
|
|
490
|
+
"category": "music",
|
|
491
|
+
"top_artist": true
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "Gorillaz & Tame Impala (Psychedelic Alternative)",
|
|
495
|
+
"url": "http://listen.181fm.com/181-buzz_128k.mp3",
|
|
496
|
+
"genre": "Artist Radio • Psychedelic & Alt-Pop",
|
|
497
|
+
"category": "music",
|
|
498
|
+
"top_artist": true
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "The Neighbourhood & Cigarettes After Sex (Dream Pop & Alt)",
|
|
502
|
+
"url": "http://abm21.com.au:8000/CONTAINER15",
|
|
503
|
+
"genre": "Artist Radio • Dream Pop & Indie Noir",
|
|
504
|
+
"category": "music",
|
|
505
|
+
"top_artist": true
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "RAYE (Escapism. & 21st Century Blues)",
|
|
509
|
+
"url": "http://streaming.exclusive.radio/er/raye/icecast.audio",
|
|
510
|
+
"genre": "Artist Radio • 21st Century Blues",
|
|
511
|
+
"category": "music",
|
|
512
|
+
"top_artist": true
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "SZA (SOS & Discography)",
|
|
516
|
+
"url": "http://streaming.exclusive.radio/er/sza/icecast.audio",
|
|
517
|
+
"genre": "Artist Radio • R&B Queen",
|
|
518
|
+
"category": "music",
|
|
519
|
+
"top_artist": true
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "Doja Cat (Scarlet & Planet Her)",
|
|
523
|
+
"url": "http://streaming.exclusive.radio/er/dojacat/icecast.audio",
|
|
524
|
+
"genre": "Artist Radio • Rap & Pop Princess",
|
|
525
|
+
"category": "music",
|
|
526
|
+
"top_artist": true
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "Charlie Puth (Voicenotes & Hits)",
|
|
530
|
+
"url": "http://streaming.exclusive.radio/er/charlieputh/icecast.audio",
|
|
531
|
+
"genre": "Artist Radio • Pop & Perfect Pitch",
|
|
532
|
+
"category": "music",
|
|
533
|
+
"top_artist": true
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "Selena Gomez (Rare & Revival)",
|
|
537
|
+
"url": "http://streaming.exclusive.radio/er/selinagomez/icecast.audio",
|
|
538
|
+
"genre": "Artist Radio • Pop Princess",
|
|
539
|
+
"category": "music",
|
|
540
|
+
"top_artist": true
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "Halsey & Alternative Pop Anthems",
|
|
544
|
+
"url": "http://listen.181fm.com/181-power_128k.mp3",
|
|
545
|
+
"genre": "Artist Radio • Alt Pop & Electropop",
|
|
546
|
+
"category": "music",
|
|
547
|
+
"top_artist": true
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "Chappell Roan",
|
|
551
|
+
"url": "http://streaming.exclusive.radio/er/chappellroan/icecast.audio",
|
|
552
|
+
"genre": "Artist Radio • Midwest Princess",
|
|
553
|
+
"category": "music",
|
|
554
|
+
"top_artist": true
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "Charli XCX",
|
|
558
|
+
"url": "http://streaming.exclusive.radio/er/charlixcx/icecast.audio",
|
|
559
|
+
"genre": "Artist Radio • Brat Hyperpop",
|
|
560
|
+
"category": "music",
|
|
561
|
+
"top_artist": true
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "Tate McRae",
|
|
565
|
+
"url": "http://streaming.exclusive.radio/er/tatemcrae/icecast.audio",
|
|
566
|
+
"genre": "Artist Radio • Pop & Dance Anthems",
|
|
567
|
+
"category": "music",
|
|
568
|
+
"top_artist": true
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "Gracie Abrams & Modern Bedroom Pop",
|
|
572
|
+
"url": "http://listen.181fm.com/181-power_128k.mp3",
|
|
573
|
+
"genre": "Artist Radio • Indie Pop Anthems",
|
|
574
|
+
"category": "music",
|
|
575
|
+
"top_artist": true
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "Conan Gray & Troye Sivan (Youth Pop)",
|
|
579
|
+
"url": "http://listen.181fm.com/181-uktop40_128k.mp3",
|
|
580
|
+
"genre": "Artist Radio • Gen Z Anthems",
|
|
581
|
+
"category": "music",
|
|
582
|
+
"top_artist": true
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "Benson Boone & Noah Kahan (Viral Hits)",
|
|
586
|
+
"url": "http://listen.181fm.com/181-frontporch_128k.mp3",
|
|
587
|
+
"genre": "Artist Radio • Viral Folk & Soul",
|
|
588
|
+
"category": "music",
|
|
589
|
+
"top_artist": true
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "The Ronettes & 60s Girl Groups (Be My Baby)",
|
|
593
|
+
"url": "https://drive.uber.radio/uber/lr1960s/icecast.audio",
|
|
594
|
+
"genre": "Artist Radio • 60s Pop & Wall of Sound",
|
|
595
|
+
"category": "music",
|
|
596
|
+
"top_artist": true
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "Diana Ross & The Supremes",
|
|
600
|
+
"url": "http://streaming.exclusive.radio/er/dianaross/icecast.audio",
|
|
601
|
+
"genre": "Artist Radio • Motown & Soul Queen",
|
|
602
|
+
"category": "music",
|
|
603
|
+
"top_artist": true
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "Motown Masters & 60s Soul",
|
|
607
|
+
"url": "http://abm21.com.au:8000/CONTAINER64",
|
|
608
|
+
"genre": "Artist Radio • Motown & Northern Soul",
|
|
609
|
+
"category": "music",
|
|
610
|
+
"top_artist": true
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "Sabrina Carpenter",
|
|
614
|
+
"url": "http://listen.181fm.com/181-power_128k.mp3",
|
|
615
|
+
"genre": "Artist Radio • Pop Princess",
|
|
616
|
+
"category": "music",
|
|
617
|
+
"top_artist": true
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "Alan Walker & EDM Hits",
|
|
621
|
+
"url": "http://streams.bigfm.de/bigfm-nitroxedm-128-mp3",
|
|
622
|
+
"genre": "Artist Radio • EDM & Electronic",
|
|
623
|
+
"category": "music",
|
|
624
|
+
"top_artist": true
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "Timbaland & 2000s R&B Masters",
|
|
628
|
+
"url": "http://bigrradio.cdnstream1.com/5105_128",
|
|
629
|
+
"genre": "Artist Radio • 2000s Hip-Hop & R&B",
|
|
630
|
+
"category": "music"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "Destiny's Child (Survivor & Anthems)",
|
|
634
|
+
"url": "http://abm22.com.au:8000/CONTAINER80",
|
|
635
|
+
"genre": "Artist Radio • 2000s R&B",
|
|
636
|
+
"category": "music"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "The Black Eyed Peas (The E.N.D. & Hits)",
|
|
640
|
+
"url": "http://abm21.com.au:8000/CONTAINER178",
|
|
641
|
+
"genre": "Artist Radio • Hip-Hop & Electro",
|
|
642
|
+
"category": "music"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "Usher (Confessions & Discography)",
|
|
646
|
+
"url": "http://abm21.com.au:8000/CONTAINER156",
|
|
647
|
+
"genre": "Artist Radio • R&B King",
|
|
648
|
+
"category": "music"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "Nelly Furtado (Loose & Pop Hits)",
|
|
652
|
+
"url": "http://strm112.1.fm/hits2000_mobile_mp3",
|
|
653
|
+
"genre": "Artist Radio • 2000s Pop",
|
|
654
|
+
"category": "music"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "Nelly (Country Grammar & Hits)",
|
|
658
|
+
"url": "http://listen.181fm.com/181-oldschool_128k.mp3",
|
|
659
|
+
"genre": "Artist Radio • 2000s Hip-Hop",
|
|
660
|
+
"category": "music"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "Billie Eilish",
|
|
664
|
+
"genre": "Artist Radio",
|
|
665
|
+
"url": "http://streaming.exclusive.radio/er/billyeilish/icecast.audio",
|
|
666
|
+
"category": "music",
|
|
667
|
+
"top_artist": true
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "ABBA",
|
|
671
|
+
"genre": "Artist Radio",
|
|
672
|
+
"url": "http://streaming.exclusive.radio/er/abba/icecast.audio",
|
|
673
|
+
"category": "music",
|
|
674
|
+
"top_artist": true
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "Justin Bieber",
|
|
678
|
+
"genre": "Artist Radio",
|
|
679
|
+
"category": "music",
|
|
680
|
+
"url": "http://streaming.exclusive.radio/er/justinbieber/icecast.audio",
|
|
681
|
+
"top_artist": true
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Justin Timberlake",
|
|
685
|
+
"genre": "Artist Radio",
|
|
686
|
+
"category": "music",
|
|
687
|
+
"url": "http://streaming.exclusive.radio/er/justintimberlake/icecast.audio"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "K-Pop",
|
|
691
|
+
"genre": "K-Pop & Beats",
|
|
692
|
+
"category": "music",
|
|
693
|
+
"url": "http://streaming.exclusive.radio/er/kpop/icecast.audio"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "Kanye West",
|
|
697
|
+
"genre": "Artist Radio",
|
|
698
|
+
"category": "music",
|
|
699
|
+
"url": "http://streaming.exclusive.radio/er/kanyewest/icecast.audio",
|
|
700
|
+
"top_artist": true
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "Kate Bush",
|
|
704
|
+
"genre": "Artist Radio",
|
|
705
|
+
"category": "music",
|
|
706
|
+
"url": "http://streaming.exclusive.radio/er/katebush/icecast.audio"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "Katy Perry",
|
|
710
|
+
"genre": "Artist Radio",
|
|
711
|
+
"category": "music",
|
|
712
|
+
"url": "http://streaming.exclusive.radio/er/katyperry/icecast.audio",
|
|
713
|
+
"top_artist": true
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "Keane",
|
|
717
|
+
"genre": "Artist Radio",
|
|
718
|
+
"category": "music",
|
|
719
|
+
"url": "http://streaming.exclusive.radio/er/keane/icecast.audio"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "Madonna",
|
|
723
|
+
"genre": "Artist Radio",
|
|
724
|
+
"category": "music",
|
|
725
|
+
"url": "http://streaming.exclusive.radio/er/madonna/icecast.audio",
|
|
726
|
+
"top_artist": true
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "Maroon 5",
|
|
730
|
+
"genre": "Artist Radio",
|
|
731
|
+
"category": "music",
|
|
732
|
+
"url": "http://streaming.exclusive.radio/er/maroon5/icecast.audio"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "Marvin Gaye",
|
|
736
|
+
"genre": "Artist Radio",
|
|
737
|
+
"category": "music",
|
|
738
|
+
"url": "http://streaming.exclusive.radio/er/marvingaye/icecast.audio",
|
|
739
|
+
"top_artist": true
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "Michael Jackson",
|
|
743
|
+
"genre": "Artist Radio",
|
|
744
|
+
"category": "music",
|
|
745
|
+
"url": "http://streaming.exclusive.radio/er/michaeljackson/icecast.audio",
|
|
746
|
+
"top_artist": true
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "Miles Davis",
|
|
750
|
+
"genre": "Artist Radio",
|
|
751
|
+
"category": "music",
|
|
752
|
+
"url": "http://streaming.exclusive.radio/er/milesdavis/icecast.audio",
|
|
753
|
+
"top_artist": true
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "Miley Cyrus",
|
|
757
|
+
"genre": "Artist Radio",
|
|
758
|
+
"category": "music",
|
|
759
|
+
"url": "http://streaming.exclusive.radio/er/mileycyrus/icecast.audio"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "Moby",
|
|
763
|
+
"genre": "Artist Radio",
|
|
764
|
+
"category": "music",
|
|
765
|
+
"url": "http://streaming.exclusive.radio/er/moby/icecast.audio",
|
|
766
|
+
"top_artist": true
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "Sia",
|
|
770
|
+
"genre": "Artist Radio",
|
|
771
|
+
"category": "music",
|
|
772
|
+
"url": "http://streaming.exclusive.radio/er/sia/icecast.audio",
|
|
773
|
+
"top_artist": true
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "Exclusive Chart Hits",
|
|
777
|
+
"genre": "Top 40 & Chart Pop",
|
|
778
|
+
"url": "http://streaming.exclusive.radio/er/chart/icecast.audio"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "50 Cent",
|
|
782
|
+
"genre": "Artist Radio • Hip-Hop",
|
|
783
|
+
"category": "music",
|
|
784
|
+
"top_artist": true,
|
|
785
|
+
"url": "http://streaming.exclusive.radio/er/50cent/icecast.audio"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "10cc",
|
|
789
|
+
"genre": "Artist Radio • Classic Rock",
|
|
790
|
+
"category": "music",
|
|
791
|
+
"url": "http://streaming.exclusive.radio/er/10cc/icecast.audio"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "Adele",
|
|
795
|
+
"genre": "Artist Radio • Soul & Pop",
|
|
796
|
+
"category": "music",
|
|
797
|
+
"top_artist": true,
|
|
798
|
+
"url": "http://streaming.exclusive.radio/er/adele/icecast.audio"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "AC/DC",
|
|
802
|
+
"genre": "Artist Radio • Hard Rock",
|
|
803
|
+
"category": "music",
|
|
804
|
+
"top_artist": true,
|
|
805
|
+
"url": "http://streaming.exclusive.radio/er/acdc/icecast.audio"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "Aerosmith",
|
|
809
|
+
"genre": "Artist Radio • Classic Rock",
|
|
810
|
+
"category": "music",
|
|
811
|
+
"top_artist": true,
|
|
812
|
+
"url": "http://streaming.exclusive.radio/er/aerosmith/icecast.audio"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "A-Ha",
|
|
816
|
+
"genre": "Artist Radio • 80s Synthpop",
|
|
817
|
+
"category": "music",
|
|
818
|
+
"top_artist": true,
|
|
819
|
+
"url": "http://streaming.exclusive.radio/er/aha/icecast.audio"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "Adam Lambert",
|
|
823
|
+
"genre": "Artist Radio • Glam Pop",
|
|
824
|
+
"category": "music",
|
|
825
|
+
"url": "http://streaming.exclusive.radio/er/adamlambert/icecast.audio"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "Al Green",
|
|
829
|
+
"genre": "Artist Radio • Soul & R&B",
|
|
830
|
+
"category": "music",
|
|
831
|
+
"top_artist": true,
|
|
832
|
+
"url": "http://streaming.exclusive.radio/er/algreen/icecast.audio"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "Alanis Morissette",
|
|
836
|
+
"genre": "Artist Radio • 90s Alt-Rock",
|
|
837
|
+
"category": "music",
|
|
838
|
+
"top_artist": true,
|
|
839
|
+
"url": "http://streaming.exclusive.radio/er/alanismorissette/icecast.audio"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "Alice Cooper",
|
|
843
|
+
"genre": "Artist Radio • Shock Rock",
|
|
844
|
+
"category": "music",
|
|
845
|
+
"top_artist": true,
|
|
846
|
+
"url": "http://streaming.exclusive.radio/er/alicecooper/icecast.audio"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "America",
|
|
850
|
+
"genre": "Artist Radio • Folk & Soft Rock",
|
|
851
|
+
"category": "music",
|
|
852
|
+
"top_artist": true,
|
|
853
|
+
"url": "http://streaming.exclusive.radio/er/america/icecast.audio"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "Alabama",
|
|
857
|
+
"genre": "Artist Radio • Country Rock",
|
|
858
|
+
"category": "music",
|
|
859
|
+
"url": "http://streaming.exclusive.radio/er/alabama/icecast.audio"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "Alison Moyet",
|
|
863
|
+
"genre": "Artist Radio • 80s Synthpop & Blues",
|
|
864
|
+
"category": "music",
|
|
865
|
+
"url": "http://streaming.exclusive.radio/er/alisonmoyet/icecast.audio"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "Exclusive Afrobeats",
|
|
869
|
+
"genre": "Afrobeats & World Beats",
|
|
870
|
+
"url": "http://streaming.exclusive.radio/er/afrobeats/icecast.audio"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "Amy Winehouse",
|
|
874
|
+
"genre": "Artist Radio • Soul & Jazz",
|
|
875
|
+
"category": "music",
|
|
876
|
+
"top_artist": true,
|
|
877
|
+
"url": "http://streaming.exclusive.radio/er/amywinehouse/icecast.audio"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "Ariana Grande",
|
|
881
|
+
"genre": "Artist Radio • Pop & R&B",
|
|
882
|
+
"category": "music",
|
|
883
|
+
"top_artist": true,
|
|
884
|
+
"url": "http://streaming.exclusive.radio/er/arianagrande/icecast.audio"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "Avicii",
|
|
888
|
+
"genre": "Artist Radio • EDM & House",
|
|
889
|
+
"category": "music",
|
|
890
|
+
"top_artist": true,
|
|
891
|
+
"url": "http://streaming.exclusive.radio/er/avicii/icecast.audio"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "Aretha Franklin",
|
|
895
|
+
"genre": "Artist Radio • Queen of Soul",
|
|
896
|
+
"category": "music",
|
|
897
|
+
"top_artist": true,
|
|
898
|
+
"url": "http://streaming.exclusive.radio/er/arethafranklin/icecast.audio"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "Backstreet Boys",
|
|
902
|
+
"genre": "Artist Radio • 90s Pop Icons",
|
|
903
|
+
"category": "music",
|
|
904
|
+
"top_artist": true,
|
|
905
|
+
"url": "http://streaming.exclusive.radio/er/backstreetboys/icecast.audio"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "B.B. King",
|
|
909
|
+
"genre": "Artist Radio • King of the Blues",
|
|
910
|
+
"category": "music",
|
|
911
|
+
"top_artist": true,
|
|
912
|
+
"url": "http://streaming.exclusive.radio/er/bbking/icecast.audio"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "Barbra Streisand",
|
|
916
|
+
"genre": "Artist Radio • Vocal Legend",
|
|
917
|
+
"category": "music",
|
|
918
|
+
"top_artist": true,
|
|
919
|
+
"url": "http://streaming.exclusive.radio/er/streisand/icecast.audio"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "Andrea Bocelli",
|
|
923
|
+
"genre": "Artist Radio • Classical Crossover",
|
|
924
|
+
"category": "music",
|
|
925
|
+
"top_artist": true,
|
|
926
|
+
"url": "http://streaming.exclusive.radio/er/andreabocelli/icecast.audio"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "Annie Lennox",
|
|
930
|
+
"genre": "Artist Radio • Synthpop & Soul",
|
|
931
|
+
"category": "music",
|
|
932
|
+
"top_artist": true,
|
|
933
|
+
"url": "http://streaming.exclusive.radio/er/annielennox/icecast.audio"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "Andy Williams",
|
|
937
|
+
"genre": "Artist Radio • Classic Lounge",
|
|
938
|
+
"category": "music",
|
|
939
|
+
"url": "http://streaming.exclusive.radio/er/andywilliams/icecast.audio"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "Beyonce",
|
|
943
|
+
"genre": "Artist Radio • R&B & Pop Queen",
|
|
944
|
+
"category": "music",
|
|
945
|
+
"top_artist": true,
|
|
946
|
+
"url": "http://streaming.exclusive.radio/er/beyonce/icecast.audio"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "Billy Joel",
|
|
950
|
+
"genre": "Artist Radio • Piano Rock Legend",
|
|
951
|
+
"category": "music",
|
|
952
|
+
"top_artist": true,
|
|
953
|
+
"url": "http://streaming.exclusive.radio/er/billyjoel/icecast.audio"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "Bill Withers",
|
|
957
|
+
"genre": "Artist Radio • Soul & Folk Legend",
|
|
958
|
+
"category": "music",
|
|
959
|
+
"top_artist": true,
|
|
960
|
+
"url": "http://streaming.exclusive.radio/er/billwithers/icecast.audio"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "Billy Idol",
|
|
964
|
+
"genre": "Artist Radio • 80s Punk Rock",
|
|
965
|
+
"category": "music",
|
|
966
|
+
"top_artist": true,
|
|
967
|
+
"url": "http://streaming.exclusive.radio/er/billyidol/icecast.audio"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "Barry White",
|
|
971
|
+
"genre": "Artist Radio • Deep Velvet Soul",
|
|
972
|
+
"category": "music",
|
|
973
|
+
"top_artist": true,
|
|
974
|
+
"url": "http://streaming.exclusive.radio/er/barrywhite/icecast.audio"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "Beastie Boys",
|
|
978
|
+
"genre": "Artist Radio • Hip-Hop & Rap Rock",
|
|
979
|
+
"category": "music",
|
|
980
|
+
"top_artist": true,
|
|
981
|
+
"url": "http://streaming.exclusive.radio/er/beastieboys/icecast.audio"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "Barry Manilow",
|
|
985
|
+
"genre": "Artist Radio • Pop & Soft Rock",
|
|
986
|
+
"category": "music",
|
|
987
|
+
"top_artist": true,
|
|
988
|
+
"url": "http://streaming.exclusive.radio/er/barrymanilow/icecast.audio"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "Bing Crosby",
|
|
992
|
+
"genre": "Artist Radio • Traditional Pop & Jazz",
|
|
993
|
+
"category": "music",
|
|
994
|
+
"top_artist": true,
|
|
995
|
+
"url": "http://streaming.exclusive.radio/er/bingcrosby/icecast.audio"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"name": "Belinda Carlisle",
|
|
999
|
+
"genre": "Artist Radio • 80s Pop",
|
|
1000
|
+
"category": "music",
|
|
1001
|
+
"url": "http://streaming.exclusive.radio/er/belindacarlisle/icecast.audio"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "Britney Spears",
|
|
1005
|
+
"genre": "Artist Radio • Pop Princess",
|
|
1006
|
+
"category": "music",
|
|
1007
|
+
"top_artist": true,
|
|
1008
|
+
"url": "http://streaming.exclusive.radio/er/britney/icecast.audio"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"name": "Bruno Mars",
|
|
1012
|
+
"genre": "Artist Radio • Funk & Pop Hits",
|
|
1013
|
+
"category": "music",
|
|
1014
|
+
"top_artist": true,
|
|
1015
|
+
"url": "http://streaming.exclusive.radio/er/brunomars/icecast.audio"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "Bob Marley",
|
|
1019
|
+
"genre": "Artist Radio • Reggae Legend",
|
|
1020
|
+
"category": "music",
|
|
1021
|
+
"top_artist": true,
|
|
1022
|
+
"url": "http://streaming.exclusive.radio/er/bobmarley/icecast.audio"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "Bob Dylan",
|
|
1026
|
+
"genre": "Artist Radio • Folk Rock Legend",
|
|
1027
|
+
"category": "music",
|
|
1028
|
+
"top_artist": true,
|
|
1029
|
+
"url": "http://streaming.exclusive.radio/er/bobdylan/icecast.audio"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "Bruce Springsteen",
|
|
1033
|
+
"genre": "Artist Radio • Heartland Rock",
|
|
1034
|
+
"category": "music",
|
|
1035
|
+
"top_artist": true,
|
|
1036
|
+
"url": "http://streaming.exclusive.radio/er/springsteen/icecast.audio"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "Bon Jovi",
|
|
1040
|
+
"genre": "Artist Radio • Arena Rock",
|
|
1041
|
+
"category": "music",
|
|
1042
|
+
"top_artist": true,
|
|
1043
|
+
"url": "http://streaming.exclusive.radio/er/bonjovi/icecast.audio"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "Black Sabbath",
|
|
1047
|
+
"genre": "Artist Radio • Heavy Metal",
|
|
1048
|
+
"category": "music",
|
|
1049
|
+
"top_artist": true,
|
|
1050
|
+
"url": "http://streaming.exclusive.radio/er/blacksabbath/icecast.audio"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "Blondie",
|
|
1054
|
+
"genre": "Artist Radio • New Wave & Punk",
|
|
1055
|
+
"category": "music",
|
|
1056
|
+
"top_artist": true,
|
|
1057
|
+
"url": "http://streaming.exclusive.radio/er/blondie/icecast.audio"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "Blur",
|
|
1061
|
+
"genre": "Artist Radio • Britpop & Alt-Rock",
|
|
1062
|
+
"category": "music",
|
|
1063
|
+
"top_artist": true,
|
|
1064
|
+
"url": "http://streaming.exclusive.radio/er/blur/icecast.audio"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "Boston",
|
|
1068
|
+
"genre": "Artist Radio • Classic Rock",
|
|
1069
|
+
"category": "music",
|
|
1070
|
+
"top_artist": true,
|
|
1071
|
+
"url": "http://streaming.exclusive.radio/er/boston/icecast.audio"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "Bob Seger",
|
|
1075
|
+
"genre": "Artist Radio • Classic Heartland Rock",
|
|
1076
|
+
"category": "music",
|
|
1077
|
+
"top_artist": true,
|
|
1078
|
+
"url": "http://streaming.exclusive.radio/er/bobseger/icecast.audio"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Bo Diddley",
|
|
1082
|
+
"genre": "Artist Radio • Rock & Roll Pioneer",
|
|
1083
|
+
"category": "music",
|
|
1084
|
+
"top_artist": true,
|
|
1085
|
+
"url": "http://streaming.exclusive.radio/er/bodiddley/icecast.audio"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "Booker T & The MG's",
|
|
1089
|
+
"genre": "Artist Radio • Soul & Funk",
|
|
1090
|
+
"category": "music",
|
|
1091
|
+
"top_artist": true,
|
|
1092
|
+
"url": "http://streaming.exclusive.radio/er/bookert/icecast.audio"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "Bread",
|
|
1096
|
+
"genre": "Artist Radio • 70s Soft Rock",
|
|
1097
|
+
"category": "music",
|
|
1098
|
+
"url": "http://streaming.exclusive.radio/er/bread/icecast.audio"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "Brantley Gilbert",
|
|
1102
|
+
"genre": "Artist Radio • Country Rock",
|
|
1103
|
+
"category": "music",
|
|
1104
|
+
"url": "http://streaming.exclusive.radio/er/brantleygilbert/icecast.audio"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "Exclusive Bollywood",
|
|
1108
|
+
"genre": "Bollywood & Asian World Beats",
|
|
1109
|
+
"url": "http://streaming.exclusive.radio/er/bollywood/icecast.audio"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "Celine Dion",
|
|
1113
|
+
"genre": "Artist Radio • Powerhouse Pop Legend",
|
|
1114
|
+
"category": "music",
|
|
1115
|
+
"top_artist": true,
|
|
1116
|
+
"url": "http://streaming.exclusive.radio/er/celinedion/icecast.audio"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "Bryan Adams",
|
|
1120
|
+
"genre": "Artist Radio • Classic Rock & Pop",
|
|
1121
|
+
"category": "music",
|
|
1122
|
+
"top_artist": true,
|
|
1123
|
+
"url": "http://streaming.exclusive.radio/er/bryanadams/icecast.audio"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "Calvin Harris",
|
|
1127
|
+
"genre": "Artist Radio • Dance & EDM Hits",
|
|
1128
|
+
"category": "music",
|
|
1129
|
+
"top_artist": true,
|
|
1130
|
+
"url": "http://streaming.exclusive.radio/er/calvinharris/icecast.audio"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "Camila Cabello",
|
|
1134
|
+
"genre": "Artist Radio • Latin Pop & Hits",
|
|
1135
|
+
"category": "music",
|
|
1136
|
+
"top_artist": true,
|
|
1137
|
+
"url": "http://streaming.exclusive.radio/er/camilacabello/icecast.audio"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "Cardi B",
|
|
1141
|
+
"genre": "Artist Radio • Hip-Hop & Rap Hits",
|
|
1142
|
+
"category": "music",
|
|
1143
|
+
"top_artist": true,
|
|
1144
|
+
"url": "http://streaming.exclusive.radio/er/cardib/icecast.audio"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "Cher",
|
|
1148
|
+
"genre": "Artist Radio • Goddess of Pop",
|
|
1149
|
+
"category": "music",
|
|
1150
|
+
"top_artist": true,
|
|
1151
|
+
"url": "http://streaming.exclusive.radio/er/cher/icecast.audio"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "Chuck Berry",
|
|
1155
|
+
"genre": "Artist Radio • Father of Rock & Roll",
|
|
1156
|
+
"category": "music",
|
|
1157
|
+
"top_artist": true,
|
|
1158
|
+
"url": "http://streaming.exclusive.radio/er/chuckberry/icecast.audio"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "Cat Stevens",
|
|
1162
|
+
"genre": "Artist Radio • Folk Rock Legend",
|
|
1163
|
+
"category": "music",
|
|
1164
|
+
"top_artist": true,
|
|
1165
|
+
"url": "http://streaming.exclusive.radio/er/catstevens/icecast.audio"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "Carole King",
|
|
1169
|
+
"genre": "Artist Radio • Songwriter & Pop Legend",
|
|
1170
|
+
"category": "music",
|
|
1171
|
+
"top_artist": true,
|
|
1172
|
+
"url": "http://streaming.exclusive.radio/er/caroleking/icecast.audio"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "Carly Simon",
|
|
1176
|
+
"genre": "Artist Radio • 70s Pop Icon",
|
|
1177
|
+
"category": "music",
|
|
1178
|
+
"top_artist": true,
|
|
1179
|
+
"url": "http://streaming.exclusive.radio/er/carlysimon/icecast.audio"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "Charlie Parker",
|
|
1183
|
+
"genre": "Artist Radio • Bebop Jazz Pioneer",
|
|
1184
|
+
"category": "music",
|
|
1185
|
+
"top_artist": true,
|
|
1186
|
+
"url": "http://streaming.exclusive.radio/er/charlieparker/icecast.audio"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"name": "Chicago",
|
|
1190
|
+
"genre": "Artist Radio • Horn Rock & Pop",
|
|
1191
|
+
"category": "music",
|
|
1192
|
+
"top_artist": true,
|
|
1193
|
+
"url": "http://streaming.exclusive.radio/er/chicago/icecast.audio"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "Chic",
|
|
1197
|
+
"genre": "Artist Radio • Disco & Funk Legends",
|
|
1198
|
+
"category": "music",
|
|
1199
|
+
"top_artist": true,
|
|
1200
|
+
"url": "http://streaming.exclusive.radio/er/chic/icecast.audio"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "Bryan Ferry",
|
|
1204
|
+
"genre": "Artist Radio • Glam & Art Rock",
|
|
1205
|
+
"category": "music",
|
|
1206
|
+
"top_artist": true,
|
|
1207
|
+
"url": "http://streaming.exclusive.radio/er/bryanferry/icecast.audio"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "Buddy Holly",
|
|
1211
|
+
"genre": "Artist Radio • 50s Rock Pioneer",
|
|
1212
|
+
"category": "music",
|
|
1213
|
+
"top_artist": true,
|
|
1214
|
+
"url": "http://streaming.exclusive.radio/er/buddyholly/icecast.audio"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "Buddy Guy",
|
|
1218
|
+
"genre": "Artist Radio • Chicago Blues Legend",
|
|
1219
|
+
"category": "music",
|
|
1220
|
+
"top_artist": true,
|
|
1221
|
+
"url": "http://streaming.exclusive.radio/er/buddyguy/icecast.audio"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "Cliff Richard",
|
|
1225
|
+
"genre": "Artist Radio • Classic British Pop",
|
|
1226
|
+
"category": "music",
|
|
1227
|
+
"top_artist": true,
|
|
1228
|
+
"url": "http://streaming.exclusive.radio/er/cliffrichard/icecast.audio"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "Chris Rea",
|
|
1232
|
+
"genre": "Artist Radio • Soft Rock & Blues",
|
|
1233
|
+
"category": "music",
|
|
1234
|
+
"top_artist": true,
|
|
1235
|
+
"url": "http://streaming.exclusive.radio/er/chrisrea/icecast.audio"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "Charley Pride",
|
|
1239
|
+
"genre": "Artist Radio • Country Hall of Fame",
|
|
1240
|
+
"category": "music",
|
|
1241
|
+
"url": "http://streaming.exclusive.radio/er/charleypride/icecast.audio"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "Exclusive Christmas Pop",
|
|
1245
|
+
"genre": "Holiday Pop Hits",
|
|
1246
|
+
"url": "http://streaming.exclusive.radio/er/christmaspop/icecast.audio"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "Exclusive Christmas Carols",
|
|
1250
|
+
"genre": "Holiday Acoustic Carols",
|
|
1251
|
+
"url": "http://streaming.exclusive.radio/er/christmascarols/icecast.audio"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "Coldplay",
|
|
1255
|
+
"genre": "Artist Radio • Stadium Pop & Alt-Rock",
|
|
1256
|
+
"category": "music",
|
|
1257
|
+
"top_artist": true,
|
|
1258
|
+
"url": "http://streaming.exclusive.radio/er/coldplay/icecast.audio"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "Daft Punk",
|
|
1262
|
+
"genre": "Artist Radio • French House & Electronic",
|
|
1263
|
+
"category": "music",
|
|
1264
|
+
"top_artist": true,
|
|
1265
|
+
"url": "http://streaming.exclusive.radio/er/daftpunk/icecast.audio"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "David Bowie",
|
|
1269
|
+
"genre": "Artist Radio • Glam Rock & Art Pop",
|
|
1270
|
+
"category": "music",
|
|
1271
|
+
"top_artist": true,
|
|
1272
|
+
"url": "http://streaming.exclusive.radio/er/davidbowie/icecast.audio"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "Drake",
|
|
1276
|
+
"genre": "Artist Radio • Hip-Hop & Modern R&B",
|
|
1277
|
+
"category": "music",
|
|
1278
|
+
"top_artist": true,
|
|
1279
|
+
"url": "http://streaming.exclusive.radio/er/drake/icecast.audio"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "Dr. Dre",
|
|
1283
|
+
"genre": "Artist Radio • West Coast Hip-Hop",
|
|
1284
|
+
"category": "music",
|
|
1285
|
+
"top_artist": true,
|
|
1286
|
+
"url": "http://streaming.exclusive.radio/er/drdre/icecast.audio"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "Dua Lipa",
|
|
1290
|
+
"genre": "Artist Radio • Nu-Disco & Dance-Pop",
|
|
1291
|
+
"category": "music",
|
|
1292
|
+
"top_artist": true,
|
|
1293
|
+
"url": "http://streaming.exclusive.radio/er/dualipa/icecast.audio"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "Depeche Mode",
|
|
1297
|
+
"genre": "Artist Radio • Synthpop & Dark Wave",
|
|
1298
|
+
"category": "music",
|
|
1299
|
+
"top_artist": true,
|
|
1300
|
+
"url": "http://streaming.exclusive.radio/er/depechemode/icecast.audio"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "Deep Purple",
|
|
1304
|
+
"genre": "Artist Radio • Hard Rock Pioneers",
|
|
1305
|
+
"category": "music",
|
|
1306
|
+
"top_artist": true,
|
|
1307
|
+
"url": "http://streaming.exclusive.radio/er/deeppurple/icecast.audio"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "Def Leppard",
|
|
1311
|
+
"genre": "Artist Radio • Glam Metal & Rock",
|
|
1312
|
+
"category": "music",
|
|
1313
|
+
"top_artist": true,
|
|
1314
|
+
"url": "http://streaming.exclusive.radio/er/defleppard/icecast.audio"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "Dire Straits",
|
|
1318
|
+
"genre": "Artist Radio • Classic Rock & Roots",
|
|
1319
|
+
"category": "music",
|
|
1320
|
+
"top_artist": true,
|
|
1321
|
+
"url": "http://streaming.exclusive.radio/er/direstraits/icecast.audio"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "Donna Summer",
|
|
1325
|
+
"genre": "Artist Radio • Queen of Disco",
|
|
1326
|
+
"category": "music",
|
|
1327
|
+
"top_artist": true,
|
|
1328
|
+
"url": "http://streaming.exclusive.radio/er/donnasummer/icecast.audio"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "Dolly Parton",
|
|
1332
|
+
"genre": "Artist Radio • Country Royalty",
|
|
1333
|
+
"category": "music",
|
|
1334
|
+
"top_artist": true,
|
|
1335
|
+
"url": "http://streaming.exclusive.radio/er/dollyparton/icecast.audio"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "Diana Ross",
|
|
1339
|
+
"genre": "Artist Radio • Motown & Disco Diva",
|
|
1340
|
+
"category": "music",
|
|
1341
|
+
"top_artist": true,
|
|
1342
|
+
"url": "http://streaming.exclusive.radio/er/dianaross/icecast.audio"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "Dionne Warwick",
|
|
1346
|
+
"genre": "Artist Radio • Soul & Classic Pop",
|
|
1347
|
+
"category": "music",
|
|
1348
|
+
"top_artist": true,
|
|
1349
|
+
"url": "http://streaming.exclusive.radio/er/dionnewarwick/icecast.audio"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "Dean Martin",
|
|
1353
|
+
"genre": "Artist Radio • King of Cool & Lounge",
|
|
1354
|
+
"category": "music",
|
|
1355
|
+
"top_artist": true,
|
|
1356
|
+
"url": "http://streaming.exclusive.radio/er/deanmartin/icecast.audio"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "Creedence Clearwater Revival",
|
|
1360
|
+
"genre": "Artist Radio • Swamp Rock Legends",
|
|
1361
|
+
"category": "music",
|
|
1362
|
+
"top_artist": true,
|
|
1363
|
+
"url": "http://streaming.exclusive.radio/er/creedence/icecast.audio"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "Crosby Stills Nash & Young",
|
|
1367
|
+
"genre": "Artist Radio • Folk Rock Icons",
|
|
1368
|
+
"category": "music",
|
|
1369
|
+
"top_artist": true,
|
|
1370
|
+
"url": "http://streaming.exclusive.radio/er/csny/icecast.audio"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "Curtis Mayfield",
|
|
1374
|
+
"genre": "Artist Radio • Funk & Soul Pioneer",
|
|
1375
|
+
"category": "music",
|
|
1376
|
+
"top_artist": true,
|
|
1377
|
+
"url": "http://streaming.exclusive.radio/er/curtismayfield/icecast.audio"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "Dave Brubeck",
|
|
1381
|
+
"genre": "Artist Radio • Cool Jazz Pioneer",
|
|
1382
|
+
"category": "music",
|
|
1383
|
+
"top_artist": true,
|
|
1384
|
+
"url": "http://streaming.exclusive.radio/er/davebrubeck/icecast.audio"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "Diana Krall",
|
|
1388
|
+
"genre": "Artist Radio • Vocal Jazz & Bossa",
|
|
1389
|
+
"category": "music",
|
|
1390
|
+
"top_artist": true,
|
|
1391
|
+
"url": "http://streaming.exclusive.radio/er/dianakrall/icecast.audio"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "Crowded House",
|
|
1395
|
+
"genre": "Artist Radio • Jangle Pop & Rock",
|
|
1396
|
+
"category": "music",
|
|
1397
|
+
"url": "http://streaming.exclusive.radio/er/crowdedhouse/icecast.audio"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "Dr Hook",
|
|
1401
|
+
"genre": "Artist Radio • 70s Soft Rock",
|
|
1402
|
+
"category": "music",
|
|
1403
|
+
"url": "http://streaming.exclusive.radio/er/drhook/icecast.audio"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "Exclusive Disco",
|
|
1407
|
+
"genre": "Studio 54 Disco Hits",
|
|
1408
|
+
"url": "http://streaming.exclusive.radio/er/disco/icecast.audio"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "Electric Light Orchestra",
|
|
1412
|
+
"genre": "Artist Radio",
|
|
1413
|
+
"category": "music",
|
|
1414
|
+
"url": "http://streaming.exclusive.radio/er/elo/icecast.audio"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "Eagles",
|
|
1418
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1419
|
+
"category": "music",
|
|
1420
|
+
"url": "http://streaming.exclusive.radio/er/eagles/icecast.audio",
|
|
1421
|
+
"top_artist": true
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"name": "Ed Sheeran",
|
|
1425
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1426
|
+
"category": "music",
|
|
1427
|
+
"url": "http://streaming.exclusive.radio/er/edsheeran/icecast.audio",
|
|
1428
|
+
"top_artist": true
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "George Jones",
|
|
1432
|
+
"genre": "Artist Radio",
|
|
1433
|
+
"category": "music",
|
|
1434
|
+
"url": "http://streaming.exclusive.radio/er/georgejones/icecast.audio"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "Eminem",
|
|
1438
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1439
|
+
"category": "music",
|
|
1440
|
+
"url": "http://streaming.exclusive.radio/er/eminem/icecast.audio",
|
|
1441
|
+
"top_artist": true
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "Enrique Iglesias",
|
|
1445
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1446
|
+
"category": "music",
|
|
1447
|
+
"url": "http://streaming.exclusive.radio/er/enriqueiglesias/icecast.audio",
|
|
1448
|
+
"top_artist": true
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "Glen Campbell",
|
|
1452
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1453
|
+
"category": "music",
|
|
1454
|
+
"url": "http://streaming.exclusive.radio/er/glencampbell/icecast.audio",
|
|
1455
|
+
"top_artist": true
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "Ella Fitzgerald",
|
|
1459
|
+
"genre": "Artist Radio",
|
|
1460
|
+
"category": "music",
|
|
1461
|
+
"url": "http://streaming.exclusive.radio/er/ellafitzgerald/icecast.audio"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "Elton John",
|
|
1465
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1466
|
+
"category": "music",
|
|
1467
|
+
"url": "http://streaming.exclusive.radio/er/eltonjohn/icecast.audio",
|
|
1468
|
+
"top_artist": true
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "George Ezra",
|
|
1472
|
+
"genre": "Artist Radio",
|
|
1473
|
+
"category": "music",
|
|
1474
|
+
"url": "http://streaming.exclusive.radio/er/georgeezra/icecast.audio"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "Etta James",
|
|
1478
|
+
"genre": "Artist Radio",
|
|
1479
|
+
"category": "music",
|
|
1480
|
+
"url": "http://streaming.exclusive.radio/er/ettajames/icecast.audio"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "Eric Clapton",
|
|
1484
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1485
|
+
"category": "music",
|
|
1486
|
+
"url": "http://streaming.exclusive.radio/er/ericclapton/icecast.audio",
|
|
1487
|
+
"top_artist": true
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"name": "Duran Duran",
|
|
1491
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1492
|
+
"category": "music",
|
|
1493
|
+
"url": "http://streaming.exclusive.radio/er/duranduran/icecast.audio",
|
|
1494
|
+
"top_artist": true
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "George Michael",
|
|
1498
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1499
|
+
"category": "music",
|
|
1500
|
+
"url": "http://streaming.exclusive.radio/er/georgemichael/icecast.audio",
|
|
1501
|
+
"top_artist": true
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "George Benson",
|
|
1505
|
+
"genre": "Artist Radio",
|
|
1506
|
+
"category": "music",
|
|
1507
|
+
"url": "http://streaming.exclusive.radio/er/georgebenson/icecast.audio"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "Duke Ellington",
|
|
1511
|
+
"genre": "Artist Radio",
|
|
1512
|
+
"category": "music",
|
|
1513
|
+
"url": "http://streaming.exclusive.radio/er/dukeellington/icecast.audio"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "Genesis",
|
|
1517
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1518
|
+
"category": "music",
|
|
1519
|
+
"url": "http://streaming.exclusive.radio/er/genesis/icecast.audio",
|
|
1520
|
+
"top_artist": true
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "Fleetwood Mac",
|
|
1524
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1525
|
+
"category": "music",
|
|
1526
|
+
"url": "http://streaming.exclusive.radio/er/fleetwoodmac/icecast.audio",
|
|
1527
|
+
"top_artist": true
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "Erasure",
|
|
1531
|
+
"genre": "Artist Radio",
|
|
1532
|
+
"category": "music",
|
|
1533
|
+
"url": "http://streaming.exclusive.radio/er/erasure/icecast.audio"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "Elvis Presley",
|
|
1537
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1538
|
+
"category": "music",
|
|
1539
|
+
"url": "http://streaming.exclusive.radio/er/elvispresley/icecast.audio",
|
|
1540
|
+
"top_artist": true
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "Glenn Miller",
|
|
1544
|
+
"genre": "Artist Radio",
|
|
1545
|
+
"category": "music",
|
|
1546
|
+
"url": "http://streaming.exclusive.radio/er/glennmiller/icecast.audio"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "Eva Cassidy",
|
|
1550
|
+
"genre": "Artist Radio",
|
|
1551
|
+
"category": "music",
|
|
1552
|
+
"url": "http://streaming.exclusive.radio/er/evacassidy/icecast.audio"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "Fats Domino",
|
|
1556
|
+
"genre": "Artist Radio",
|
|
1557
|
+
"category": "music",
|
|
1558
|
+
"url": "http://streaming.exclusive.radio/er/fatsdomino/icecast.audio"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "Foo Fighters",
|
|
1562
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1563
|
+
"category": "music",
|
|
1564
|
+
"url": "http://streaming.exclusive.radio/er/foofighters/icecast.audio",
|
|
1565
|
+
"top_artist": true
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "Frank Sinatra",
|
|
1569
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1570
|
+
"category": "music",
|
|
1571
|
+
"url": "http://streaming.exclusive.radio/er/franksinatra/icecast.audio",
|
|
1572
|
+
"top_artist": true
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "Engelbert Humperdinck",
|
|
1576
|
+
"genre": "Artist Radio",
|
|
1577
|
+
"category": "music",
|
|
1578
|
+
"url": "http://streaming.exclusive.radio/er/engelberthumperdinck/icecast.audio"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "George Harrison",
|
|
1582
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1583
|
+
"category": "music",
|
|
1584
|
+
"url": "http://streaming.exclusive.radio/er/georgeharrison/icecast.audio",
|
|
1585
|
+
"top_artist": true
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "Foreigner",
|
|
1589
|
+
"genre": "Artist Radio",
|
|
1590
|
+
"category": "music",
|
|
1591
|
+
"url": "http://streaming.exclusive.radio/er/foreigner/icecast.audio"
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Eurythmics",
|
|
1595
|
+
"genre": "Artist Radio",
|
|
1596
|
+
"category": "music",
|
|
1597
|
+
"url": "http://streaming.exclusive.radio/er/eurythmics/icecast.audio"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"name": "Florida Georgia Line",
|
|
1601
|
+
"genre": "Artist Radio",
|
|
1602
|
+
"category": "music",
|
|
1603
|
+
"url": "http://streaming.exclusive.radio/er/floridageorgialine/icecast.audio"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "Garth Brooks",
|
|
1607
|
+
"genre": "Artist Radio",
|
|
1608
|
+
"category": "music",
|
|
1609
|
+
"url": "http://streaming.exclusive.radio/er/garthbrooks/icecast.audio"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "Gloria Estefan",
|
|
1613
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1614
|
+
"category": "music",
|
|
1615
|
+
"url": "http://streaming.exclusive.radio/er/gloriaestefan/icecast.audio",
|
|
1616
|
+
"top_artist": true
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "George Strait",
|
|
1620
|
+
"genre": "Artist Radio",
|
|
1621
|
+
"category": "music",
|
|
1622
|
+
"url": "http://streaming.exclusive.radio/er/georgestrait/icecast.audio"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "Hank Williams",
|
|
1626
|
+
"genre": "Artist Radio",
|
|
1627
|
+
"category": "music",
|
|
1628
|
+
"url": "http://streaming.exclusive.radio/er/hankwilliams/icecast.audio"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "Harry Styles",
|
|
1632
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1633
|
+
"category": "music",
|
|
1634
|
+
"url": "http://streaming.exclusive.radio/er/harrystyles/icecast.audio",
|
|
1635
|
+
"top_artist": true
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"name": "Howlin Wolf",
|
|
1639
|
+
"genre": "Artist Radio",
|
|
1640
|
+
"category": "music",
|
|
1641
|
+
"url": "http://streaming.exclusive.radio/er/howlinwolf/icecast.audio"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "Hollywood & Broadway Musicals",
|
|
1645
|
+
"genre": "Artist Radio",
|
|
1646
|
+
"category": "music",
|
|
1647
|
+
"url": "http://streaming.exclusive.radio/er/hollywoodandbroadway/icecast.audio"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "Imagine Dragons",
|
|
1651
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1652
|
+
"category": "music",
|
|
1653
|
+
"url": "http://streaming.exclusive.radio/er/imaginedragons/icecast.audio",
|
|
1654
|
+
"top_artist": true
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "INXS",
|
|
1658
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1659
|
+
"category": "music",
|
|
1660
|
+
"url": "http://streaming.exclusive.radio/er/INXS/icecast.audio",
|
|
1661
|
+
"top_artist": true
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "Green Day",
|
|
1665
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1666
|
+
"category": "music",
|
|
1667
|
+
"url": "http://streaming.exclusive.radio/er/greenday/icecast.audio",
|
|
1668
|
+
"top_artist": true
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "J J Cale",
|
|
1672
|
+
"genre": "Artist Radio",
|
|
1673
|
+
"category": "music",
|
|
1674
|
+
"url": "http://streaming.exclusive.radio/er/jjcale/icecast.audio"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "Herbie Hancock",
|
|
1678
|
+
"genre": "Artist Radio",
|
|
1679
|
+
"category": "music",
|
|
1680
|
+
"url": "http://streaming.exclusive.radio/er/herbiehancock/icecast.audio"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "James Blunt",
|
|
1684
|
+
"genre": "Artist Radio",
|
|
1685
|
+
"category": "music",
|
|
1686
|
+
"url": "http://streaming.exclusive.radio/er/jamesblunt/icecast.audio"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "JAY-Z",
|
|
1690
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1691
|
+
"category": "music",
|
|
1692
|
+
"url": "http://streaming.exclusive.radio/er/jay-z/icecast.audio",
|
|
1693
|
+
"top_artist": true
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "Gregory Porter",
|
|
1697
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1698
|
+
"category": "music",
|
|
1699
|
+
"url": "http://streaming.exclusive.radio/er/gregoryporter/icecast.audio",
|
|
1700
|
+
"top_artist": true
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "Jefferson Airplane",
|
|
1704
|
+
"genre": "Artist Radio",
|
|
1705
|
+
"category": "music",
|
|
1706
|
+
"url": "http://streaming.exclusive.radio/er/jeffersonairplane/icecast.audio"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "James Taylor",
|
|
1710
|
+
"genre": "Artist Radio",
|
|
1711
|
+
"category": "music",
|
|
1712
|
+
"url": "http://streaming.exclusive.radio/er/jamestaylor/icecast.audio"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "Guns N' Roses",
|
|
1716
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1717
|
+
"category": "music",
|
|
1718
|
+
"url": "http://streaming.exclusive.radio/er/gunsnroses/icecast.audio",
|
|
1719
|
+
"top_artist": true
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "James Brown",
|
|
1723
|
+
"genre": "Artist Radio",
|
|
1724
|
+
"category": "music",
|
|
1725
|
+
"url": "http://streaming.exclusive.radio/er/jamesbrown/icecast.audio"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "Grateful Dead",
|
|
1729
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1730
|
+
"category": "music",
|
|
1731
|
+
"url": "http://streaming.exclusive.radio/er/gratefuldead/icecast.audio",
|
|
1732
|
+
"top_artist": true
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "Jim Reeves",
|
|
1736
|
+
"genre": "Artist Radio",
|
|
1737
|
+
"category": "music",
|
|
1738
|
+
"url": "http://streaming.exclusive.radio/er/jimreeves/icecast.audio"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "Jamie Cullum",
|
|
1742
|
+
"genre": "Artist Radio",
|
|
1743
|
+
"category": "music",
|
|
1744
|
+
"url": "http://streaming.exclusive.radio/er/jamiecullum/icecast.audio"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "Jethro Tull",
|
|
1748
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1749
|
+
"category": "music",
|
|
1750
|
+
"url": "http://streaming.exclusive.radio/er/jethrotull/icecast.audio",
|
|
1751
|
+
"top_artist": true
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "Janet Jackson",
|
|
1755
|
+
"genre": "Artist Radio",
|
|
1756
|
+
"category": "music",
|
|
1757
|
+
"url": "http://streaming.exclusive.radio/er/janetjackson/icecast.audio"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "J-Pop",
|
|
1761
|
+
"genre": "Artist Radio",
|
|
1762
|
+
"category": "music",
|
|
1763
|
+
"url": "http://streaming.exclusive.radio/er/jpop/icecast.audio"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "Jack Johnson",
|
|
1767
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1768
|
+
"category": "music",
|
|
1769
|
+
"url": "http://streaming.exclusive.radio/er/jackjohnson/icecast.audio",
|
|
1770
|
+
"top_artist": true
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "Italy",
|
|
1774
|
+
"genre": "Artist Radio",
|
|
1775
|
+
"category": "music",
|
|
1776
|
+
"url": "http://streaming.exclusive.radio/er/italy/icecast.audio"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "Huey Lewis & The News",
|
|
1780
|
+
"genre": "Artist Radio",
|
|
1781
|
+
"category": "music",
|
|
1782
|
+
"url": "http://streaming.exclusive.radio/er/hueylewis/icecast.audio"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "Iron Maiden",
|
|
1786
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1787
|
+
"category": "music",
|
|
1788
|
+
"url": "http://streaming.exclusive.radio/er/ironmaiden/icecast.audio",
|
|
1789
|
+
"top_artist": true
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "Jennifer Lopez",
|
|
1793
|
+
"genre": "Artist Radio",
|
|
1794
|
+
"category": "music",
|
|
1795
|
+
"url": "http://streaming.exclusive.radio/er/jenniferlopez/icecast.audio"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"name": "Jackson Browne",
|
|
1799
|
+
"genre": "Artist Radio",
|
|
1800
|
+
"category": "music",
|
|
1801
|
+
"url": "http://streaming.exclusive.radio/er/jacksonbrowne/icecast.audio"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "Jerry Lee Lewis",
|
|
1805
|
+
"genre": "Artist Radio",
|
|
1806
|
+
"category": "music",
|
|
1807
|
+
"url": "http://streaming.exclusive.radio/er/jerryleelewis/icecast.audio"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"name": "Jaques Loussier",
|
|
1811
|
+
"genre": "Artist Radio",
|
|
1812
|
+
"category": "music",
|
|
1813
|
+
"url": "http://streaming.exclusive.radio/er/jaquesloussier/icecast.audio"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "Joan Jett",
|
|
1817
|
+
"genre": "Artist Radio",
|
|
1818
|
+
"category": "music",
|
|
1819
|
+
"url": "http://streaming.exclusive.radio/er/joanjett/icecast.audio"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "Johnny Mathis",
|
|
1823
|
+
"genre": "Artist Radio",
|
|
1824
|
+
"category": "music",
|
|
1825
|
+
"url": "http://streaming.exclusive.radio/er/johnnymathis/icecast.audio"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "John Lee Hooker",
|
|
1829
|
+
"genre": "Artist Radio",
|
|
1830
|
+
"category": "music",
|
|
1831
|
+
"url": "http://streaming.exclusive.radio/er/johnleehooker/icecast.audio"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"name": "John Denver",
|
|
1835
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1836
|
+
"category": "music",
|
|
1837
|
+
"url": "http://streaming.exclusive.radio/er/johndenver/icecast.audio",
|
|
1838
|
+
"top_artist": true
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "Joni Mitchell",
|
|
1842
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1843
|
+
"category": "music",
|
|
1844
|
+
"url": "http://streaming.exclusive.radio/er/jonimitchell/icecast.audio",
|
|
1845
|
+
"top_artist": true
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "Kendrick Lamar",
|
|
1849
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1850
|
+
"category": "music",
|
|
1851
|
+
"url": "http://streaming.exclusive.radio/er/kendricklamar/icecast.audio",
|
|
1852
|
+
"top_artist": true
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "Jonas Brothers",
|
|
1856
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1857
|
+
"category": "music",
|
|
1858
|
+
"url": "http://streaming.exclusive.radio/er/jonasbrothers/icecast.audio",
|
|
1859
|
+
"top_artist": true
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "Keith Urban",
|
|
1863
|
+
"genre": "Artist Radio",
|
|
1864
|
+
"category": "music",
|
|
1865
|
+
"url": "http://streaming.exclusive.radio/er/keithurban/icecast.audio"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "John Mayall",
|
|
1869
|
+
"genre": "Artist Radio",
|
|
1870
|
+
"category": "music",
|
|
1871
|
+
"url": "http://streaming.exclusive.radio/er/johnmayall/icecast.audio"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "John Coltrane",
|
|
1875
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1876
|
+
"category": "music",
|
|
1877
|
+
"url": "http://streaming.exclusive.radio/er/johncoltrane/icecast.audio",
|
|
1878
|
+
"top_artist": true
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "Joan Baez",
|
|
1882
|
+
"genre": "Artist Radio",
|
|
1883
|
+
"category": "music",
|
|
1884
|
+
"url": "http://streaming.exclusive.radio/er/joanbaez/icecast.audio"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "Joe Satriani",
|
|
1888
|
+
"genre": "Artist Radio",
|
|
1889
|
+
"category": "music",
|
|
1890
|
+
"url": "http://streaming.exclusive.radio/er/joesatriani/icecast.audio"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "Joe Bonamassa",
|
|
1894
|
+
"genre": "Artist Radio",
|
|
1895
|
+
"category": "music",
|
|
1896
|
+
"url": "http://streaming.exclusive.radio/er/joebonamassa/icecast.audio"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "Johnny Nash",
|
|
1900
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1901
|
+
"category": "music",
|
|
1902
|
+
"url": "http://streaming.exclusive.radio/er/johnnynash/icecast.audio",
|
|
1903
|
+
"top_artist": true
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "KISS",
|
|
1907
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1908
|
+
"category": "music",
|
|
1909
|
+
"url": "http://streaming.exclusive.radio/er/kiss/icecast.audio",
|
|
1910
|
+
"top_artist": true
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "Josh Groban",
|
|
1914
|
+
"genre": "Artist Radio",
|
|
1915
|
+
"category": "music",
|
|
1916
|
+
"url": "http://streaming.exclusive.radio/er/joshgroban/icecast.audio"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "Jimi Hendrix",
|
|
1920
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1921
|
+
"category": "music",
|
|
1922
|
+
"url": "http://streaming.exclusive.radio/er/hendrix/icecast.audio",
|
|
1923
|
+
"top_artist": true
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "Lady Gaga",
|
|
1927
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1928
|
+
"category": "music",
|
|
1929
|
+
"url": "http://streaming.exclusive.radio/er/ladygaga/icecast.audio",
|
|
1930
|
+
"top_artist": true
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "John Lennon",
|
|
1934
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1935
|
+
"category": "music",
|
|
1936
|
+
"url": "http://streaming.exclusive.radio/er/lennon/icecast.audio",
|
|
1937
|
+
"top_artist": true
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"name": "Journey",
|
|
1941
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1942
|
+
"category": "music",
|
|
1943
|
+
"url": "http://streaming.exclusive.radio/er/journey/icecast.audio",
|
|
1944
|
+
"top_artist": true
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "Kenny Rogers",
|
|
1948
|
+
"genre": "Artist Radio",
|
|
1949
|
+
"category": "music",
|
|
1950
|
+
"url": "http://streaming.exclusive.radio/er/kennyrogers/icecast.audio"
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "Kenny Chesney",
|
|
1954
|
+
"genre": "Artist Radio",
|
|
1955
|
+
"category": "music",
|
|
1956
|
+
"url": "http://streaming.exclusive.radio/er/kennychesney/icecast.audio"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "Lewis Capaldi",
|
|
1960
|
+
"genre": "Artist Radio",
|
|
1961
|
+
"category": "music",
|
|
1962
|
+
"url": "http://streaming.exclusive.radio/er/lewiscapaldi/icecast.audio"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "Johnny Cash",
|
|
1966
|
+
"genre": "Artist Radio",
|
|
1967
|
+
"category": "music",
|
|
1968
|
+
"url": "http://streaming.exclusive.radio/er/johnnycash/icecast.audio"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "Lady A",
|
|
1972
|
+
"genre": "Artist Radio",
|
|
1973
|
+
"category": "music",
|
|
1974
|
+
"url": "http://streaming.exclusive.radio/er/ladyantebellum/icecast.audio"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "Kelly Clarkson",
|
|
1978
|
+
"genre": "Artist Radio",
|
|
1979
|
+
"category": "music",
|
|
1980
|
+
"url": "http://streaming.exclusive.radio/er/kellyclarkson/icecast.audio"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "Kenny G",
|
|
1984
|
+
"genre": "Artist Radio",
|
|
1985
|
+
"category": "music",
|
|
1986
|
+
"url": "http://streaming.exclusive.radio/er/kennyg/icecast.audio"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "Led Zeppelin",
|
|
1990
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
1991
|
+
"category": "music",
|
|
1992
|
+
"url": "http://streaming.exclusive.radio/er/ledzeppelin/icecast.audio",
|
|
1993
|
+
"top_artist": true
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "Little Mix",
|
|
1997
|
+
"genre": "Artist Radio",
|
|
1998
|
+
"category": "music",
|
|
1999
|
+
"url": "http://streaming.exclusive.radio/er/littlemix/icecast.audio"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "Lionel Richie",
|
|
2003
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2004
|
+
"category": "music",
|
|
2005
|
+
"url": "http://streaming.exclusive.radio/er/lionelrichie/icecast.audio",
|
|
2006
|
+
"top_artist": true
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "Little Feat",
|
|
2010
|
+
"genre": "Artist Radio",
|
|
2011
|
+
"category": "music",
|
|
2012
|
+
"url": "http://streaming.exclusive.radio/er/littlefeat/icecast.audio"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"name": "Mariah Carey",
|
|
2016
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2017
|
+
"category": "music",
|
|
2018
|
+
"url": "http://streaming.exclusive.radio/er/mariahcarey/icecast.audio",
|
|
2019
|
+
"top_artist": true
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"name": "Leonard Cohen",
|
|
2023
|
+
"genre": "Artist Radio",
|
|
2024
|
+
"category": "music",
|
|
2025
|
+
"url": "http://streaming.exclusive.radio/er/leonardcohen/icecast.audio"
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "Kylie Minogue",
|
|
2029
|
+
"genre": "Artist Radio",
|
|
2030
|
+
"category": "music",
|
|
2031
|
+
"url": "http://streaming.exclusive.radio/er/kylie/icecast.audio"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"name": "Michael Buble",
|
|
2035
|
+
"genre": "Artist Radio",
|
|
2036
|
+
"category": "music",
|
|
2037
|
+
"url": "http://streaming.exclusive.radio/er/michaelbuble/icecast.audio"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "Mike And The Mechanics",
|
|
2041
|
+
"genre": "Artist Radio",
|
|
2042
|
+
"category": "music",
|
|
2043
|
+
"url": "http://streaming.exclusive.radio/er/mikeandthemechanics/icecast.audio"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"name": "Lorde",
|
|
2047
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2048
|
+
"category": "music",
|
|
2049
|
+
"url": "http://streaming.exclusive.radio/er/lorde/icecast.audio",
|
|
2050
|
+
"top_artist": true
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "Meat Loaf",
|
|
2054
|
+
"genre": "Artist Radio",
|
|
2055
|
+
"category": "music",
|
|
2056
|
+
"url": "http://streaming.exclusive.radio/er/meatloaf/icecast.audio"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "Neil Young",
|
|
2060
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2061
|
+
"category": "music",
|
|
2062
|
+
"url": "http://streaming.exclusive.radio/er/neilyoung/icecast.audio",
|
|
2063
|
+
"top_artist": true
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"name": "Merle Haggard",
|
|
2067
|
+
"genre": "Artist Radio",
|
|
2068
|
+
"category": "music",
|
|
2069
|
+
"url": "http://streaming.exclusive.radio/er/merlehaggard/icecast.audio"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "Louis Armstrong",
|
|
2073
|
+
"genre": "Artist Radio",
|
|
2074
|
+
"category": "music",
|
|
2075
|
+
"url": "http://streaming.exclusive.radio/er/louisarmstrong/icecast.audio"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "Michael Bolton",
|
|
2079
|
+
"genre": "Artist Radio",
|
|
2080
|
+
"category": "music",
|
|
2081
|
+
"url": "http://streaming.exclusive.radio/er/michaelbolton/icecast.audio"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "Nickelback",
|
|
2085
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2086
|
+
"category": "music",
|
|
2087
|
+
"url": "http://streaming.exclusive.radio/er/nickelback/icecast.audio",
|
|
2088
|
+
"top_artist": true
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"name": "Niall Horan",
|
|
2092
|
+
"genre": "Artist Radio",
|
|
2093
|
+
"category": "music",
|
|
2094
|
+
"url": "http://streaming.exclusive.radio/er/niallhoran/icecast.audio"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "Little Richard",
|
|
2098
|
+
"genre": "Artist Radio",
|
|
2099
|
+
"category": "music",
|
|
2100
|
+
"url": "http://streaming.exclusive.radio/er/littlerichard/icecast.audio"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"name": "Loretta Lynn",
|
|
2104
|
+
"genre": "Artist Radio",
|
|
2105
|
+
"category": "music",
|
|
2106
|
+
"url": "http://streaming.exclusive.radio/er/lorettalynn/icecast.audio"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"name": "Nina Simone",
|
|
2110
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2111
|
+
"category": "music",
|
|
2112
|
+
"url": "http://streaming.exclusive.radio/er/ninasimone/icecast.audio",
|
|
2113
|
+
"top_artist": true
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "Norah Jones",
|
|
2117
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2118
|
+
"category": "music",
|
|
2119
|
+
"url": "http://streaming.exclusive.radio/er/norahjones/icecast.audio",
|
|
2120
|
+
"top_artist": true
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"name": "Nirvana",
|
|
2124
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2125
|
+
"category": "music",
|
|
2126
|
+
"url": "http://streaming.exclusive.radio/er/nirvana/icecast.audio",
|
|
2127
|
+
"top_artist": true
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "Exclusive Metallica",
|
|
2131
|
+
"genre": "Heavy Metal & Hard Rock",
|
|
2132
|
+
"url": "http://streaming.exclusive.radio/er/metallica/icecast.audio"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "Oasis",
|
|
2136
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2137
|
+
"category": "music",
|
|
2138
|
+
"url": "http://streaming.exclusive.radio/er/oasis/icecast.audio",
|
|
2139
|
+
"top_artist": true
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "Otis Redding",
|
|
2143
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2144
|
+
"category": "music",
|
|
2145
|
+
"url": "http://streaming.exclusive.radio/er/otisredding/icecast.audio",
|
|
2146
|
+
"top_artist": true
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"name": "New Order",
|
|
2150
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2151
|
+
"category": "music",
|
|
2152
|
+
"url": "http://streaming.exclusive.radio/er/neworder/icecast.audio",
|
|
2153
|
+
"top_artist": true
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "Matt Monro",
|
|
2157
|
+
"genre": "Artist Radio",
|
|
2158
|
+
"category": "music",
|
|
2159
|
+
"url": "http://streaming.exclusive.radio/er/mattmonro/icecast.audio"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "Luke Bryan",
|
|
2163
|
+
"genre": "Artist Radio",
|
|
2164
|
+
"category": "music",
|
|
2165
|
+
"url": "http://streaming.exclusive.radio/er/lukebryan/icecast.audio"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"name": "Mary J. Blige",
|
|
2169
|
+
"genre": "Artist Radio",
|
|
2170
|
+
"category": "music",
|
|
2171
|
+
"url": "http://streaming.exclusive.radio/er/maryjblige/icecast.audio"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "Patti Smith",
|
|
2175
|
+
"genre": "Artist Radio",
|
|
2176
|
+
"category": "music",
|
|
2177
|
+
"url": "http://streaming.exclusive.radio/er/pattismith/icecast.audio"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "Neil Diamond",
|
|
2181
|
+
"genre": "Artist Radio",
|
|
2182
|
+
"category": "music",
|
|
2183
|
+
"url": "http://streaming.exclusive.radio/er/neildiamond/icecast.audio"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "Muddy Waters",
|
|
2187
|
+
"genre": "Artist Radio",
|
|
2188
|
+
"category": "music",
|
|
2189
|
+
"url": "http://streaming.exclusive.radio/er/muddywaters/icecast.audio"
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "One Direction",
|
|
2193
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2194
|
+
"category": "music",
|
|
2195
|
+
"url": "http://streaming.exclusive.radio/er/onedirection/icecast.audio",
|
|
2196
|
+
"top_artist": true
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "Nat King Cole",
|
|
2200
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2201
|
+
"category": "music",
|
|
2202
|
+
"url": "http://streaming.exclusive.radio/er/natkingcole/icecast.audio",
|
|
2203
|
+
"top_artist": true
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "Peter Frampton",
|
|
2207
|
+
"genre": "Artist Radio",
|
|
2208
|
+
"category": "music",
|
|
2209
|
+
"url": "http://streaming.exclusive.radio/er/peterframpton/icecast.audio"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"name": "Nicki Minaj",
|
|
2213
|
+
"genre": "Artist Radio",
|
|
2214
|
+
"category": "music",
|
|
2215
|
+
"url": "http://streaming.exclusive.radio/er/nickiminaj/icecast.audio"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "Pet Shop Boys",
|
|
2219
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2220
|
+
"category": "music",
|
|
2221
|
+
"url": "http://streaming.exclusive.radio/er/petshopboys/icecast.audio",
|
|
2222
|
+
"top_artist": true
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "Perry Como",
|
|
2226
|
+
"genre": "Artist Radio",
|
|
2227
|
+
"category": "music",
|
|
2228
|
+
"url": "http://streaming.exclusive.radio/er/perrycomo/icecast.audio"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"name": "Prince",
|
|
2232
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2233
|
+
"category": "music",
|
|
2234
|
+
"url": "http://streaming.exclusive.radio/er/prince/icecast.audio",
|
|
2235
|
+
"top_artist": true
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"name": "Post Malone",
|
|
2239
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2240
|
+
"category": "music",
|
|
2241
|
+
"url": "http://streaming.exclusive.radio/er/postmalone/icecast.audio",
|
|
2242
|
+
"top_artist": true
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "Patsy Cline",
|
|
2246
|
+
"genre": "Artist Radio",
|
|
2247
|
+
"category": "music",
|
|
2248
|
+
"url": "http://streaming.exclusive.radio/er/patsycline/icecast.audio"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "Exclusive Party",
|
|
2252
|
+
"genre": "Party & Dance Hits",
|
|
2253
|
+
"url": "http://streaming.exclusive.radio/er/party/icecast.audio"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "Paul McCartney",
|
|
2257
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2258
|
+
"category": "music",
|
|
2259
|
+
"url": "http://streaming.exclusive.radio/er/paulmccartney/icecast.audio",
|
|
2260
|
+
"top_artist": true
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "Pink",
|
|
2264
|
+
"genre": "Artist Radio",
|
|
2265
|
+
"category": "music",
|
|
2266
|
+
"url": "http://streaming.exclusive.radio/er/pink/icecast.audio"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "R.E.M.",
|
|
2270
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2271
|
+
"category": "music",
|
|
2272
|
+
"url": "http://streaming.exclusive.radio/er/rem/icecast.audio",
|
|
2273
|
+
"top_artist": true
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "Ramones",
|
|
2277
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2278
|
+
"category": "music",
|
|
2279
|
+
"url": "http://streaming.exclusive.radio/er/ramones/icecast.audio",
|
|
2280
|
+
"top_artist": true
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"name": "Randy Travis",
|
|
2284
|
+
"genre": "Artist Radio",
|
|
2285
|
+
"category": "music",
|
|
2286
|
+
"url": "http://streaming.exclusive.radio/er/randytravis/icecast.audio"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "Paul Weller",
|
|
2290
|
+
"genre": "Artist Radio",
|
|
2291
|
+
"category": "music",
|
|
2292
|
+
"url": "http://streaming.exclusive.radio/er/paulweller/icecast.audio"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "Pink Floyd",
|
|
2296
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2297
|
+
"category": "music",
|
|
2298
|
+
"url": "http://streaming.exclusive.radio/er/pinkfloyd/icecast.audio",
|
|
2299
|
+
"top_artist": true
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "Pete Seeger",
|
|
2303
|
+
"genre": "Artist Radio",
|
|
2304
|
+
"category": "music",
|
|
2305
|
+
"url": "http://streaming.exclusive.radio/er/peteseeger/icecast.audio"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "Phil Collins",
|
|
2309
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2310
|
+
"category": "music",
|
|
2311
|
+
"url": "http://streaming.exclusive.radio/er/philcollins/icecast.audio",
|
|
2312
|
+
"top_artist": true
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "Peter Green's Fleetwood Mac",
|
|
2316
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2317
|
+
"category": "music",
|
|
2318
|
+
"url": "http://streaming.exclusive.radio/er/pgfleetwood/icecast.audio",
|
|
2319
|
+
"top_artist": true
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "Red Hot Chili Peppers",
|
|
2323
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2324
|
+
"category": "music",
|
|
2325
|
+
"url": "http://streaming.exclusive.radio/er/chilipeppers/icecast.audio",
|
|
2326
|
+
"top_artist": true
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "Pussycat Dolls",
|
|
2330
|
+
"genre": "Artist Radio",
|
|
2331
|
+
"category": "music",
|
|
2332
|
+
"url": "http://streaming.exclusive.radio/er/pussycatdolls/icecast.audio"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "Olivia Newton John",
|
|
2336
|
+
"genre": "Artist Radio",
|
|
2337
|
+
"category": "music",
|
|
2338
|
+
"url": "http://streaming.exclusive.radio/er/onj/icecast.audio"
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "Queen",
|
|
2342
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2343
|
+
"category": "music",
|
|
2344
|
+
"url": "http://streaming.exclusive.radio/er/queen/icecast.audio",
|
|
2345
|
+
"top_artist": true
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"name": "Exclusive Rock N' Roll Party",
|
|
2349
|
+
"genre": "Party & Dance Hits",
|
|
2350
|
+
"url": "http://streaming.exclusive.radio/er/rocknrollparty/icecast.audio"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "Ray Charles",
|
|
2354
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2355
|
+
"category": "music",
|
|
2356
|
+
"url": "http://streaming.exclusive.radio/er/raycharles/icecast.audio",
|
|
2357
|
+
"top_artist": true
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "Roxette",
|
|
2361
|
+
"genre": "Artist Radio",
|
|
2362
|
+
"category": "music",
|
|
2363
|
+
"url": "http://streaming.exclusive.radio/er/roxette/icecast.audio"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "Sade",
|
|
2367
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2368
|
+
"category": "music",
|
|
2369
|
+
"url": "http://streaming.exclusive.radio/er/sade/icecast.audio",
|
|
2370
|
+
"top_artist": true
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"name": "Sam Smith",
|
|
2374
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2375
|
+
"category": "music",
|
|
2376
|
+
"url": "http://streaming.exclusive.radio/er/samsmith/icecast.audio",
|
|
2377
|
+
"top_artist": true
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"name": "Rory Gallagher",
|
|
2381
|
+
"genre": "Artist Radio",
|
|
2382
|
+
"category": "music",
|
|
2383
|
+
"url": "http://streaming.exclusive.radio/er/rorygallagher/icecast.audio"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "Robert Palmer",
|
|
2387
|
+
"genre": "Artist Radio",
|
|
2388
|
+
"category": "music",
|
|
2389
|
+
"url": "http://streaming.exclusive.radio/er/robertpalmer/icecast.audio"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"name": "Rihanna",
|
|
2393
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2394
|
+
"category": "music",
|
|
2395
|
+
"url": "http://streaming.exclusive.radio/er/rihanna/icecast.audio",
|
|
2396
|
+
"top_artist": true
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"name": "Robert Cray",
|
|
2400
|
+
"genre": "Artist Radio",
|
|
2401
|
+
"category": "music",
|
|
2402
|
+
"url": "http://streaming.exclusive.radio/er/robertcray/icecast.audio"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"name": "Rita Ora",
|
|
2406
|
+
"genre": "Artist Radio",
|
|
2407
|
+
"category": "music",
|
|
2408
|
+
"url": "http://streaming.exclusive.radio/er/ritaora/icecast.audio"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "Reba McEntire",
|
|
2412
|
+
"genre": "Artist Radio",
|
|
2413
|
+
"category": "music",
|
|
2414
|
+
"url": "http://streaming.exclusive.radio/er/rebamcentire/icecast.audio"
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"name": "Simple Minds",
|
|
2418
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2419
|
+
"category": "music",
|
|
2420
|
+
"url": "http://streaming.exclusive.radio/er/simpleminds/icecast.audio",
|
|
2421
|
+
"top_artist": true
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "Scorpions",
|
|
2425
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2426
|
+
"category": "music",
|
|
2427
|
+
"url": "http://streaming.exclusive.radio/er/scorpions/icecast.audio",
|
|
2428
|
+
"top_artist": true
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "Rod Stewart",
|
|
2432
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2433
|
+
"category": "music",
|
|
2434
|
+
"url": "http://streaming.exclusive.radio/er/rodstewart/icecast.audio",
|
|
2435
|
+
"top_artist": true
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "Shakira",
|
|
2439
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2440
|
+
"category": "music",
|
|
2441
|
+
"url": "http://streaming.exclusive.radio/er/shakira/icecast.audio",
|
|
2442
|
+
"top_artist": true
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "Simon & Garfunkel",
|
|
2446
|
+
"genre": "Artist Radio",
|
|
2447
|
+
"category": "music",
|
|
2448
|
+
"url": "http://streaming.exclusive.radio/er/simongarfunkle/icecast.audio"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Sheryl Crow",
|
|
2452
|
+
"genre": "Artist Radio",
|
|
2453
|
+
"category": "music",
|
|
2454
|
+
"url": "http://streaming.exclusive.radio/er/sherylcrow/icecast.audio"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "Roy Orbison",
|
|
2458
|
+
"genre": "Artist Radio",
|
|
2459
|
+
"category": "music",
|
|
2460
|
+
"url": "http://streaming.exclusive.radio/er/royorbison/icecast.audio"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "Run-DMC",
|
|
2464
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2465
|
+
"category": "music",
|
|
2466
|
+
"url": "http://streaming.exclusive.radio/er/rundmc/icecast.audio",
|
|
2467
|
+
"top_artist": true
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "Rush",
|
|
2471
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2472
|
+
"category": "music",
|
|
2473
|
+
"url": "http://streaming.exclusive.radio/er/rush/icecast.audio",
|
|
2474
|
+
"top_artist": true
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "Santana",
|
|
2478
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2479
|
+
"category": "music",
|
|
2480
|
+
"url": "http://streaming.exclusive.radio/er/santana/icecast.audio",
|
|
2481
|
+
"top_artist": true
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "Stevie Wonder",
|
|
2485
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2486
|
+
"category": "music",
|
|
2487
|
+
"url": "http://streaming.exclusive.radio/er/steviewonder/icecast.audio",
|
|
2488
|
+
"top_artist": true
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "Stevie Ray Vaughan",
|
|
2492
|
+
"genre": "Artist Radio",
|
|
2493
|
+
"category": "music",
|
|
2494
|
+
"url": "http://streaming.exclusive.radio/er/stevierayvaughan/icecast.audio"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"name": "Sam Cooke",
|
|
2498
|
+
"genre": "Artist Radio",
|
|
2499
|
+
"category": "music",
|
|
2500
|
+
"url": "http://streaming.exclusive.radio/er/samcooke/icecast.audio"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "Shania Twain",
|
|
2504
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2505
|
+
"category": "music",
|
|
2506
|
+
"url": "http://streaming.exclusive.radio/er/shaniatwain/icecast.audio",
|
|
2507
|
+
"top_artist": true
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"name": "Snow Patrol",
|
|
2511
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2512
|
+
"category": "music",
|
|
2513
|
+
"url": "http://streaming.exclusive.radio/er/snowpatrol/icecast.audio",
|
|
2514
|
+
"top_artist": true
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "Savage Garden",
|
|
2518
|
+
"genre": "Artist Radio",
|
|
2519
|
+
"category": "music",
|
|
2520
|
+
"url": "http://streaming.exclusive.radio/er/savagegarden/icecast.audio"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"name": "Steeleye Span",
|
|
2524
|
+
"genre": "Artist Radio",
|
|
2525
|
+
"category": "music",
|
|
2526
|
+
"url": "http://streaming.exclusive.radio/er/steeleyespan/icecast.audio"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "Shawn Mendes",
|
|
2530
|
+
"genre": "Artist Radio",
|
|
2531
|
+
"category": "music",
|
|
2532
|
+
"url": "http://streaming.exclusive.radio/er/shawnmendes/icecast.audio"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "Stone Temple Pilots",
|
|
2536
|
+
"genre": "Artist Radio",
|
|
2537
|
+
"category": "music",
|
|
2538
|
+
"url": "http://streaming.exclusive.radio/er/stonetemplepilots/icecast.audio"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "Talking Heads",
|
|
2542
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2543
|
+
"category": "music",
|
|
2544
|
+
"url": "http://streaming.exclusive.radio/er/talkingheads/icecast.audio",
|
|
2545
|
+
"top_artist": true
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "Spandau Ballet",
|
|
2549
|
+
"genre": "Artist Radio",
|
|
2550
|
+
"category": "music",
|
|
2551
|
+
"url": "http://streaming.exclusive.radio/er/spandauballet/icecast.audio"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "Small Faces",
|
|
2555
|
+
"genre": "Artist Radio",
|
|
2556
|
+
"category": "music",
|
|
2557
|
+
"url": "http://streaming.exclusive.radio/er/smallfaces/icecast.audio"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "Steve Winwood",
|
|
2561
|
+
"genre": "Artist Radio",
|
|
2562
|
+
"category": "music",
|
|
2563
|
+
"url": "http://streaming.exclusive.radio/er/stevewinwood/icecast.audio"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"name": "Smokey Robinson",
|
|
2567
|
+
"genre": "Artist Radio",
|
|
2568
|
+
"category": "music",
|
|
2569
|
+
"url": "http://streaming.exclusive.radio/er/smokeyrobinson/icecast.audio"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "Steely Dan",
|
|
2573
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2574
|
+
"category": "music",
|
|
2575
|
+
"url": "http://streaming.exclusive.radio/er/steelydan/icecast.audio",
|
|
2576
|
+
"top_artist": true
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "Sting",
|
|
2580
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2581
|
+
"category": "music",
|
|
2582
|
+
"url": "http://streaming.exclusive.radio/er/sting/icecast.audio",
|
|
2583
|
+
"top_artist": true
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "The Allman Brothers Band",
|
|
2587
|
+
"genre": "Artist Radio",
|
|
2588
|
+
"category": "music",
|
|
2589
|
+
"url": "http://streaming.exclusive.radio/er/allmanbrothers/icecast.audio"
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "The B-52's",
|
|
2593
|
+
"genre": "Artist Radio",
|
|
2594
|
+
"category": "music",
|
|
2595
|
+
"url": "http://streaming.exclusive.radio/er/theb52s/icecast.audio"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "Supertramp",
|
|
2599
|
+
"genre": "Artist Radio",
|
|
2600
|
+
"category": "music",
|
|
2601
|
+
"url": "http://streaming.exclusive.radio/er/supertramp/icecast.audio"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "Tammy Wynette",
|
|
2605
|
+
"genre": "Artist Radio",
|
|
2606
|
+
"category": "music",
|
|
2607
|
+
"url": "http://streaming.exclusive.radio/er/tammywynette/icecast.audio"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "Suzanne Vega",
|
|
2611
|
+
"genre": "Artist Radio",
|
|
2612
|
+
"category": "music",
|
|
2613
|
+
"url": "http://streaming.exclusive.radio/er/suzannevega/icecast.audio"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "Taylor Swift",
|
|
2617
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2618
|
+
"category": "music",
|
|
2619
|
+
"url": "http://streaming.exclusive.radio/er/taylorswift/icecast.audio",
|
|
2620
|
+
"top_artist": true
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"name": "The Cars",
|
|
2624
|
+
"genre": "Artist Radio",
|
|
2625
|
+
"category": "music",
|
|
2626
|
+
"url": "http://streaming.exclusive.radio/er/thecars/icecast.audio"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "Take That",
|
|
2630
|
+
"genre": "Artist Radio",
|
|
2631
|
+
"category": "music",
|
|
2632
|
+
"url": "http://streaming.exclusive.radio/er/takethat/icecast.audio"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "The Drifters",
|
|
2636
|
+
"genre": "Artist Radio",
|
|
2637
|
+
"category": "music",
|
|
2638
|
+
"url": "http://streaming.exclusive.radio/er/drifters/icecast.audio"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"name": "Tears For Fears",
|
|
2642
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2643
|
+
"category": "music",
|
|
2644
|
+
"url": "http://streaming.exclusive.radio/er/tearsforfears/icecast.audio",
|
|
2645
|
+
"top_artist": true
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "T-Rex",
|
|
2649
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2650
|
+
"category": "music",
|
|
2651
|
+
"url": "http://streaming.exclusive.radio/er/trex/icecast.audio",
|
|
2652
|
+
"top_artist": true
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "The Bee Gees",
|
|
2656
|
+
"genre": "Artist Radio",
|
|
2657
|
+
"category": "music",
|
|
2658
|
+
"url": "http://streaming.exclusive.radio/er/beegees/icecast.audio"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"name": "The Band",
|
|
2662
|
+
"genre": "Artist Radio",
|
|
2663
|
+
"category": "music",
|
|
2664
|
+
"url": "http://streaming.exclusive.radio/er/theband/icecast.audio"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "The Byrds",
|
|
2668
|
+
"genre": "Artist Radio",
|
|
2669
|
+
"category": "music",
|
|
2670
|
+
"url": "http://streaming.exclusive.radio/er/thebyrds/icecast.audio"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "The Dubliners",
|
|
2674
|
+
"genre": "Artist Radio",
|
|
2675
|
+
"category": "music",
|
|
2676
|
+
"url": "http://streaming.exclusive.radio/er/thedubliners/icecast.audio"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"name": "The Doobie Brothers",
|
|
2680
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2681
|
+
"category": "music",
|
|
2682
|
+
"url": "http://streaming.exclusive.radio/er/doobiebrothers/icecast.audio",
|
|
2683
|
+
"top_artist": true
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"name": "The 1975",
|
|
2687
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2688
|
+
"category": "music",
|
|
2689
|
+
"url": "http://streaming.exclusive.radio/er/the1975/icecast.audio",
|
|
2690
|
+
"top_artist": true
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "The Cure",
|
|
2694
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2695
|
+
"category": "music",
|
|
2696
|
+
"url": "http://streaming.exclusive.radio/er/thecure/icecast.audio",
|
|
2697
|
+
"top_artist": true
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "The Four Tops",
|
|
2701
|
+
"genre": "Artist Radio",
|
|
2702
|
+
"category": "music",
|
|
2703
|
+
"url": "http://streaming.exclusive.radio/er/fourtops/icecast.audio"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "The Human League",
|
|
2707
|
+
"genre": "Artist Radio",
|
|
2708
|
+
"category": "music",
|
|
2709
|
+
"url": "http://streaming.exclusive.radio/er/humanleague/icecast.audio"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "The Beach Boys",
|
|
2713
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2714
|
+
"category": "music",
|
|
2715
|
+
"url": "http://streaming.exclusive.radio/er/beachboys/icecast.audio",
|
|
2716
|
+
"top_artist": true
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "The Kinks",
|
|
2720
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2721
|
+
"category": "music",
|
|
2722
|
+
"url": "http://streaming.exclusive.radio/er/thekinks/icecast.audio",
|
|
2723
|
+
"top_artist": true
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "Texas",
|
|
2727
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2728
|
+
"category": "music",
|
|
2729
|
+
"url": "http://streaming.exclusive.radio/er/texas/icecast.audio",
|
|
2730
|
+
"top_artist": true
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "The Beatles",
|
|
2734
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2735
|
+
"category": "music",
|
|
2736
|
+
"url": "http://streaming.exclusive.radio/er/beatles/icecast.audio",
|
|
2737
|
+
"top_artist": true
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "The Doors",
|
|
2741
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2742
|
+
"category": "music",
|
|
2743
|
+
"url": "http://streaming.exclusive.radio/er/doors/icecast.audio",
|
|
2744
|
+
"top_artist": true
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "The Police",
|
|
2748
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2749
|
+
"category": "music",
|
|
2750
|
+
"url": "http://streaming.exclusive.radio/er/police/icecast.audio",
|
|
2751
|
+
"top_artist": true
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "The Black Crowes",
|
|
2755
|
+
"genre": "Artist Radio",
|
|
2756
|
+
"category": "music",
|
|
2757
|
+
"url": "http://streaming.exclusive.radio/er/theblackcrowes/icecast.audio"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "The Clash",
|
|
2761
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2762
|
+
"category": "music",
|
|
2763
|
+
"url": "http://streaming.exclusive.radio/er/theclash/icecast.audio",
|
|
2764
|
+
"top_artist": true
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "The Everly Brothers",
|
|
2768
|
+
"genre": "Artist Radio",
|
|
2769
|
+
"category": "music",
|
|
2770
|
+
"url": "http://streaming.exclusive.radio/er/everlybrothers/icecast.audio"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "The Carpenters",
|
|
2774
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2775
|
+
"category": "music",
|
|
2776
|
+
"url": "http://streaming.exclusive.radio/er/carpenters/icecast.audio",
|
|
2777
|
+
"top_artist": true
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"name": "The Temptations",
|
|
2781
|
+
"genre": "Artist Radio",
|
|
2782
|
+
"category": "music",
|
|
2783
|
+
"url": "http://streaming.exclusive.radio/er/thetemptations/icecast.audio"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "The Monkees",
|
|
2787
|
+
"genre": "Artist Radio",
|
|
2788
|
+
"category": "music",
|
|
2789
|
+
"url": "http://streaming.exclusive.radio/er/themonkees/icecast.audio"
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "The Weeknd",
|
|
2793
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2794
|
+
"category": "music",
|
|
2795
|
+
"url": "http://streaming.exclusive.radio/er/theweeknd/icecast.audio",
|
|
2796
|
+
"top_artist": true
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "The Pretenders",
|
|
2800
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2801
|
+
"category": "music",
|
|
2802
|
+
"url": "http://streaming.exclusive.radio/er/pretenders/icecast.audio",
|
|
2803
|
+
"top_artist": true
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "Exclusive The Moody Blues",
|
|
2807
|
+
"genre": "Blues Legends",
|
|
2808
|
+
"url": "http://streaming.exclusive.radio/er/moodyblues/icecast.audio"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "The Killers",
|
|
2812
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2813
|
+
"category": "music",
|
|
2814
|
+
"url": "http://streaming.exclusive.radio/er/thekillers/icecast.audio",
|
|
2815
|
+
"top_artist": true
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "The Velvet Underground",
|
|
2819
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2820
|
+
"category": "music",
|
|
2821
|
+
"url": "http://streaming.exclusive.radio/er/velvetunderground/icecast.audio",
|
|
2822
|
+
"top_artist": true
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "The Rolling Stones",
|
|
2826
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2827
|
+
"category": "music",
|
|
2828
|
+
"url": "http://streaming.exclusive.radio/er/rollingstones/icecast.audio",
|
|
2829
|
+
"top_artist": true
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "The Mavericks",
|
|
2833
|
+
"genre": "Artist Radio",
|
|
2834
|
+
"category": "music",
|
|
2835
|
+
"url": "http://streaming.exclusive.radio/er/themavericks/icecast.audio"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"name": "Twenty One Pilots",
|
|
2839
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2840
|
+
"category": "music",
|
|
2841
|
+
"url": "http://streaming.exclusive.radio/er/twentyonepilots/icecast.audio",
|
|
2842
|
+
"top_artist": true
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "U2",
|
|
2846
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2847
|
+
"category": "music",
|
|
2848
|
+
"url": "http://streaming.exclusive.radio/er/u2/icecast.audio",
|
|
2849
|
+
"top_artist": true
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "Thin Lizzy",
|
|
2853
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2854
|
+
"category": "music",
|
|
2855
|
+
"url": "http://streaming.exclusive.radio/er/thinlizzy/icecast.audio",
|
|
2856
|
+
"top_artist": true
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"name": "Toots And The Maytals",
|
|
2860
|
+
"genre": "Artist Radio",
|
|
2861
|
+
"category": "music",
|
|
2862
|
+
"url": "http://streaming.exclusive.radio/er/tootsandthemaytals/icecast.audio"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "The Steve Miller Band",
|
|
2866
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2867
|
+
"category": "music",
|
|
2868
|
+
"url": "http://streaming.exclusive.radio/er/stevemillerband/icecast.audio",
|
|
2869
|
+
"top_artist": true
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"name": "Van Morrison",
|
|
2873
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2874
|
+
"category": "music",
|
|
2875
|
+
"url": "http://streaming.exclusive.radio/er/vanmorrison/icecast.audio",
|
|
2876
|
+
"top_artist": true
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "The Yardbirds",
|
|
2880
|
+
"genre": "Artist Radio",
|
|
2881
|
+
"category": "music",
|
|
2882
|
+
"url": "http://streaming.exclusive.radio/er/theyardbirds/icecast.audio"
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"name": "The Who",
|
|
2886
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2887
|
+
"category": "music",
|
|
2888
|
+
"url": "http://streaming.exclusive.radio/er/thewho/icecast.audio",
|
|
2889
|
+
"top_artist": true
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"name": "Tom Jones",
|
|
2893
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2894
|
+
"category": "music",
|
|
2895
|
+
"url": "http://streaming.exclusive.radio/er/tomjones/icecast.audio",
|
|
2896
|
+
"top_artist": true
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"name": "Travis Scott",
|
|
2900
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2901
|
+
"category": "music",
|
|
2902
|
+
"url": "http://streaming.exclusive.radio/er/travisscott/icecast.audio",
|
|
2903
|
+
"top_artist": true
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "Tina Turner",
|
|
2907
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2908
|
+
"category": "music",
|
|
2909
|
+
"url": "http://streaming.exclusive.radio/er/tinaturner/icecast.audio",
|
|
2910
|
+
"top_artist": true
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"name": "Tom Petty",
|
|
2914
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2915
|
+
"category": "music",
|
|
2916
|
+
"url": "http://streaming.exclusive.radio/er/tompetty/icecast.audio",
|
|
2917
|
+
"top_artist": true
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"name": "Tony Bennett",
|
|
2921
|
+
"genre": "Artist Radio",
|
|
2922
|
+
"category": "music",
|
|
2923
|
+
"url": "http://streaming.exclusive.radio/er/tonybennett/icecast.audio"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"name": "Tick Tock Radio 1950",
|
|
2927
|
+
"genre": "Artist Radio",
|
|
2928
|
+
"category": "music",
|
|
2929
|
+
"url": "https://streaming.ticktock.radio/tt-app/1950/icecast.audio"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "Whitney Houston",
|
|
2933
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2934
|
+
"category": "music",
|
|
2935
|
+
"url": "http://streaming.exclusive.radio/er/whitneyhouston/icecast.audio",
|
|
2936
|
+
"top_artist": true
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"name": "Van Halen",
|
|
2940
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2941
|
+
"category": "music",
|
|
2942
|
+
"url": "http://streaming.exclusive.radio/er/vanhalen/icecast.audio",
|
|
2943
|
+
"top_artist": true
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "Tick Tock Radio 1952",
|
|
2947
|
+
"genre": "Artist Radio",
|
|
2948
|
+
"category": "music",
|
|
2949
|
+
"url": "https://streaming.ticktock.radio/tt-app/1952/icecast.audio"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "Tick Tock Radio 1951",
|
|
2953
|
+
"genre": "Artist Radio",
|
|
2954
|
+
"category": "music",
|
|
2955
|
+
"url": "https://streaming.ticktock.radio/tt-app/1951/icecast.audio"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "Tick Tock Radio 1954",
|
|
2959
|
+
"genre": "Artist Radio",
|
|
2960
|
+
"category": "music",
|
|
2961
|
+
"url": "https://streaming.ticktock.radio/tt-app/1954/icecast.audio"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "Toby Keith",
|
|
2965
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
2966
|
+
"category": "music",
|
|
2967
|
+
"url": "http://streaming.exclusive.radio/er/tobykeith/icecast.audio",
|
|
2968
|
+
"top_artist": true
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "Tim McGraw",
|
|
2972
|
+
"genre": "Artist Radio",
|
|
2973
|
+
"category": "music",
|
|
2974
|
+
"url": "http://streaming.exclusive.radio/er/timmcgraw/icecast.audio"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"name": "Tick Tock Radio 1958",
|
|
2978
|
+
"genre": "Artist Radio",
|
|
2979
|
+
"category": "music",
|
|
2980
|
+
"url": "https://streaming.ticktock.radio/tt-app/1958/icecast.audio"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "Tick Tock Radio 1959",
|
|
2984
|
+
"genre": "Artist Radio",
|
|
2985
|
+
"category": "music",
|
|
2986
|
+
"url": "https://streaming.ticktock.radio/tt-app/1959/icecast.audio"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "Tick Tock Radio 1957",
|
|
2990
|
+
"genre": "Artist Radio",
|
|
2991
|
+
"category": "music",
|
|
2992
|
+
"url": "https://streaming.ticktock.radio/tt-app/1957/icecast.audio"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "Tick Tock Radio 1953",
|
|
2996
|
+
"genre": "Artist Radio",
|
|
2997
|
+
"category": "music",
|
|
2998
|
+
"url": "https://streaming.ticktock.radio/tt-app/1953/icecast.audio"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "Tick Tock Radio 1956",
|
|
3002
|
+
"genre": "Artist Radio",
|
|
3003
|
+
"category": "music",
|
|
3004
|
+
"url": "https://streaming.ticktock.radio/tt-app/1956/icecast.audio"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "Tick Tock Radio 1955",
|
|
3008
|
+
"genre": "Artist Radio",
|
|
3009
|
+
"category": "music",
|
|
3010
|
+
"url": "https://streaming.ticktock.radio/tt-app/1955/icecast.audio"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"name": "Yes",
|
|
3014
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
3015
|
+
"category": "music",
|
|
3016
|
+
"url": "http://streaming.exclusive.radio/er/yes/icecast.audio",
|
|
3017
|
+
"top_artist": true
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "UB40",
|
|
3021
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
3022
|
+
"category": "music",
|
|
3023
|
+
"url": "http://streaming.exclusive.radio/er/ub40/icecast.audio",
|
|
3024
|
+
"top_artist": true
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"name": "ZZ Top",
|
|
3028
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
3029
|
+
"category": "music",
|
|
3030
|
+
"url": "http://streaming.exclusive.radio/er/zztop/icecast.audio",
|
|
3031
|
+
"top_artist": true
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "Toto",
|
|
3035
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
3036
|
+
"category": "music",
|
|
3037
|
+
"url": "http://streaming.exclusive.radio/er/toto/icecast.audio",
|
|
3038
|
+
"top_artist": true
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"name": "Tick Tock Radio 1961",
|
|
3042
|
+
"genre": "Artist Radio",
|
|
3043
|
+
"category": "music",
|
|
3044
|
+
"url": "https://streaming.ticktock.radio/tt-app/1961/icecast.audio"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Tick Tock Radio 1960",
|
|
3048
|
+
"genre": "Artist Radio",
|
|
3049
|
+
"category": "music",
|
|
3050
|
+
"url": "https://streaming.ticktock.radio/tt-app/1960/icecast.audio"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "Waylon Jennings",
|
|
3054
|
+
"genre": "Artist Radio",
|
|
3055
|
+
"category": "music",
|
|
3056
|
+
"url": "http://streaming.exclusive.radio/er/waylonjennings/icecast.audio"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "Tick Tock Radio 1962",
|
|
3060
|
+
"genre": "Artist Radio",
|
|
3061
|
+
"category": "music",
|
|
3062
|
+
"url": "https://streaming.ticktock.radio/tt-app/1962/icecast.audio"
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"name": "Tom Waits",
|
|
3066
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
3067
|
+
"category": "music",
|
|
3068
|
+
"url": "http://streaming.exclusive.radio/er/tomwaits/icecast.audio",
|
|
3069
|
+
"top_artist": true
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"name": "Tick Tock Radio 1963",
|
|
3073
|
+
"genre": "Artist Radio",
|
|
3074
|
+
"category": "music",
|
|
3075
|
+
"url": "https://streaming.ticktock.radio/tt-app/1963/icecast.audio"
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"name": "Whitesnake",
|
|
3079
|
+
"genre": "Artist Radio",
|
|
3080
|
+
"category": "music",
|
|
3081
|
+
"url": "http://streaming.exclusive.radio/er/whitesnake/icecast.audio"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"name": "Tick Tock Radio 1964",
|
|
3085
|
+
"genre": "Artist Radio",
|
|
3086
|
+
"category": "music",
|
|
3087
|
+
"url": "https://streaming.ticktock.radio/tt-app/1964/icecast.audio"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "Tick Tock Radio 1965",
|
|
3091
|
+
"genre": "Artist Radio",
|
|
3092
|
+
"category": "music",
|
|
3093
|
+
"url": "https://streaming.ticktock.radio/tt-app/1965/icecast.audio"
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"name": "Tick Tock Radio 1967",
|
|
3097
|
+
"genre": "Artist Radio",
|
|
3098
|
+
"category": "music",
|
|
3099
|
+
"url": "https://streaming.ticktock.radio/tt-app/1967/icecast.audio"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "Tick Tock Radio 1966",
|
|
3103
|
+
"genre": "Artist Radio",
|
|
3104
|
+
"category": "music",
|
|
3105
|
+
"url": "https://streaming.ticktock.radio/tt-app/1966/icecast.audio"
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "Tick Tock Radio 1970",
|
|
3109
|
+
"genre": "Artist Radio",
|
|
3110
|
+
"category": "music",
|
|
3111
|
+
"url": "https://streaming.ticktock.radio/tt-app/1970/icecast.audio"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "Wham!",
|
|
3115
|
+
"genre": "Artist Radio • Legend & Fan Fav",
|
|
3116
|
+
"category": "music",
|
|
3117
|
+
"url": "http://streaming.exclusive.radio/er/wham/icecast.audio",
|
|
3118
|
+
"top_artist": true
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "Tick Tock Radio 1971",
|
|
3122
|
+
"genre": "Artist Radio",
|
|
3123
|
+
"category": "music",
|
|
3124
|
+
"url": "https://streaming.ticktock.radio/tt-app/1971/icecast.audio"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "Tick Tock Radio 1972",
|
|
3128
|
+
"genre": "Artist Radio",
|
|
3129
|
+
"category": "music",
|
|
3130
|
+
"url": "https://streaming.ticktock.radio/tt-app/1972/icecast.audio"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "Tick Tock Radio 1968",
|
|
3134
|
+
"genre": "Artist Radio",
|
|
3135
|
+
"category": "music",
|
|
3136
|
+
"url": "https://streaming.ticktock.radio/tt-app/1968/icecast.audio"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "Tick Tock Radio 1976",
|
|
3140
|
+
"genre": "Artist Radio",
|
|
3141
|
+
"category": "music",
|
|
3142
|
+
"url": "https://streaming.ticktock.radio/tt-app/1976/icecast.audio"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "Tick Tock Radio 1969",
|
|
3146
|
+
"genre": "Artist Radio",
|
|
3147
|
+
"category": "music",
|
|
3148
|
+
"url": "https://streaming.ticktock.radio/tt-app/1969/icecast.audio"
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "Tick Tock Radio 1975",
|
|
3152
|
+
"genre": "Artist Radio",
|
|
3153
|
+
"category": "music",
|
|
3154
|
+
"url": "https://streaming.ticktock.radio/tt-app/1975/icecast.audio"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"name": "Tick Tock Radio 1973",
|
|
3158
|
+
"genre": "Artist Radio",
|
|
3159
|
+
"category": "music",
|
|
3160
|
+
"url": "https://streaming.ticktock.radio/tt-app/1973/icecast.audio"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "Tick Tock Radio 1974",
|
|
3164
|
+
"genre": "Artist Radio",
|
|
3165
|
+
"category": "music",
|
|
3166
|
+
"url": "https://streaming.ticktock.radio/tt-app/1974/icecast.audio"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "Tick Tock Radio 1979",
|
|
3170
|
+
"genre": "Artist Radio",
|
|
3171
|
+
"category": "music",
|
|
3172
|
+
"url": "https://streaming.ticktock.radio/tt-app/1979/icecast.audio"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "Tick Tock Radio 1977",
|
|
3176
|
+
"genre": "Artist Radio",
|
|
3177
|
+
"category": "music",
|
|
3178
|
+
"url": "https://streaming.ticktock.radio/tt-app/1977/icecast.audio"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "Tick Tock Radio 1978",
|
|
3182
|
+
"genre": "Artist Radio",
|
|
3183
|
+
"category": "music",
|
|
3184
|
+
"url": "https://streaming.ticktock.radio/tt-app/1978/icecast.audio"
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "Willie Nelson",
|
|
3188
|
+
"genre": "Artist Radio",
|
|
3189
|
+
"category": "music",
|
|
3190
|
+
"url": "http://streaming.exclusive.radio/er/willienelson/icecast.audio"
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "Tick Tock Radio 1981",
|
|
3194
|
+
"genre": "Artist Radio",
|
|
3195
|
+
"category": "music",
|
|
3196
|
+
"url": "https://streaming.ticktock.radio/tt-app/1981/icecast.audio"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "Tick Tock Radio 1985",
|
|
3200
|
+
"genre": "Artist Radio",
|
|
3201
|
+
"category": "music",
|
|
3202
|
+
"url": "https://streaming.ticktock.radio/tt-app/1985/icecast.audio"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "Tick Tock Radio 1984",
|
|
3206
|
+
"genre": "Artist Radio",
|
|
3207
|
+
"category": "music",
|
|
3208
|
+
"url": "https://streaming.ticktock.radio/tt-app/1984/icecast.audio"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"name": "Tick Tock Radio 1980",
|
|
3212
|
+
"genre": "Artist Radio",
|
|
3213
|
+
"category": "music",
|
|
3214
|
+
"url": "https://streaming.ticktock.radio/tt-app/1980/icecast.audio"
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "Tick Tock Radio 1982",
|
|
3218
|
+
"genre": "Artist Radio",
|
|
3219
|
+
"category": "music",
|
|
3220
|
+
"url": "https://streaming.ticktock.radio/tt-app/1982/icecast.audio"
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"name": "Tick Tock Radio 1983",
|
|
3224
|
+
"genre": "Artist Radio",
|
|
3225
|
+
"category": "music",
|
|
3226
|
+
"url": "https://streaming.ticktock.radio/tt-app/1983/icecast.audio"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "Tick Tock Radio 1986",
|
|
3230
|
+
"genre": "Artist Radio",
|
|
3231
|
+
"category": "music",
|
|
3232
|
+
"url": "https://streaming.ticktock.radio/tt-app/1986/icecast.audio"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "Tick Tock Radio 1989",
|
|
3236
|
+
"genre": "Artist Radio",
|
|
3237
|
+
"category": "music",
|
|
3238
|
+
"url": "https://streaming.ticktock.radio/tt-app/1989/icecast.audio"
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"name": "Tick Tock Radio 1988",
|
|
3242
|
+
"genre": "Artist Radio",
|
|
3243
|
+
"category": "music",
|
|
3244
|
+
"url": "https://streaming.ticktock.radio/tt-app/1988/icecast.audio"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "Tick Tock Radio 1987",
|
|
3248
|
+
"genre": "Artist Radio",
|
|
3249
|
+
"category": "music",
|
|
3250
|
+
"url": "https://streaming.ticktock.radio/tt-app/1987/icecast.audio"
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "Tick Tock Radio 1992",
|
|
3254
|
+
"genre": "Artist Radio",
|
|
3255
|
+
"category": "music",
|
|
3256
|
+
"url": "https://streaming.ticktock.radio/tt-app/1992/icecast.audio"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "Tick Tock Radio 1991",
|
|
3260
|
+
"genre": "Artist Radio",
|
|
3261
|
+
"category": "music",
|
|
3262
|
+
"url": "https://streaming.ticktock.radio/tt-app/1991/icecast.audio"
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"name": "Tick Tock Radio 1990",
|
|
3266
|
+
"genre": "Artist Radio",
|
|
3267
|
+
"category": "music",
|
|
3268
|
+
"url": "https://streaming.ticktock.radio/tt-app/1990/icecast.audio"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "Tick Tock Radio 1994",
|
|
3272
|
+
"genre": "Artist Radio",
|
|
3273
|
+
"category": "music",
|
|
3274
|
+
"url": "https://streaming.ticktock.radio/tt-app/1994/icecast.audio"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "Tick Tock Radio 1993",
|
|
3278
|
+
"genre": "Artist Radio",
|
|
3279
|
+
"category": "music",
|
|
3280
|
+
"url": "https://streaming.ticktock.radio/tt-app/1993/icecast.audio"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "Tick Tock Radio 1995",
|
|
3284
|
+
"genre": "Artist Radio",
|
|
3285
|
+
"category": "music",
|
|
3286
|
+
"url": "https://streaming.ticktock.radio/tt-app/1995/icecast.audio"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "Tick Tock Radio 1997",
|
|
3290
|
+
"genre": "Artist Radio",
|
|
3291
|
+
"category": "music",
|
|
3292
|
+
"url": "https://streaming.ticktock.radio/tt-app/1997/icecast.audio"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "Tick Tock Radio 1996",
|
|
3296
|
+
"genre": "Artist Radio",
|
|
3297
|
+
"category": "music",
|
|
3298
|
+
"url": "https://streaming.ticktock.radio/tt-app/1996/icecast.audio"
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "Tick Tock Radio 2001",
|
|
3302
|
+
"genre": "Artist Radio",
|
|
3303
|
+
"category": "music",
|
|
3304
|
+
"url": "https://streaming.ticktock.radio/tt-app/2001/icecast.audio"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "Tick Tock Radio 2007",
|
|
3308
|
+
"genre": "Artist Radio",
|
|
3309
|
+
"category": "music",
|
|
3310
|
+
"url": "https://streaming.ticktock.radio/tt-app/2007/icecast.audio"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "Tick Tock Radio 2005",
|
|
3314
|
+
"genre": "Artist Radio",
|
|
3315
|
+
"category": "music",
|
|
3316
|
+
"url": "https://streaming.ticktock.radio/tt-app/2005/icecast.audio"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "Tick Tock Radio 2002",
|
|
3320
|
+
"genre": "Artist Radio",
|
|
3321
|
+
"category": "music",
|
|
3322
|
+
"url": "https://streaming.ticktock.radio/tt-app/2002/icecast.audio"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"name": "Tick Tock Radio 2011",
|
|
3326
|
+
"genre": "Artist Radio",
|
|
3327
|
+
"category": "music",
|
|
3328
|
+
"url": "https://streaming.ticktock.radio/tt-app/2011/icecast.audio"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "Tick Tock Radio 2012",
|
|
3332
|
+
"genre": "Artist Radio",
|
|
3333
|
+
"category": "music",
|
|
3334
|
+
"url": "https://streaming.ticktock.radio/tt-app/2012/icecast.audio"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "Tick Tock Radio 2017",
|
|
3338
|
+
"genre": "Artist Radio",
|
|
3339
|
+
"category": "music",
|
|
3340
|
+
"url": "https://streaming.ticktock.radio/tt-app/2017/icecast.audio"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"name": "Tick Tock Radio 2004",
|
|
3344
|
+
"genre": "Artist Radio",
|
|
3345
|
+
"category": "music",
|
|
3346
|
+
"url": "https://streaming.ticktock.radio/tt-app/2004/icecast.audio"
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"name": "Tick Tock Radio 2008",
|
|
3350
|
+
"genre": "Artist Radio",
|
|
3351
|
+
"category": "music",
|
|
3352
|
+
"url": "https://streaming.ticktock.radio/tt-app/2008/icecast.audio"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "Tick Tock Radio 2010",
|
|
3356
|
+
"genre": "Artist Radio",
|
|
3357
|
+
"category": "music",
|
|
3358
|
+
"url": "https://streaming.ticktock.radio/tt-app/2010/icecast.audio"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"name": "Tick Tock Radio 2000",
|
|
3362
|
+
"genre": "Artist Radio",
|
|
3363
|
+
"category": "music",
|
|
3364
|
+
"url": "https://streaming.ticktock.radio/tt-app/2000/icecast.audio"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "Tick Tock Radio 2006",
|
|
3368
|
+
"genre": "Artist Radio",
|
|
3369
|
+
"category": "music",
|
|
3370
|
+
"url": "https://streaming.ticktock.radio/tt-app/2006/icecast.audio"
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"name": "Tick Tock Radio 2009",
|
|
3374
|
+
"genre": "Artist Radio",
|
|
3375
|
+
"category": "music",
|
|
3376
|
+
"url": "https://streaming.ticktock.radio/tt-app/2009/icecast.audio"
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"name": "Tick Tock Radio 1999",
|
|
3380
|
+
"genre": "Artist Radio",
|
|
3381
|
+
"category": "music",
|
|
3382
|
+
"url": "https://streaming.ticktock.radio/tt-app/1999/icecast.audio"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"name": "Tick Tock Radio 2003",
|
|
3386
|
+
"genre": "Artist Radio",
|
|
3387
|
+
"category": "music",
|
|
3388
|
+
"url": "https://streaming.ticktock.radio/tt-app/2003/icecast.audio"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "Tick Tock Radio 1998",
|
|
3392
|
+
"genre": "Artist Radio",
|
|
3393
|
+
"category": "music",
|
|
3394
|
+
"url": "https://streaming.ticktock.radio/tt-app/1998/icecast.audio"
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"name": "Tick Tock Radio 2015",
|
|
3398
|
+
"genre": "Artist Radio",
|
|
3399
|
+
"category": "music",
|
|
3400
|
+
"url": "https://streaming.ticktock.radio/tt-app/2015/icecast.audio"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"name": "Tick Tock Radio 2013",
|
|
3404
|
+
"genre": "Artist Radio",
|
|
3405
|
+
"category": "music",
|
|
3406
|
+
"url": "https://streaming.ticktock.radio/tt-app/2013/icecast.audio"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "Tick Tock Radio 2014",
|
|
3410
|
+
"genre": "Artist Radio",
|
|
3411
|
+
"category": "music",
|
|
3412
|
+
"url": "https://streaming.ticktock.radio/tt-app/2014/icecast.audio"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"name": "Tick Tock Radio 2018",
|
|
3416
|
+
"genre": "Artist Radio",
|
|
3417
|
+
"category": "music",
|
|
3418
|
+
"url": "https://streaming.ticktock.radio/tt-app/2018/icecast.audio"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "Tick Tock Radio 2016",
|
|
3422
|
+
"genre": "Artist Radio",
|
|
3423
|
+
"category": "music",
|
|
3424
|
+
"url": "https://streaming.ticktock.radio/tt-app/2016/icecast.audio"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "Tick Tock Radio 2020",
|
|
3428
|
+
"genre": "Artist Radio",
|
|
3429
|
+
"category": "music",
|
|
3430
|
+
"url": "https://streaming.ticktock.radio/tt-app/2020/icecast.audio"
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"name": "Tick Tock Radio 2019",
|
|
3434
|
+
"genre": "Artist Radio",
|
|
3435
|
+
"category": "music",
|
|
3436
|
+
"url": "https://streaming.ticktock.radio/tt-app/2019/icecast.audio"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "Tick Tock Radio 2023",
|
|
3440
|
+
"genre": "Artist Radio",
|
|
3441
|
+
"category": "music",
|
|
3442
|
+
"url": "https://streaming.ticktock.radio/tt-app/2023/icecast.audio"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"name": "Tick Tock Radio 2022",
|
|
3446
|
+
"genre": "Artist Radio",
|
|
3447
|
+
"category": "music",
|
|
3448
|
+
"url": "https://streaming.ticktock.radio/tt-app/2022/icecast.audio"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Tick Tock Radio 2021",
|
|
3452
|
+
"genre": "Artist Radio",
|
|
3453
|
+
"category": "music",
|
|
3454
|
+
"url": "https://streaming.ticktock.radio/tt-app/2021/icecast.audio"
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"name": "Olivia Rodrigo",
|
|
3458
|
+
"genre": "Pop / Pop-Rock / Music",
|
|
3459
|
+
"category": "music",
|
|
3460
|
+
"url": "https://streaming.exclusive.radio/er/oliviarodrigo/icecast.audio",
|
|
3461
|
+
"top_artist": true
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "Lana Del Rey",
|
|
3465
|
+
"genre": "Dream Pop / Indie / Music",
|
|
3466
|
+
"category": "music",
|
|
3467
|
+
"url": "https://streaming.exclusive.radio/er/lanadelrey/icecast.audio",
|
|
3468
|
+
"top_artist": true
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "Mike Oldfield",
|
|
3472
|
+
"genre": "New Age • Tubular Bells Legend",
|
|
3473
|
+
"category": "music",
|
|
3474
|
+
"url": "http://streaming.exclusive.radio/er/mikeoldfield/icecast.audio",
|
|
3475
|
+
"top_artist": true
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "Ludovico Einaudi",
|
|
3479
|
+
"genre": "New Age • Neoclassical Piano",
|
|
3480
|
+
"category": "music",
|
|
3481
|
+
"url": "https://live.radioart.com/fLudovico_einaudi.mp3",
|
|
3482
|
+
"top_artist": true
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"name": "Café Del Mar",
|
|
3486
|
+
"genre": "New Age • Balearic Ambient Chill",
|
|
3487
|
+
"category": "music",
|
|
3488
|
+
"url": "https://streams.radio.co/se1a320b47/listen",
|
|
3489
|
+
"top_artist": true
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "Christina Aguilera",
|
|
3493
|
+
"genre": "Artist Radio • Pop Vocal Legend",
|
|
3494
|
+
"category": "music",
|
|
3495
|
+
"top_artist": true,
|
|
3496
|
+
"url": "http://streaming.exclusive.radio/er/christinaaguilera/icecast.audio"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "Avril Lavigne",
|
|
3500
|
+
"genre": "Artist Radio • Pop-Punk Icon",
|
|
3501
|
+
"category": "music",
|
|
3502
|
+
"top_artist": true,
|
|
3503
|
+
"url": "http://streaming.exclusive.radio/er/avrillavigne/icecast.audio"
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"name": "Spice Girls",
|
|
3507
|
+
"genre": "Artist Radio • 90s Pop Sensation",
|
|
3508
|
+
"category": "music",
|
|
3509
|
+
"top_artist": true,
|
|
3510
|
+
"url": "http://streaming.exclusive.radio/er/spicegirls/icecast.audio"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"name": "AronChupa & Little Sis Nora (House of Albatraoz • Electro Swing Radio)",
|
|
3514
|
+
"genre": "Electro Swing • House of Albatraoz • Party Dance",
|
|
3515
|
+
"url": "https://streamer.radio.co/s2c3cc784b/listen",
|
|
3516
|
+
"category": "music",
|
|
3517
|
+
"top_artist": true
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "House of Albatraoz & REYFM #houseparty (Festival EDM & Melbourne Bounce)",
|
|
3521
|
+
"genre": "EDM Party • House of Albatraoz • Bounce & Club Bangers",
|
|
3522
|
+
"url": "https://listen.reyfm.de/houseparty_192kbps.mp3",
|
|
3523
|
+
"category": "music",
|
|
3524
|
+
"top_artist": true
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "Dance Wave! (Global Club & High-Energy Dance Hits)",
|
|
3528
|
+
"genre": "High-Energy Dance • Club House • Party",
|
|
3529
|
+
"url": "https://dancewave.online/dance.mp3",
|
|
3530
|
+
"category": "all_radio"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "Cinemix (Hans Zimmer, Pirates of the Caribbean & Harry Potter)",
|
|
3534
|
+
"genre": "Movie Soundtracks • Hans Zimmer • John Williams • Pirates of the Caribbean • Harry Potter • Star Wars",
|
|
3535
|
+
"url": "https://kathy.torontocast.com:1825/stream",
|
|
3536
|
+
"category": "music",
|
|
3537
|
+
"top_artist": true
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "1.FM - Movie Soundtracks Hits (Blockbuster Cinema, Harry Potter & Disney)",
|
|
3541
|
+
"genre": "Movie Soundtracks • Hollywood Blockbusters • Film Scores • Cinema Classics",
|
|
3542
|
+
"url": "http://strm112.1.fm/moviesoundtracks_mobile_mp3",
|
|
3543
|
+
"category": "music",
|
|
3544
|
+
"top_artist": true
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"name": "Epic Soundtracks Only (Hans Zimmer, Interstellar & Lord of the Rings)",
|
|
3548
|
+
"genre": "Cinematic Soundtracks • Hans Zimmer • Howard Shore • Lord of the Rings • Inception • Gladiator",
|
|
3549
|
+
"url": "https://mml2.prostream.se/listen/epic_soundtracks_only/radio.mp3",
|
|
3550
|
+
"category": "music",
|
|
3551
|
+
"top_artist": true
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"name": "0N - Movies on Radio (Hollywood Masterpieces & Film Classics)",
|
|
3555
|
+
"genre": "Movie Soundtracks • Hollywood Classics • Film Scores",
|
|
3556
|
+
"url": "https://0n-movies.radionetz.de/0n-movies.mp3",
|
|
3557
|
+
"category": "all_radio"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "Hit Radio FFH - Soundtrack (Epic Cinema & Blockbusters)",
|
|
3561
|
+
"genre": "Movie Soundtracks • Film Scores • Blockbuster Soundtracks",
|
|
3562
|
+
"url": "http://mp3.ffh.de/ffhchannels/hqsoundtrack.mp3",
|
|
3563
|
+
"category": "all_radio"
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"name": "John Williams (Harry Potter, Star Wars & Jurassic Park Masterpieces)",
|
|
3567
|
+
"genre": "Movie Soundtracks • Harry Potter • Star Wars • Jurassic Park • Indiana Jones",
|
|
3568
|
+
"url": "https://drive.uber.radio/uber/crjohnwilliams/icecast.audio",
|
|
3569
|
+
"category": "music",
|
|
3570
|
+
"top_artist": true
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "Anne-Marie (2002, FRIENDS & Capital UK Pop Hits)",
|
|
3574
|
+
"genre": "UK Pop • Anne-Marie • 2002 • FRIENDS • Rockabye • Ciao Adios • Pop Royalty",
|
|
3575
|
+
"url": "https://media-ssl.musicradio.com/CapitalUKMP3",
|
|
3576
|
+
"category": "top_artists",
|
|
3577
|
+
"top_artist": true
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"name": "Anne-Marie & Clean Bandit (Rockabye, Pop Dance & Kiss UK)",
|
|
3581
|
+
"genre": "Pop & Dance Anthems • Anne-Marie • Clean Bandit • Alarm • Club Hits",
|
|
3582
|
+
"url": "https://stream-mz.planetradio.co.uk/kissnational.mp3",
|
|
3583
|
+
"category": "music",
|
|
3584
|
+
"top_artist": true
|
|
3585
|
+
}
|
|
3586
|
+
]
|