Commit ·
f691477
1
Parent(s): e8a0917
Daily update 2026-04-18
Browse files
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 |
|
|
@@ -132,9 +132,9 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 132 |
|
| 133 |
| Value | Count | Share |
|
| 134 |
| --- | --- | --- |
|
| 135 |
-
| FM | 1,
|
| 136 |
| FL | 890 | `█████░░░░░░░░░░░░░░░` 24.0% |
|
| 137 |
-
| AM |
|
| 138 |
| HD2 | 194 | `█░░░░░░░░░░░░░░░░░░░` 5.2% |
|
| 139 |
| HD3 | 61 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
|
| 140 |
| PR | 9 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
|
@@ -155,10 +155,10 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 155 |
| Top 40 & Pop | 344 | `██░░░░░░░░░░░░░░░░░░` 12.0% |
|
| 156 |
| Sports | 274 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
|
| 157 |
| Oldies | 242 | `██░░░░░░░░░░░░░░░░░░` 8.5% |
|
| 158 |
-
| Spanish |
|
| 159 |
| Hip Hop and R&B | 173 | `█░░░░░░░░░░░░░░░░░░░` 6.1% |
|
| 160 |
| Classic Rock | 169 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
|
| 161 |
-
| Soft Rock | 150 | `█░░░░░░░░░░░░░░░░░░░` 5.
|
| 162 |
|
| 163 |
</details>
|
| 164 |
|
|
@@ -173,7 +173,7 @@ iHeart radio stations with call letters, frequencies, formats, market data, audi
|
|
| 173 |
| CA | 251 | `██░░░░░░░░░░░░░░░░░░` 12.0% |
|
| 174 |
| TX | 237 | `██░░░░░░░░░░░░░░░░░░` 11.3% |
|
| 175 |
| FL | 213 | `██░░░░░░░░░░░░░░░░░░` 10.1% |
|
| 176 |
-
| OH |
|
| 177 |
| PA | 129 | `█░░░░░░░░░░░░░░░░░░░` 6.1% |
|
| 178 |
| NY | 118 | `█░░░░░░░░░░░░░░░░░░░` 5.6% |
|
| 179 |
| GA | 103 | `█░░░░░░░░░░░░░░░░░░░` 4.9% |
|
|
@@ -194,7 +194,7 @@ Real-time track play log for iHeart stations — every song played with artist,
|
|
| 194 |
|
| 195 |
|
| 196 |
|
| 197 |
-
> **
|
| 198 |
> Exported as one file per day, up to 10,000 rows each, last 60 days retained.
|
| 199 |
|
| 200 |
|
|
@@ -263,7 +263,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 263 |
### Station Plays
|
| 264 |
|
| 265 |
|
| 266 |
-
[Recent Radio Track Plays](https://rebrowser.net/products/datasets/iheart/station-plays/views/recent-radio-plays) —
|
| 267 |
|
| 268 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 269 |
|
|
@@ -271,15 +271,15 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 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) — 34,
|
| 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) — 15,
|
| 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) — 5,
|
| 283 |
|
| 284 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 285 |
|
|
|
|
| 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 (220.5M 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,706** total records from 2025-12-28 to 2026-04-12, **3,690** rows in this sample (99.6% of full dataset).
|
| 56 |
> Exported as a single file, overwritten daily.
|
| 57 |
|
| 58 |
|
|
|
|
| 132 |
|
| 133 |
| Value | Count | Share |
|
| 134 |
| --- | --- | --- |
|
| 135 |
+
| FM | 1,940 | `██████████░░░░░░░░░░` 52.3% |
|
| 136 |
| FL | 890 | `█████░░░░░░░░░░░░░░░` 24.0% |
|
| 137 |
+
| AM | 606 | `███░░░░░░░░░░░░░░░░░` 16.4% |
|
| 138 |
| HD2 | 194 | `█░░░░░░░░░░░░░░░░░░░` 5.2% |
|
| 139 |
| HD3 | 61 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
|
| 140 |
| PR | 9 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
|
|
|
|
| 155 |
| Top 40 & Pop | 344 | `██░░░░░░░░░░░░░░░░░░` 12.0% |
|
| 156 |
| Sports | 274 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
|
| 157 |
| Oldies | 242 | `██░░░░░░░░░░░░░░░░░░` 8.5% |
|
| 158 |
+
| Spanish | 237 | `██░░░░░░░░░░░░░░░░░░` 8.3% |
|
| 159 |
| Hip Hop and R&B | 173 | `█░░░░░░░░░░░░░░░░░░░` 6.1% |
|
| 160 |
| Classic Rock | 169 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
|
| 161 |
+
| Soft Rock | 150 | `█░░░░░░░░░░░░░░░░░░░` 5.2% |
|
| 162 |
|
| 163 |
</details>
|
| 164 |
|
|
|
|
| 173 |
| CA | 251 | `██░░░░░░░░░░░░░░░░░░` 12.0% |
|
| 174 |
| TX | 237 | `██░░░░░░░░░░░░░░░░░░` 11.3% |
|
| 175 |
| FL | 213 | `██░░░░░░░░░░░░░░░░░░` 10.1% |
|
| 176 |
+
| OH | 157 | `█░░░░░░░░░░░░░░░░░░░` 7.5% |
|
| 177 |
| PA | 129 | `█░░░░░░░░░░░░░░░░░░░` 6.1% |
|
| 178 |
| NY | 118 | `█░░░░░░░░░░░░░░░░░░░` 5.6% |
|
| 179 |
| GA | 103 | `█░░░░░░░░░░░░░░░░░░░` 4.9% |
|
|
|
|
| 194 |
|
| 195 |
|
| 196 |
|
| 197 |
+
> **220,495,511** total records from 2015-08-30 to 2026-04-12, **up to 600,000** rows in this sample (0.27% of full dataset).
|
| 198 |
> Exported as one file per day, up to 10,000 rows each, last 60 days retained.
|
| 199 |
|
| 200 |
|
|
|
|
| 263 |
### Station Plays
|
| 264 |
|
| 265 |
|
| 266 |
+
[Recent Radio Track Plays](https://rebrowser.net/products/datasets/iheart/station-plays/views/recent-radio-plays) — 211,264,642 records
|
| 267 |
|
| 268 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 269 |
|
|
|
|
| 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) — 34,187,014 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) — 15,181,229 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) — 5,993,573 records
|
| 283 |
|
| 284 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 285 |
|
station-plays/chart-growth.svg
CHANGED
|
|
|
|
station-plays/data/{2026-02-03.csv → 2026-04-04.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:cd369e130ce1f2ddc6eb9be03e4b6625586982b2462331f0dbe7bd8a200e406c
|
| 3 |
+
size 2018723
|
station-plays/data/{2026-02-03.parquet → 2026-04-04.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:2bd2161eddfd5a4c66d831ed7f8760749cb4d415930514165c79521cea47b0b3
|
| 3 |
+
size 517031
|
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:6632b35896b9466c608430e0d8314da9b40f6d075937dea689e5499f31252d8c
|
| 3 |
+
size 1805932
|
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:fd9b65b9515c4384592ff3cc83a8c7c686a1c0f4466faea9e4b02ffc9b952b62
|
| 3 |
+
size 345266
|