rebrowsernet commited on
Commit
d76b56a
·
1 Parent(s): 46c106b

Daily update 2026-02-19

Browse files
README.md CHANGED
@@ -1,3 +1,391 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ license: cc-by-nc-4.0
6
+ pretty_name: "iHeart Radio Stations & Airplay Dataset"
7
+ tags:
8
+ - radio
9
+ - iheart
10
+ - airplay
11
+ - radio-stations
12
+ - open-data
13
+ - data-science
14
+ - music-data
15
+ - web-scraping
16
+ - scraper
17
+ - crawler
18
+ - data-collection
19
+ size_categories:
20
+ - 100M<n<1B
21
+ task_categories:
22
+ - other
23
+ configs:
24
+ - config_name: stations
25
+ data_files:
26
+ - path: "stations/data.parquet"
27
+ split: train
28
+ - config_name: station-plays
29
+ data_files:
30
+ - path: "station-plays/data/*.parquet"
31
+ split: train
32
+ ---
33
+
34
+ # iHeart Radio Stations & Airplay Dataset
35
+
36
+ Thousands of US and Mexico radio station profiles with audience metrics, streaming URLs, and real-time airplay tracking.
37
+
38
+
39
+ The [iHeart dataset](https://rebrowser.net/products/datasets/iheart) on Rebrowser is **free** — but HuggingFace has file size limits, so this dataset contains a limited sample. For the full dataset (185.0M records, updated daily), visit [rebrowser.net/products/datasets/iheart](https://rebrowser.net/products/datasets/iheart).
40
+
41
+
42
+ This dataset contains **2** entities, each in its own folder: Radio Stations (`stations`), Station Plays (`station-plays`). See below for a full field breakdown, sample counts, and data distributions for each.
43
+
44
+ *Found this useful? ❤️ Like this dataset on HuggingFace to help us keep publishing fresh data. Found an error? [Let us know](https://rebrowser.net/contact-us).*
45
+
46
+
47
+ ---
48
+
49
+ ### Radio Stations
50
+ iHeart radio stations with call letters, frequencies, formats, market data, audience metrics, and streaming endpoints.
51
+
52
+
53
+
54
+
55
+ > **3,668** total records from 2025-12-28 to 2026-02-08, **10** rows in this sample (0.27% of full dataset).
56
+ > Exported as a single file, overwritten daily.
57
+
58
+
59
+ ![Record Growth](stations/chart-growth.svg)
60
+
61
+ | Field | Type | Fill Rate | Description |
62
+ | --- | --- | --- | --- |
63
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
64
+ | `_firstSeenAt` | `datetime` | 100% | First time this record was seen |
65
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
66
+ | `stationId` | `string` | 100% | iHeart station ID (numeric string) |
67
+ | `name` | `string` | 100% | Station display name |
68
+ | `description` | `string` | 100% | Station tagline or description |
69
+ | `callLetters` | `string` | 100% | FCC call letters with band suffix |
70
+ | `band` | `string` | 100% | Broadcast band (FM, AM, FL for digital, HD2/HD3/HD4 for HD radio) |
71
+ | `frequency` | `string` | 70% | Broadcast frequency. Null for digital-only stations |
72
+ | `format` | `string` | 78% | Station format |
73
+ | `provider` | `string` | 100% | Station owner or network |
74
+ | `cume` 🔒 | `float` | 64% | Cumulative weekly audience estimate |
75
+ | `country` | `string` | 100% | Country code |
76
+ | `marketId` | `string` | 100% | Primary market ID |
77
+ | `marketName` | `string` | 100% | Primary market name |
78
+ | `marketCity` | `string` | 100% | Primary market city |
79
+ | `marketState` | `string` | 100% | State abbreviation |
80
+ | `primaryGenreId` | `float` | 100% | Primary genre ID |
81
+ | `primaryGenreName` | `string` | 100% | Primary genre name |
82
+ | `genres` | `array` | 100% | All genres with id, name, and primary flag |
83
+ | `logoUrl` 🔒 | `string` | 100% | Station logo URL |
84
+ | `website` | `string` | 62% | Station website URL |
85
+ | `link` | `string` | 100% | iHeart direct play link |
86
+ | `fccFacilityId` | `string` | 26% | FCC facility ID for licensed broadcast stations |
87
+ | `rds` | `string` | 16% | RDS (Radio Data System) hex code for FM broadcast |
88
+ | `streamingPlatform` | `string` | 61% | Streaming platform (revma, triton) |
89
+ | `hlsStreamUrl` 🔒 | `string` | 42% | Secure HLS stream URL |
90
+ | `shoutcastStreamUrl` 🔒 | `string` | 78% | Secure Shoutcast/AAC stream URL |
91
+ | `plsStreamUrl` 🔒 | `string` | 22% | PLS playlist stream URL |
92
+ | `talkbackEnabled` | `bool` | 100% | Station supports talkback/listener interaction |
93
+ | `socialFacebook` | `string` | 46% | Facebook page handle |
94
+ | `socialTwitter` | `string` | 41% | Twitter/X handle |
95
+ | `socialInstagram` | `string` | 19% | Instagram handle |
96
+ | `socialTiktok` | `string` | 2% | TikTok handle |
97
+ | `primaryPronouncement` | `string` | 32% | Voice assistant pronunciation text for station name |
98
+ | `modifiedAt` | `datetime` | 100% | Last modification timestamp from iHeart |
99
+
100
+
101
+
102
+ > 🔒 **Premium fields** are included in the data files but their values are replaced with `[PREMIUM]`. To access real values, [use our website](https://rebrowser.net/products/datasets/iheart).
103
+
104
+
105
+
106
+ #### Field Distributions
107
+
108
+
109
+ <details>
110
+ <summary><strong>Top Station Formats</strong> (<code>format</code>)</summary>
111
+
112
+
113
+ | Value | Count | Share |
114
+ | --- | --- | --- |
115
+ | NEWSTALK | 413 | `████░░░░░░░░░░░░░░░░` 18.7% |
116
+ | OTHER | 298 | `███░░░░░░░░░░░░░░░░░` 13.5% |
117
+ | COUNTRY | 294 | `███░░░░░░░░░░░░░░░░░` 13.3% |
118
+ | SPANISH | 209 | `██░░░░░░░░░░░░░░░░░░` 9.5% |
119
+ | CHRPOP | 204 | `���█░░░░░░░░░░░░░░░░░░` 9.2% |
120
+ | Prov_Cumulus | 200 | `██░░░░░░░░░░░░░░░░░░` 9.1% |
121
+ | SPORTS | 176 | `██░░░░░░░░░░░░░░░░░░` 8.0% |
122
+ | ACMAINSTREAM | 147 | `█░░░░░░░░░░░░░░░░░░░` 6.7% |
123
+ | CLASSICHITS | 141 | `█░░░░░░░░░░░░░░░░░░░` 6.4% |
124
+ | ROCKCLASSIC | 126 | `█░░░░░░░░░░░░░░░░░░░` 5.7% |
125
+
126
+ </details>
127
+
128
+
129
+ <details>
130
+ <summary><strong>Band Distribution (AM/FM/HD/Digital)</strong> (<code>band</code>)</summary>
131
+
132
+
133
+ | Value | Count | Share |
134
+ | --- | --- | --- |
135
+ | FM | 1,930 | `███████████░░░░░░░░░` 52.6% |
136
+ | FL | 866 | `█████░░░░░░░░░░░░░░░` 23.6% |
137
+ | AM | 603 | `███░░░░░░░░░░░░░░░░░` 16.4% |
138
+ | HD2 | 194 | `█░░░░░░░░░░░░░░░░░░░` 5.3% |
139
+ | HD3 | 60 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
140
+ | PR | 9 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
141
+ | HD4 | 6 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
142
+
143
+ </details>
144
+
145
+
146
+ <details>
147
+ <summary><strong>Top Genres</strong> (<code>primaryGenreName</code>)</summary>
148
+
149
+
150
+ | Value | Count | Share |
151
+ | --- | --- | --- |
152
+ | US Partner Digital | 427 | `███░░░░░░░░░░░░░░░░░` 15.1% |
153
+ | News & Talk | 423 | `███░░░░░░░░░░░░░░░░░` 15.0% |
154
+ | Country | 395 | `███░░░░░░░░░░░░░░░░░` 14.0% |
155
+ | Top 40 & Pop | 345 | `██░░░░░░░░░░░░░░░░░░` 12.2% |
156
+ | Sports | 270 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
157
+ | Oldies | 240 | `██░░░░░░░░░░░░░░░░░░` 8.5% |
158
+ | Spanish | 226 | `██░░░░░░░░░░░░░░░░░░` 8.0% |
159
+ | Hip Hop and R&B | 176 | `█░░░░░░░░░░░░░░░░░░░` 6.2% |
160
+ | Classic Rock | 170 | `█░░░░░░░░░░░░░░░░░░░` 6.0% |
161
+ | Soft Rock | 152 | `█░░░░░░░░░░░░░░░░░░░` 5.4% |
162
+
163
+ </details>
164
+
165
+
166
+ <details>
167
+ <summary><strong>Stations by State</strong> (<code>marketState</code>)</summary>
168
+
169
+
170
+ | Value | Count | Share |
171
+ | --- | --- | --- |
172
+ | states/US-NAT | 711 | `███████░░░░░░░░░░░░░` 34.5% |
173
+ | CA | 242 | `██░░░░░░░░░░░░░░░░░░` 11.7% |
174
+ | TX | 231 | `██░░░░░░░░░░░░░░░░░░` 11.2% |
175
+ | FL | 212 | `██░░░░░░░░░░░░░░░░░░` 10.3% |
176
+ | OH | 156 | `██░░░░░░░░░░░░░░░░░░` 7.6% |
177
+ | PA | 128 | `█░░░░░░░░░░░░░░░░░░░` 6.2% |
178
+ | NY | 119 | `█░░░░░░░░░░░░░░░░░░░` 5.8% |
179
+ | GA | 103 | `█░░░░░░░░░░░░░░░░░░░` 5.0% |
180
+ | TN | 82 | `█░░░░░░░░░░░░░░░░░░░` 4.0% |
181
+ | AL | 79 | `█░░░░░░░░░░░░░░░░░░░` 3.8% |
182
+
183
+ </details>
184
+
185
+
186
+
187
+
188
+
189
+ ---
190
+
191
+ ### Station Plays
192
+ Real-time track play log for iHeart stations — every song played with artist, title, timestamp, and station.
193
+
194
+
195
+
196
+
197
+ > **184,961,079** total records from 2015-08-30 to 2026-02-15, **up to 600,000** rows in this sample (0.32% of full dataset).
198
+ > Exported as one file per day, up to 10,000 rows each, last 60 days retained.
199
+
200
+
201
+ ![Record Growth](station-plays/chart-growth.svg)
202
+
203
+ | Field | Type | Fill Rate | Description |
204
+ | --- | --- | --- | --- |
205
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
206
+ | `playedAt` | `datetime` | 100% | Start time of track playback (UTC) |
207
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
208
+ | `stationId` | `string` | 100% | iHeart station ID (numeric string) |
209
+ | `title` | `string` | 100% | Track/song title |
210
+ | `artist` | `string` | 100% | Artist name(s), may include featured artists |
211
+ | `album` | `string` | 17% | Album title |
212
+ | `durationSeconds` | `float` | 17% | Track duration in seconds |
213
+ | `trackId` | `float` | 100% | iHeart track ID |
214
+ | `artistId` | `float` | 17% | iHeart artist ID |
215
+ | `albumId` | `float` | 17% | iHeart album ID |
216
+ | `stationName` | `string` | — | Station name (from stations table) |
217
+ | `stationFormat` | `string` | — | Station format (from stations table) |
218
+ | `stationState` | `string` | — | Station state (from stations table) |
219
+ | `stationPrimaryGenreName` | `string` | — | Station primary genre (from stations table) |
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+ ---
229
+
230
+ ## Pre-built Views on Rebrowser
231
+
232
+ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset interactively. These pre-built views are ready to open:
233
+
234
+
235
+ ### Radio Stations
236
+
237
+
238
+ [Radio Stations with Audience Metrics](https://rebrowser.net/products/datasets/iheart/stations/views/radio-stations-with-audience-data) — 3,667 records
239
+
240
+ ↳ `[{"field":"cume","op":"gt","value":0},{"sort":"cume DESC"}]`
241
+
242
+ [Oldies Radio Stations](https://rebrowser.net/products/datasets/iheart/stations/views/oldies-radio-stations) — 237 records
243
+
244
+ ↳ `[{"field":"primaryGenreName","op":"is","value":"Oldies"},{"sort":"cume DESC"}]`
245
+
246
+ [News & Talk Radio Stations](https://rebrowser.net/products/datasets/iheart/stations/views/news-talk-radio-stations) — 419 records
247
+
248
+ ↳ `[{"field":"primaryGenreName","op":"is","value":"News & Talk"},{"sort":"cume DESC"}]`
249
+
250
+ [Country Music Radio Stations](https://rebrowser.net/products/datasets/iheart/stations/views/country-radio-stations) — 395 records
251
+
252
+ ↳ `[{"field":"primaryGenreName","op":"is","value":"Country"},{"sort":"cume DESC"}]`
253
+
254
+ [Sports Radio Stations](https://rebrowser.net/products/datasets/iheart/stations/views/sports-radio-stations) — 270 records
255
+
256
+ ↳ `[{"field":"primaryGenreName","op":"is","value":"Sports"},{"sort":"cume DESC"}]`
257
+
258
+
259
+ *[See all 26 views →](https://rebrowser.net/products/datasets/iheart/stations)*
260
+
261
+
262
+
263
+ ### Station Plays
264
+
265
+
266
+ [Recent Radio Track Plays](https://rebrowser.net/products/datasets/iheart/station-plays/views/recent-radio-plays) — 177,023,833 records
267
+
268
+ ↳ `[{"sort":"playedAt DESC"}]`
269
+
270
+ [Track Plays with Album Metadata](https://rebrowser.net/products/datasets/iheart/station-plays/views/plays-with-album-metadata) — 23,206,485 records
271
+
272
+ ↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
273
+
274
+ [Country Radio Airplay Data](https://rebrowser.net/products/datasets/iheart/station-plays/views/country-radio-airplay) — 28,652,678 records
275
+
276
+ ↳ `[{"field":"stationPrimaryGenreName","op":"is","value":"Country"},{"sort":"playedAt DESC"}]`
277
+
278
+ [Rock Radio Airplay Data](https://rebrowser.net/products/datasets/iheart/station-plays/views/rock-radio-airplay) — 13,173,651 records
279
+
280
+ ↳ `[{"field":"stationPrimaryGenreName","op":"is","value":"Classic Rock"},{"sort":"playedAt DESC"}]`
281
+
282
+ [Long-Form Radio Content (5+ Min)](https://rebrowser.net/products/datasets/iheart/station-plays/views/long-form-radio-content) — 2,435,536 records
283
+
284
+ ↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
285
+
286
+
287
+ *[See all 27 views →](https://rebrowser.net/products/datasets/iheart/station-plays)*
288
+
289
+
290
+
291
+
292
+ ---
293
+
294
+ ## Code Examples
295
+
296
+ ```python
297
+ import pandas as pd
298
+
299
+ # ── Stations ────────────────────────────────────────────────────────────────
300
+ stations = pd.read_parquet('rebrowser/iheart-dataset/stations/data.parquet')
301
+
302
+ # Top 10 FM stations in Texas by weekly audience (cume)
303
+ texas_fm = stations[(stations['marketState'] == 'TX') & (stations['band'] == 'FM')]
304
+ print(texas_fm.nlargest(10, 'cume')[['callLetters', 'frequency', 'format', 'market', 'cume']]
305
+ .to_string(index=False))
306
+
307
+ # Count stations per format, sorted by frequency
308
+ print(stations['format'].value_counts().head(15).to_string())
309
+
310
+ # All Country-format stations with a cume above 500k
311
+ big_country = stations[(stations['format'] == 'COUNTRY') & (stations['cume'] > 500_000)]
312
+ print(big_country[['callLetters', 'market', 'cume']].sort_values('cume', ascending=False))
313
+
314
+ # ── Station Plays ────────────────────────────────────────────────────────────
315
+ from pathlib import Path
316
+
317
+ # Load the last 7 days of airplay
318
+ files = sorted(Path('rebrowser/iheart-dataset/station-plays/data').glob('*.parquet'))[-7:]
319
+ plays = pd.concat([pd.read_parquet(f) for f in files])
320
+
321
+ # Most-played artists across the network
322
+ print(plays.groupby('artist').size().sort_values(ascending=False).head(20).to_string())
323
+
324
+ # Spin count for a specific song title
325
+ print(plays[plays['title'].str.contains('Blinding Lights', case=False, na=False)]
326
+ .groupby('artist')['title'].count())
327
+
328
+ # Stations that played the most unique songs
329
+ print(plays.groupby('stationId')['trackId'].nunique().sort_values(ascending=False).head(10).to_string())
330
+ ```
331
+
332
+ ---
333
+
334
+ ## Use Cases
335
+
336
+
337
+ ### Radio Ad Planning
338
+
339
+ Filter stations by format, market, and audience size to build data-driven media plans. Compare reach across geographies to optimize ad spend.
340
+
341
+
342
+ ### Airplay Monitoring
343
+
344
+ Track spin counts for specific songs or artists across the iHeart network. Measure how quickly new releases enter rotation and which formats drive the most plays.
345
+
346
+
347
+ ### Broadcast Research
348
+
349
+ Analyze format distribution, ownership patterns, and station density across US markets. Detect format flips, ownership transfers, and programming trends over time.
350
+
351
+
352
+
353
+ ---
354
+
355
+ ## Full Dataset on Rebrowser
356
+
357
+
358
+ This dataset publishes free research data (14 days freshness lag · up to 10,000 rows per file · up to 1 year of history). The complete, real-time dataset is at [rebrowser.net/products/datasets/iheart](https://rebrowser.net/products/datasets/iheart)
359
+
360
+ On Rebrowser you can:
361
+ - **Filter before you buy** — use the web UI to apply filters on any field and sort by any column. Preview results before purchasing. You only pay for records that match your criteria.
362
+ - **Export in your format** — CSV, JSON, JSONL, or Parquet depending on your plan.
363
+ - **Access via API** — integrate dataset queries into your pipelines and workflows.
364
+ - **Choose your freshness** — plans range from a 14-day lag to real-time data with no delay.
365
+ - **Select only the fields you need** — keep exports lean. Premium fields with richer data are available on higher plans.
366
+
367
+ [Pricing](https://rebrowser.net/pricing) starts at **$2 per 1,000 rows** with volume discounts.
368
+
369
+ ---
370
+
371
+ ## License & Terms
372
+
373
+ **Free for research and non-commercial use** with attribution. See [license terms](https://rebrowser.net/free-datasets-for-research#license) and [how to cite](https://rebrowser.net/free-datasets-for-research#citation).
374
+
375
+ ```bibtex
376
+ @misc{rebrowser_iheart,
377
+ author = {Rebrowser},
378
+ title = {iHeart Radio Stations & Airplay Dataset},
379
+ year = {2026},
380
+ howpublished = {\url{https://rebrowser.net/products/datasets/iheart}},
381
+ note = {Accessed: YYYY-MM-DD}
382
+ }
383
+ ```
384
+
385
+ Commercial use requires a paid license — see [pricing](https://rebrowser.net/pricing). Use of this data is governed by the [Rebrowser Terms of Use](https://rebrowser.net/terms-of-use), which may be updated at any time independently of this dataset.
386
+
387
+ ---
388
+
389
+ ## Disclaimer
390
+
391
+ Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by iHeart. Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect iHeart user credentials. By using this dataset, you agree to comply with iHeart's Terms of Service and all applicable laws and regulations. Images, logos, descriptions, and other materials included in this dataset remain the intellectual property of their respective owners and are provided solely for informational purposes. Rebrowser makes no warranties regarding the accuracy, completeness, or legality of the data and assumes no liability for how the data is used. You are solely responsible for ensuring that your use of this dataset does not infringe on the rights of any third party.
station-plays/chart-growth.svg ADDED
station-plays/data/2026-02-02.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "_primaryKey","playedAt","_lastSeenAt","stationId","title","artist","album","durationSeconds","trackId","artistId","albumId","stationName","stationFormat","stationState","stationPrimaryGenreName"
2
+ "10029_1770076799","2026-02-02 23:59:59","2026-02-03 02:15:38.989","10029","I'll Play The Blues For You","Albert King","I'll Play The Blues For You",439,744314,5086,744306,"Bluestown","OTHER","states/US-NAT","Jazz"
3
+ "11236_1770076799","2026-02-02 23:59:59","2026-02-03 02:16:05.656","11236","Have You Ever Seen The Rain","Creedence Clearwater Revival","Pendulum",160,168694381,35051,168694377,"DC Sugar95",,"states/US-NAT","US Partner Digital"
4
+ "11296_1770076799","2026-02-02 23:59:59","2026-02-03 03:22:36.321","11296","All I Want for Christmas Is You","Mariah Carey","Merry Christmas",241,20275005,31885,20274994,"The Christmas Wish Channel",,"states/US-NAT","US Partner Digital"
5
+ "1769_1770076799","2026-02-02 23:59:59","2026-02-03 02:08:58.922","1769","YUKON","Justin Bieber","SWAG",164,339293406,44368,339293403,"Channel 999","CHRPOP","OH","Top 40 & Pop"
6
+ "577_1770076799","2026-02-02 23:59:59","2026-02-03 02:07:55.684","577","QLONA","KAROL G & Peso Pluma","MAÑANA SERÁ BONITO (BICHOTA SEASON)",173,228668204,30388402,228668198,"Tu 94.9","SPANISH","FL","Spanish"
7
+ "5807_1770076799","2026-02-02 23:59:59","2026-02-03 02:09:18.337","5807","A Thousand Miles","Vanessa Carlton","Be Not Nobody",237,805310,16223,805303,"Sunny 106.3","Prov_Beasley","FL","Soft Rock"
8
+ "6510_1770076799","2026-02-02 23:59:59","2026-02-03 03:21:37.860","6510","Electric Avenue","Eddy Grant","Electric Avenue",227,243007849,42252,243007848,"97.7 FM","Prov_Grupo Radio Centro","CMX","Mexico"
9
+ "7869_1770076799","2026-02-02 23:59:59","2026-02-03 01:05:15.501","7869","Living Hope","Phil Wickham","Living Hope",326,60012412,89487,60012410,"Family Life Radio","OTHER","states/US-NAT","US Partner Digital"
10
+ "5346_1770076798","2026-02-02 23:59:58","2026-02-03 01:00:59.508","5346","LOVER GIRL","Megan Thee Stallion","LOVER GIRL",264,357001395,31819286,357001394,"97.7 / 98.3 KWIN","CHRPOP","CA","Hip Hop and R&B"
11
+ "10806_1770076797","2026-02-02 23:59:57","2026-02-03 03:20:02.216","10806","Keep On Movin'","Soul II Soul feat. Caron Wheeler","Keep On Movin'",361,524305,29867,524304,"Classic R&B 107.3FM",,"NY","R&B"
station-plays/data/2026-02-02.parquet ADDED
Binary file (7.81 kB). View file
 
station-plays/data/2026-02-03.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "_primaryKey","playedAt","_lastSeenAt","stationId","title","artist","album","durationSeconds","trackId","artistId","albumId","stationName","stationFormat","stationState","stationPrimaryGenreName"
2
+ "10979_1770163199","2026-02-03 23:59:59","2026-02-04 01:14:22.070","10979","Drink In My Hand","Eric Church","Chief",190,14461203,34173,14461201,"99.5 The Wolf",,"OR","Country"
3
+ "3387_1770163199","2026-02-03 23:59:59","2026-02-04 02:16:57.828","3387","Folded","Kehlani","Folded",238,344806810,30808392,344806809,"98.9 Kiss FM","CHRPOP","KY","Top 40 & Pop"
4
+ "4435_1770163199","2026-02-03 23:59:59","2026-02-04 03:25:31.283","4435","My Wish","Rascal Flatts","Me And My Gang",248,830353,41050,830346,"iHeartCountry Classics","COUNTRY","states/US-NAT","Country"
5
+ "4890_1770163199","2026-02-03 23:59:59","2026-02-04 03:21:40.283","4890","MUTT","Leon Thomas","MUTT",193,290339133,116690,290339122,"Hot 105.7","HIPHOPRNB","AL","Hip Hop and R&B"
6
+ "5060_1770163199","2026-02-03 23:59:59","2026-02-04 03:21:30.810","5060","I Think We're Alone Now","Tiffany","Tiffany",227,813151,2349,813150,"iHeart80s","CLASSICHITS","states/US-NAT","80s & 90s Hits"
7
+ "6533_1770163199","2026-02-03 23:59:59","2026-02-04 01:12:39.136","6533","Africa","Weezer","Weezer (Teal Album)",238,68429643,15720,68429642,"Mix 106.5 Ciudad de México","CLASSICHITS","CMX","80s & 90s Hits"
8
+ "6862_1770163199","2026-02-03 23:59:59","2026-02-04 02:19:41.724","6862","Man I Need","Olivia Dean","Man I Need",184,344888326,33471063,344888325,"103 X","CHRPOP","SC","Top 40 & Pop"
9
+ "741_1770163199","2026-02-03 23:59:59","2026-02-04 03:20:50.904","741","Shot Callin","YoungBoy Never Broke Again","Shot Callin",225,327110069,31374385,327110068,"96.1 The Beat","HIPHOPRNB","GA","Hip Hop and R&B"
10
+ "7792_1770163199","2026-02-03 23:59:59","2026-02-04 01:14:48.949","7792","Neon Moon","Brooks & Dunn","Brand New Man",260,2539743,89555,2538558,"Kix Country 100.3","Prov_Other","AL","Country"
11
+ "9959_1770163199","2026-02-03 23:59:59","2026-02-04 05:34:55.592","9959","Awesome God","Hillsong UNITED","Look to You",317,346388214,37767,346388201,"Chill Beats Radio",,"states/US-NAT","Dance"
station-plays/data/2026-02-03.parquet ADDED
Binary file (7.71 kB). View file
 
station-plays/data/2026-02-04.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "_primaryKey","playedAt","_lastSeenAt","stationId","title","artist","album","durationSeconds","trackId","artistId","albumId","stationName","stationFormat","stationState","stationPrimaryGenreName"
2
+ "10098_1770249599","2026-02-04 23:59:59","2026-02-05 01:49:30.483","10098","Smells Like Teen Spirit","Nirvana","Nevermind",301,15313714,40473,15313713,"ALTX","ROCKALTERNATIVE","states/US-NAT","Alternative"
3
+ "10124_1770249599","2026-02-04 23:59:59","2026-02-05 00:42:50.124","10124","Teri Baaton","Raghav","Storyteller",245,188015328,44405,188015312,"Rukus Avenue Radio","OTHER","states/US-NAT","Top 40 & Pop"
4
+ "2716_1770249599","2026-02-04 23:59:59","2026-02-05 02:51:41.783","2716","Beat It","Michael Jackson","Thriller",258,2486127,6739,2485841,"Coast 103.7","CLASSICHITS","FL","Oldies"
5
+ "4776_1770249599","2026-02-04 23:59:59","2026-02-05 00:39:54.990","4776","São Paulo","The Weeknd & Anitta","Hurry Up Tomorrow",301,311444621,744880,311444617,"Mix Nation","CHRPOP","states/US-NAT","Dance"
6
+ "5398_1770249599","2026-02-04 23:59:59","2026-02-05 01:44:31.489","5398","Layla","Derek & the Dominos","Layla And Other Assorted Love Songs",424,116790878,40846,116790865,"104.1 The Hawk","Prov_Cumulus","CA","Classic Rock"
7
+ "5626_1770249599","2026-02-04 23:59:59","2026-02-05 01:46:39.201","5626","Whiskey Drink","Jason Aldean","Highway Desperado",189,-1,-1,-1,"Nash FM 100","Prov_Cumulus","MO","Country"
8
+ "5988_1770249599","2026-02-04 23:59:59","2026-02-06 01:47:20.159","5988","Highway Tune","Greta Van Fleet","From The Fires",180,51792189,883581,51792184,"99.5 KKLA","Prov_Salem","CA","Christian & Gospel"
9
+ "6137_1770249599","2026-02-04 23:59:59","2026-02-05 00:39:31.951","6137","It's Beginning To Look A Lot Like Christmas","Bing Crosby","White Christmas",166,60600748,1864,60600738,"iHeart Christmas Classics","ACMAINSTREAM","states/US-NAT","Holiday"
10
+ "6583_1770249599","2026-02-04 23:59:59","2026-02-05 01:47:43.441","6583","Another Sad Love Song","Toni Braxton","Toni Braxton",301,8807107,43322,8807097,"92.7 The Touch","Prov_Holladay","MS","R&B"
11
+ "4242_1770249598","2026-02-04 23:59:58","2026-02-05 01:46:47.818","4242","Burma Road","Greg Adams","Hidden Agenda",289,2796537,27699,2796536,"Smooth Jazz","OTHER","states/US-NAT","Jazz"
station-plays/data/2026-02-04.parquet ADDED
Binary file (7.91 kB). View file
 
station-plays/schema.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "playedAt",
11
+ "type": "datetime",
12
+ "description": "Start time of track playback (UTC)",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "stationId",
25
+ "type": "string",
26
+ "description": "iHeart station ID (numeric string)",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "title",
32
+ "type": "string",
33
+ "description": "Track/song title",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "artist",
39
+ "type": "string",
40
+ "description": "Artist name(s), may include featured artists",
41
+ "fillRate": 100,
42
+ "premium": false
43
+ },
44
+ {
45
+ "name": "album",
46
+ "type": "string",
47
+ "description": "Album title",
48
+ "fillRate": 17,
49
+ "premium": false
50
+ },
51
+ {
52
+ "name": "durationSeconds",
53
+ "type": "float",
54
+ "description": "Track duration in seconds",
55
+ "fillRate": 17,
56
+ "premium": false
57
+ },
58
+ {
59
+ "name": "trackId",
60
+ "type": "float",
61
+ "description": "iHeart track ID",
62
+ "fillRate": 100,
63
+ "premium": false
64
+ },
65
+ {
66
+ "name": "artistId",
67
+ "type": "float",
68
+ "description": "iHeart artist ID",
69
+ "fillRate": 17,
70
+ "premium": false
71
+ },
72
+ {
73
+ "name": "albumId",
74
+ "type": "float",
75
+ "description": "iHeart album ID",
76
+ "fillRate": 17,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "stationName",
81
+ "type": "string",
82
+ "description": "Station name (from stations table)",
83
+ "fillRate": null,
84
+ "premium": false
85
+ },
86
+ {
87
+ "name": "stationFormat",
88
+ "type": "string",
89
+ "description": "Station format (from stations table)",
90
+ "fillRate": null,
91
+ "premium": false
92
+ },
93
+ {
94
+ "name": "stationState",
95
+ "type": "string",
96
+ "description": "Station state (from stations table)",
97
+ "fillRate": null,
98
+ "premium": false
99
+ },
100
+ {
101
+ "name": "stationPrimaryGenreName",
102
+ "type": "string",
103
+ "description": "Station primary genre (from stations table)",
104
+ "fillRate": null,
105
+ "premium": false
106
+ }
107
+ ]
stations/chart-growth.svg ADDED
stations/data.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "_primaryKey","_firstSeenAt","_lastSeenAt","stationId","name","description","callLetters","band","frequency","format","provider","cume","country","marketId","marketName","marketCity","marketState","primaryGenreId","primaryGenreName","genres","logoUrl","website","link","fccFacilityId","rds","streamingPlatform","hlsStreamUrl","shoutcastStreamUrl","plsStreamUrl","talkbackEnabled","socialFacebook","socialTwitter","socialInstagram","socialTiktok","primaryPronouncement","modifiedAt"
2
+ "11427","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11427","The River 105 & 103.5","FM. ROCK. RADIO. for Northeast PA","WWRR-FM","FM","103.5",,"Bold Gold Media","[PREMIUM]","US","458","WILKESBARRESCRANTON-PA","Wilkes Barre-Scranton","PA",3,"Classic Rock","['{""id"":3,""name"":""Classic Rock"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11427/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 14:24:50"
3
+ "11428","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11428","94.3 The Talker","Northeast PA's Conservative Talk","WTRW-FM","FM","94.3",,"Bold Gold Media","[PREMIUM]","US","458","WILKESBARRESCRANTON-PA","Wilkes Barre-Scranton","PA",9,"News & Talk","['{""id"":9,""name"":""News & Talk"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11428/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 15:09:55"
4
+ "11429","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11429","1400 WICK - The Mothership","Daring to Go Where No Stations Will Go","WICK-AM","AM","1400",,"Bold Gold Media","[PREMIUM]","US","458","WILKESBARRESCRANTON-PA","Wilkes Barre-Scranton","PA",10,"Oldies","['{""id"":10,""name"":""Oldies"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11429/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 15:11:10"
5
+ "11430","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11430","95.3 DNH The Rail","Today's Hottest Tracks for the Poconos","WDNH-FM","FM","105.3",,"Bold Gold Media","[PREMIUM]","US","458","WILKESBARRESCRANTON-PA","Wilkes Barre-Scranton","PA",16,"Top 40 & Pop","['{""id"":16,""name"":""Top 40 & Pop"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11430/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 15:16:12"
6
+ "11431","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11431","Classic Hits 105.3","20th Century Classics for the Poconos","WYCY-FM","FM","105.3",,"Bold Gold Media","[PREMIUM]","US","458","WILKESBARRESCRANTON-PA","Wilkes Barre-Scranton","PA",10,"Oldies","['{""id"":10,""name"":""Oldies"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11431/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 15:16:12"
7
+ "11434","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11434","Wayne-Pike News Radio","News & Talk for Wayne & Pike Counties","WPSN-AM","AM","1590",,"Bold Gold Media","[PREMIUM]","US","458","WILKESBARRESCRANTON-PA","Wilkes Barre-Scranton","PA",9,"News & Talk","['{""id"":9,""name"":""News & Talk"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11434/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 22:09:08"
8
+ "11435","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11435","98.3 WSUL","Sullivan & The Catskills Best Music Mix","WSUL-FM","FM","98.3",,"Bold Gold Media","[PREMIUM]","US","160","POUGHKEEPSIE-NY","Poughkeepsie","NY",16,"Top 40 & Pop","['{""id"":16,""name"":""Top 40 & Pop"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11435/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 22:09:08"
9
+ "11436","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11436","95.9 VOS-FM","Sullivan & The Catskills Greatest Hits","WVOS-FM","FM","95.9",,"Bold Gold Media","[PREMIUM]","US","160","POUGHKEEPSIE-NY","Poughkeepsie","NY",10,"Oldies","['{""id"":10,""name"":""Oldies"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11436/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 22:09:08"
10
+ "11437","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11437","Catskills News Talk","The Voice of Sullivan & The Catskills","WVOS-AM","AM","1240",,"Bold Gold Media","[PREMIUM]","US","160","POUGHKEEPSIE-NY","Poughkeepsie","NY",9,"News & Talk","['{""id"":9,""name"":""News & Talk"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11437/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 22:09:08"
11
+ "11438","2026-02-05 00:35:20.589","2026-02-19 18:48:44.888","11438","Thunder 102,104.5,102.9, 92.1","Lightning Hot Country","WDNB-FM","FM","102.1",,"Bold Gold Media","[PREMIUM]","US","160","POUGHKEEPSIE-NY","Poughkeepsie","NY",5,"Country","['{""id"":5,""name"":""Country"",""primary"":true}']","[PREMIUM]",,"https://www.iheart.com/live/11438/?autoplay=true",,,,"[PREMIUM]","[PREMIUM]","[PREMIUM]",false,,,,,,"2026-02-04 22:09:08"
stations/data.parquet ADDED
Binary file (15.3 kB). View file
 
stations/schema.json ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "_firstSeenAt",
11
+ "type": "datetime",
12
+ "description": "First time this record was seen",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "stationId",
25
+ "type": "string",
26
+ "description": "iHeart station ID (numeric string)",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "name",
32
+ "type": "string",
33
+ "description": "Station display name",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "description",
39
+ "type": "string",
40
+ "description": "Station tagline or description",
41
+ "fillRate": 100,
42
+ "premium": false
43
+ },
44
+ {
45
+ "name": "callLetters",
46
+ "type": "string",
47
+ "description": "FCC call letters with band suffix",
48
+ "fillRate": 100,
49
+ "premium": false
50
+ },
51
+ {
52
+ "name": "band",
53
+ "type": "string",
54
+ "description": "Broadcast band (FM, AM, FL for digital, HD2/HD3/HD4 for HD radio)",
55
+ "fillRate": 100,
56
+ "premium": false
57
+ },
58
+ {
59
+ "name": "frequency",
60
+ "type": "string",
61
+ "description": "Broadcast frequency. Null for digital-only stations",
62
+ "fillRate": 70,
63
+ "premium": false
64
+ },
65
+ {
66
+ "name": "format",
67
+ "type": "string",
68
+ "description": "Station format",
69
+ "fillRate": 78,
70
+ "premium": false
71
+ },
72
+ {
73
+ "name": "provider",
74
+ "type": "string",
75
+ "description": "Station owner or network",
76
+ "fillRate": 100,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "cume",
81
+ "type": "float",
82
+ "description": "Cumulative weekly audience estimate",
83
+ "fillRate": 64,
84
+ "premium": true
85
+ },
86
+ {
87
+ "name": "country",
88
+ "type": "string",
89
+ "description": "Country code",
90
+ "fillRate": 100,
91
+ "premium": false
92
+ },
93
+ {
94
+ "name": "marketId",
95
+ "type": "string",
96
+ "description": "Primary market ID",
97
+ "fillRate": 100,
98
+ "premium": false
99
+ },
100
+ {
101
+ "name": "marketName",
102
+ "type": "string",
103
+ "description": "Primary market name",
104
+ "fillRate": 100,
105
+ "premium": false
106
+ },
107
+ {
108
+ "name": "marketCity",
109
+ "type": "string",
110
+ "description": "Primary market city",
111
+ "fillRate": 100,
112
+ "premium": false
113
+ },
114
+ {
115
+ "name": "marketState",
116
+ "type": "string",
117
+ "description": "State abbreviation",
118
+ "fillRate": 100,
119
+ "premium": false
120
+ },
121
+ {
122
+ "name": "primaryGenreId",
123
+ "type": "float",
124
+ "description": "Primary genre ID",
125
+ "fillRate": 100,
126
+ "premium": false
127
+ },
128
+ {
129
+ "name": "primaryGenreName",
130
+ "type": "string",
131
+ "description": "Primary genre name",
132
+ "fillRate": 100,
133
+ "premium": false
134
+ },
135
+ {
136
+ "name": "genres",
137
+ "type": "array",
138
+ "description": "All genres with id, name, and primary flag",
139
+ "fillRate": 100,
140
+ "premium": false
141
+ },
142
+ {
143
+ "name": "logoUrl",
144
+ "type": "string",
145
+ "description": "Station logo URL",
146
+ "fillRate": 100,
147
+ "premium": true
148
+ },
149
+ {
150
+ "name": "website",
151
+ "type": "string",
152
+ "description": "Station website URL",
153
+ "fillRate": 62,
154
+ "premium": false
155
+ },
156
+ {
157
+ "name": "link",
158
+ "type": "string",
159
+ "description": "iHeart direct play link",
160
+ "fillRate": 100,
161
+ "premium": false
162
+ },
163
+ {
164
+ "name": "fccFacilityId",
165
+ "type": "string",
166
+ "description": "FCC facility ID for licensed broadcast stations",
167
+ "fillRate": 26,
168
+ "premium": false
169
+ },
170
+ {
171
+ "name": "rds",
172
+ "type": "string",
173
+ "description": "RDS (Radio Data System) hex code for FM broadcast",
174
+ "fillRate": 16,
175
+ "premium": false
176
+ },
177
+ {
178
+ "name": "streamingPlatform",
179
+ "type": "string",
180
+ "description": "Streaming platform (revma, triton)",
181
+ "fillRate": 61,
182
+ "premium": false
183
+ },
184
+ {
185
+ "name": "hlsStreamUrl",
186
+ "type": "string",
187
+ "description": "Secure HLS stream URL",
188
+ "fillRate": 42,
189
+ "premium": true
190
+ },
191
+ {
192
+ "name": "shoutcastStreamUrl",
193
+ "type": "string",
194
+ "description": "Secure Shoutcast/AAC stream URL",
195
+ "fillRate": 78,
196
+ "premium": true
197
+ },
198
+ {
199
+ "name": "plsStreamUrl",
200
+ "type": "string",
201
+ "description": "PLS playlist stream URL",
202
+ "fillRate": 22,
203
+ "premium": true
204
+ },
205
+ {
206
+ "name": "talkbackEnabled",
207
+ "type": "bool",
208
+ "description": "Station supports talkback/listener interaction",
209
+ "fillRate": 100,
210
+ "premium": false
211
+ },
212
+ {
213
+ "name": "socialFacebook",
214
+ "type": "string",
215
+ "description": "Facebook page handle",
216
+ "fillRate": 46,
217
+ "premium": false
218
+ },
219
+ {
220
+ "name": "socialTwitter",
221
+ "type": "string",
222
+ "description": "Twitter/X handle",
223
+ "fillRate": 41,
224
+ "premium": false
225
+ },
226
+ {
227
+ "name": "socialInstagram",
228
+ "type": "string",
229
+ "description": "Instagram handle",
230
+ "fillRate": 19,
231
+ "premium": false
232
+ },
233
+ {
234
+ "name": "socialTiktok",
235
+ "type": "string",
236
+ "description": "TikTok handle",
237
+ "fillRate": 2,
238
+ "premium": false
239
+ },
240
+ {
241
+ "name": "primaryPronouncement",
242
+ "type": "string",
243
+ "description": "Voice assistant pronunciation text for station name",
244
+ "fillRate": 32,
245
+ "premium": false
246
+ },
247
+ {
248
+ "name": "modifiedAt",
249
+ "type": "datetime",
250
+ "description": "Last modification timestamp from iHeart",
251
+ "fillRate": 100,
252
+ "premium": false
253
+ }
254
+ ]