Commit ·
a4e168f
1
Parent(s): 4b9325a
Daily update 2026-07-12
Browse files- README.md +29 -29
- station-plays/chart-growth.svg +38 -34
- station-plays/data/{2026-04-29.parquet → 2026-06-28.csv} +2 -2
- station-plays/data/{2026-04-29.csv → 2026-06-28.parquet} +2 -2
- stations/chart-growth.svg +31 -29
- stations/data.csv +2 -2
- stations/data.parquet +2 -2
- stations/schema.json +5 -5
README.md
CHANGED
|
@@ -36,7 +36,7 @@ configs:
|
|
| 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 (
|
| 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.
|
|
@@ -52,7 +52,7 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 52 |
|
| 53 |
|
| 54 |
|
| 55 |
-
> **3,
|
| 56 |
> Exported as a single file, overwritten daily.
|
| 57 |
|
| 58 |
|
|
@@ -69,7 +69,7 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 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` | 76% | Broadcast frequency. Null for digital-only stations |
|
| 72 |
-
| `format` | `string` |
|
| 73 |
| `provider` | `string` | 100% | Station owner or network |
|
| 74 |
| `cume` 🔒 | `float` | 62% | Cumulative weekly audience estimate |
|
| 75 |
| `country` | `string` | 100% | Country code |
|
|
@@ -81,19 +81,19 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 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` |
|
| 85 |
| `link` | `string` | 100% | iHeart direct play link |
|
| 86 |
| `fccFacilityId` | `string` | 25% | FCC facility ID for licensed broadcast stations |
|
| 87 |
| `rds` | `string` | 16% | RDS (Radio Data System) hex code for FM broadcast |
|
| 88 |
-
| `streamingPlatform` | `string` |
|
| 89 |
| `hlsStreamUrl` 🔒 | `string` | 52% | Secure HLS stream URL |
|
| 90 |
| `shoutcastStreamUrl` 🔒 | `string` | 88% | Secure Shoutcast/AAC stream URL |
|
| 91 |
| `plsStreamUrl` 🔒 | `string` | 21% | PLS playlist stream URL |
|
| 92 |
| `talkbackEnabled` | `bool` | 100% | Station supports talkback/listener interaction |
|
| 93 |
| `socialFacebook` | `string` | 48% | Facebook page handle |
|
| 94 |
| `socialTwitter` | `string` | 40% | Twitter/X handle |
|
| 95 |
-
| `socialInstagram` | `string` |
|
| 96 |
-
| `socialTiktok` | `string` |
|
| 97 |
| `primaryPronouncement` | `string` | 31% | Voice assistant pronunciation text for station name |
|
| 98 |
| `modifiedAt` | `datetime` | 100% | Last modification timestamp from iHeart |
|
| 99 |
|
|
@@ -132,11 +132,11 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 132 |
|
| 133 |
| Value | Count | Share |
|
| 134 |
| --- | --- | --- |
|
| 135 |
-
| FM |
|
| 136 |
-
| FL |
|
| 137 |
-
| AM |
|
| 138 |
-
| HD2 |
|
| 139 |
-
| HD3 |
|
| 140 |
| PR | 9 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
| 141 |
| HD4 | 7 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
| 142 |
| IP | 1 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
|
@@ -150,15 +150,15 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 150 |
|
| 151 |
| Value | Count | Share |
|
| 152 |
| --- | --- | --- |
|
| 153 |
-
| US Partner Digital | 529 | `████░░░░░░░░░░░░░░░░` 17.
|
| 154 |
-
| News & Talk |
|
| 155 |
-
| Country |
|
| 156 |
-
| Top 40 & Pop |
|
| 157 |
| Oldies | 251 | `██░░░░░░░░░░░░░░░░░░` 8.4% |
|
| 158 |
-
| Sports |
|
| 159 |
-
| Spanish |
|
| 160 |
-
| Mix |
|
| 161 |
-
| Rock |
|
| 162 |
| Hip Hop and R&B | 177 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
|
| 163 |
|
| 164 |
</details>
|
|
@@ -170,12 +170,12 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 170 |
|
| 171 |
| Value | Count | Share |
|
| 172 |
| --- | --- | --- |
|
| 173 |
-
| states/US-NAT |
|
| 174 |
-
| CA |
|
| 175 |
| TX | 233 | `██░░░░░░░░░░░░░░░░░░` 10.7% |
|
| 176 |
| FL | 209 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
|
| 177 |
| OH | 151 | `█░░░░░░░░░░░░░░░░░░░` 6.9% |
|
| 178 |
-
| PA | 123 | `█░░░░░░░░░░░░░░░░░░░` 5.
|
| 179 |
| NY | 118 | `█░░░░░░░░░░░░░░░░░░░` 5.4% |
|
| 180 |
| GA | 102 | `█░░░░░░░░░░░░░░░░░░░` 4.7% |
|
| 181 |
| AL | 82 | `█░░░░░░░░░░░░░░░░░░░` 3.8% |
|
|
@@ -195,7 +195,7 @@ Real-time track play log for iHeart stations — every song played with artist,
|
|
| 195 |
|
| 196 |
|
| 197 |
|
| 198 |
-
> **
|
| 199 |
> Exported as one file per day, up to 10,000 rows each, last 60 days retained.
|
| 200 |
|
| 201 |
|
|
@@ -248,7 +248,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 248 |
|
| 249 |
↳ `[{"field":"primaryGenreName","op":"is","value":"News & Talk"},{"sort":"cume DESC"}]`
|
| 250 |
|
| 251 |
-
[Country Music Radio Stations](https://rebrowser.net/products/datasets/iheart/stations/views/country-radio-stations) —
|
| 252 |
|
| 253 |
↳ `[{"field":"primaryGenreName","op":"is","value":"Country"},{"sort":"cume DESC"}]`
|
| 254 |
|
|
@@ -264,15 +264,15 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 264 |
### Station Plays
|
| 265 |
|
| 266 |
|
| 267 |
-
[Recent Radio Track Plays](https://rebrowser.net/products/datasets/iheart/station-plays/views/recent-radio-plays) —
|
| 268 |
|
| 269 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 270 |
|
| 271 |
-
[Track Plays with Album Metadata](https://rebrowser.net/products/datasets/iheart/station-plays/views/plays-with-album-metadata) —
|
| 272 |
|
| 273 |
↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
|
| 274 |
|
| 275 |
-
[Country Radio Airplay Data](https://rebrowser.net/products/datasets/iheart/station-plays/views/country-radio-airplay) — 39,
|
| 276 |
|
| 277 |
↳ `[{"field":"stationPrimaryGenreName","op":"is","value":"Country"},{"sort":"playedAt DESC"}]`
|
| 278 |
|
|
@@ -280,7 +280,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 280 |
|
| 281 |
↳ `[{"field":"stationPrimaryGenreName","op":"is","value":"Classic Rock"},{"sort":"playedAt DESC"}]`
|
| 282 |
|
| 283 |
-
[Long-Form Radio Content (5+ Min)](https://rebrowser.net/products/datasets/iheart/station-plays/views/long-form-radio-content) — 9,
|
| 284 |
|
| 285 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 286 |
|
|
|
|
| 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 (249.6M 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.
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
|
| 55 |
+
> **3,807** total records from 2025-12-28 to 2026-07-05, **3,782** rows in this sample (99.3% of full dataset).
|
| 56 |
> Exported as a single file, overwritten daily.
|
| 57 |
|
| 58 |
|
|
|
|
| 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` | 76% | Broadcast frequency. Null for digital-only stations |
|
| 72 |
+
| `format` | `string` | 70% | Station format |
|
| 73 |
| `provider` | `string` | 100% | Station owner or network |
|
| 74 |
| `cume` 🔒 | `float` | 62% | Cumulative weekly audience estimate |
|
| 75 |
| `country` | `string` | 100% | Country code |
|
|
|
|
| 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` | 25% | FCC facility ID for licensed broadcast stations |
|
| 87 |
| `rds` | `string` | 16% | RDS (Radio Data System) hex code for FM broadcast |
|
| 88 |
+
| `streamingPlatform` | `string` | 59% | Streaming platform (revma, triton) |
|
| 89 |
| `hlsStreamUrl` 🔒 | `string` | 52% | Secure HLS stream URL |
|
| 90 |
| `shoutcastStreamUrl` 🔒 | `string` | 88% | Secure Shoutcast/AAC stream URL |
|
| 91 |
| `plsStreamUrl` 🔒 | `string` | 21% | PLS playlist stream URL |
|
| 92 |
| `talkbackEnabled` | `bool` | 100% | Station supports talkback/listener interaction |
|
| 93 |
| `socialFacebook` | `string` | 48% | Facebook page handle |
|
| 94 |
| `socialTwitter` | `string` | 40% | Twitter/X handle |
|
| 95 |
+
| `socialInstagram` | `string` | 21% | Instagram handle |
|
| 96 |
+
| `socialTiktok` | `string` | 2% | TikTok handle |
|
| 97 |
| `primaryPronouncement` | `string` | 31% | Voice assistant pronunciation text for station name |
|
| 98 |
| `modifiedAt` | `datetime` | 100% | Last modification timestamp from iHeart |
|
| 99 |
|
|
|
|
| 132 |
|
| 133 |
| Value | Count | Share |
|
| 134 |
| --- | --- | --- |
|
| 135 |
+
| FM | 2,004 | `███████████░░░░░░░░░` 52.6% |
|
| 136 |
+
| FL | 900 | `█████░░░░░░░░░░░░░░░` 23.6% |
|
| 137 |
+
| AM | 615 | `███░░░░░░░░░░░░░░░░░` 16.2% |
|
| 138 |
+
| HD2 | 206 | `█░░░░░░░░░░░░░░░░░░░` 5.4% |
|
| 139 |
+
| HD3 | 65 | `░░░░░░░░░░░░░░░░░░░░` 1.7% |
|
| 140 |
| PR | 9 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
| 141 |
| HD4 | 7 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
| 142 |
| IP | 1 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
|
|
|
| 150 |
|
| 151 |
| Value | Count | Share |
|
| 152 |
| --- | --- | --- |
|
| 153 |
+
| US Partner Digital | 529 | `████░░░░░░░░░░░░░░░░` 17.7% |
|
| 154 |
+
| News & Talk | 434 | `███░░░░░░░░░░░░░░░░░` 14.5% |
|
| 155 |
+
| Country | 415 | `███░░░░░░░░░░░░░░░░░` 13.8% |
|
| 156 |
+
| Top 40 & Pop | 297 | `██░░░░░░░░░░░░░░░░░░` 9.9% |
|
| 157 |
| Oldies | 251 | `██░░░░░░░░░░░░░░░░░░` 8.4% |
|
| 158 |
+
| Sports | 247 | `██░░░░░░░░░░░░░░░░░░` 8.2% |
|
| 159 |
+
| Spanish | 241 | `██░░░░░░░░░░░░░░░░░░` 8.0% |
|
| 160 |
+
| Mix | 208 | `█░░░░░░░░░░░░░░░░░░░` 6.9% |
|
| 161 |
+
| Rock | 198 | `█░░░░░░░░░░░░░░░░░░░` 6.6% |
|
| 162 |
| Hip Hop and R&B | 177 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
|
| 163 |
|
| 164 |
</details>
|
|
|
|
| 170 |
|
| 171 |
| Value | Count | Share |
|
| 172 |
| --- | --- | --- |
|
| 173 |
+
| states/US-NAT | 817 | `███████░░░░░░░░░░░░░` 37.4% |
|
| 174 |
+
| CA | 270 | `██░░░░░░░░░░░░░░░░░░` 12.4% |
|
| 175 |
| TX | 233 | `██░░░░░░░░░░░░░░░░░░` 10.7% |
|
| 176 |
| FL | 209 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
|
| 177 |
| OH | 151 | `█░░░░░░░░░░░░░░░░░░░` 6.9% |
|
| 178 |
+
| PA | 123 | `█░░░░░░░░░░░░░░░░░░░` 5.6% |
|
| 179 |
| NY | 118 | `█░░░░░░░░░░░░░░░░░░░` 5.4% |
|
| 180 |
| GA | 102 | `█░░░░░░░░░░░░░░░░░░░` 4.7% |
|
| 181 |
| AL | 82 | `█░░░░░░░░░░░░░░░░░░░` 3.8% |
|
|
|
|
| 195 |
|
| 196 |
|
| 197 |
|
| 198 |
+
> **249,567,054** total records from 2015-08-30 to 2026-07-12, **up to 600,000** rows in this sample (0.24% of full dataset).
|
| 199 |
> Exported as one file per day, up to 10,000 rows each, last 60 days retained.
|
| 200 |
|
| 201 |
|
|
|
|
| 248 |
|
| 249 |
↳ `[{"field":"primaryGenreName","op":"is","value":"News & Talk"},{"sort":"cume DESC"}]`
|
| 250 |
|
| 251 |
+
[Country Music Radio Stations](https://rebrowser.net/products/datasets/iheart/stations/views/country-radio-stations) — 410 records
|
| 252 |
|
| 253 |
↳ `[{"field":"primaryGenreName","op":"is","value":"Country"},{"sort":"cume DESC"}]`
|
| 254 |
|
|
|
|
| 264 |
### Station Plays
|
| 265 |
|
| 266 |
|
| 267 |
+
[Recent Radio Track Plays](https://rebrowser.net/products/datasets/iheart/station-plays/views/recent-radio-plays) — 244,689,377 records
|
| 268 |
|
| 269 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 270 |
|
| 271 |
+
[Track Plays with Album Metadata](https://rebrowser.net/products/datasets/iheart/station-plays/views/plays-with-album-metadata) — 90,131,204 records
|
| 272 |
|
| 273 |
↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
|
| 274 |
|
| 275 |
+
[Country Radio Airplay Data](https://rebrowser.net/products/datasets/iheart/station-plays/views/country-radio-airplay) — 39,876,206 records
|
| 276 |
|
| 277 |
↳ `[{"field":"stationPrimaryGenreName","op":"is","value":"Country"},{"sort":"playedAt DESC"}]`
|
| 278 |
|
|
|
|
| 280 |
|
| 281 |
↳ `[{"field":"stationPrimaryGenreName","op":"is","value":"Classic Rock"},{"sort":"playedAt DESC"}]`
|
| 282 |
|
| 283 |
+
[Long-Form Radio Content (5+ Min)](https://rebrowser.net/products/datasets/iheart/station-plays/views/long-form-radio-content) — 9,295,446 records
|
| 284 |
|
| 285 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 286 |
|
station-plays/chart-growth.svg
CHANGED
|
|
|
|
station-plays/data/{2026-04-29.parquet → 2026-06-28.csv}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08a4fc9ca01817aaedf52fff407273bbb63159af9d4aac2a0b50ba71baf2b0d7
|
| 3 |
+
size 1989173
|
station-plays/data/{2026-04-29.csv → 2026-06-28.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:152e00aad8891cf706a765406a791b884865e1a1dd5eadfa25dbabd044cb239b
|
| 3 |
+
size 520612
|
stations/chart-growth.svg
CHANGED
|
|
|
|
stations/data.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ee83f176a0ba770c843c56a47d03277a0f6d65edf514f77c8b9fb092d2cd185
|
| 3 |
+
size 1842448
|
stations/data.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2f1d1c7211040f8b8c81803cdeb736d68b27c37d42e120b20f631b64dd4e271
|
| 3 |
+
size 351551
|
stations/schema.json
CHANGED
|
@@ -66,7 +66,7 @@
|
|
| 66 |
"name": "format",
|
| 67 |
"type": "string",
|
| 68 |
"description": "Station format",
|
| 69 |
-
"fillRate":
|
| 70 |
"premium": false
|
| 71 |
},
|
| 72 |
{
|
|
@@ -150,7 +150,7 @@
|
|
| 150 |
"name": "website",
|
| 151 |
"type": "string",
|
| 152 |
"description": "Station website URL",
|
| 153 |
-
"fillRate":
|
| 154 |
"premium": false
|
| 155 |
},
|
| 156 |
{
|
|
@@ -178,7 +178,7 @@
|
|
| 178 |
"name": "streamingPlatform",
|
| 179 |
"type": "string",
|
| 180 |
"description": "Streaming platform (revma, triton)",
|
| 181 |
-
"fillRate":
|
| 182 |
"premium": false
|
| 183 |
},
|
| 184 |
{
|
|
@@ -227,14 +227,14 @@
|
|
| 227 |
"name": "socialInstagram",
|
| 228 |
"type": "string",
|
| 229 |
"description": "Instagram handle",
|
| 230 |
-
"fillRate":
|
| 231 |
"premium": false
|
| 232 |
},
|
| 233 |
{
|
| 234 |
"name": "socialTiktok",
|
| 235 |
"type": "string",
|
| 236 |
"description": "TikTok handle",
|
| 237 |
-
"fillRate":
|
| 238 |
"premium": false
|
| 239 |
},
|
| 240 |
{
|
|
|
|
| 66 |
"name": "format",
|
| 67 |
"type": "string",
|
| 68 |
"description": "Station format",
|
| 69 |
+
"fillRate": 70,
|
| 70 |
"premium": false
|
| 71 |
},
|
| 72 |
{
|
|
|
|
| 150 |
"name": "website",
|
| 151 |
"type": "string",
|
| 152 |
"description": "Station website URL",
|
| 153 |
+
"fillRate": 62,
|
| 154 |
"premium": false
|
| 155 |
},
|
| 156 |
{
|
|
|
|
| 178 |
"name": "streamingPlatform",
|
| 179 |
"type": "string",
|
| 180 |
"description": "Streaming platform (revma, triton)",
|
| 181 |
+
"fillRate": 59,
|
| 182 |
"premium": false
|
| 183 |
},
|
| 184 |
{
|
|
|
|
| 227 |
"name": "socialInstagram",
|
| 228 |
"type": "string",
|
| 229 |
"description": "Instagram handle",
|
| 230 |
+
"fillRate": 21,
|
| 231 |
"premium": false
|
| 232 |
},
|
| 233 |
{
|
| 234 |
"name": "socialTiktok",
|
| 235 |
"type": "string",
|
| 236 |
"description": "TikTok handle",
|
| 237 |
+
"fillRate": 2,
|
| 238 |
"premium": false
|
| 239 |
},
|
| 240 |
{
|