Commit ·
158b42f
1
Parent(s): 0852a33
Daily update 2026-03-26
Browse files- README.md +17 -17
- channel-plays/chart-growth.svg +34 -36
- channel-plays/data/2026-01-06.csv +0 -3
- channel-plays/data/2026-01-07.csv +0 -3
- channel-plays/data/2026-01-08.csv +0 -3
- channel-plays/data/2026-01-09.csv +0 -3
- channel-plays/data/2026-01-10.csv +0 -3
- channel-plays/data/2026-01-10.parquet +0 -3
- channel-plays/data/2026-01-11.csv +0 -3
- channel-plays/data/2026-01-11.parquet +0 -3
- channel-plays/data/{2026-01-08.parquet → 2026-03-07.csv} +2 -2
- channel-plays/data/{2026-01-06.parquet → 2026-03-07.parquet} +2 -2
- channel-plays/data/{2026-01-09.parquet → 2026-03-08.csv} +2 -2
- channel-plays/data/{2026-01-07.parquet → 2026-03-08.parquet} +2 -2
- channel-plays/data/2026-03-09.csv +3 -0
- channel-plays/data/2026-03-09.parquet +3 -0
- channel-plays/data/2026-03-10.csv +3 -0
- channel-plays/data/2026-03-10.parquet +3 -0
- channel-plays/data/2026-03-11.csv +3 -0
- channel-plays/data/2026-03-11.parquet +3 -0
- channel-plays/data/2026-03-12.csv +3 -0
- channel-plays/data/2026-03-12.parquet +3 -0
- channels/chart-growth.svg +5 -4
- channels/data.csv +2 -2
- channels/data.parquet +2 -2
- channels/schema.json +3 -3
README.md
CHANGED
|
@@ -52,7 +52,7 @@ SiriusXM satellite radio channels with names, channel numbers, categories, genre
|
|
| 52 |
|
| 53 |
|
| 54 |
|
| 55 |
-
> **
|
| 56 |
> Exported as a single file, overwritten daily.
|
| 57 |
|
| 58 |
|
|
@@ -66,9 +66,9 @@ SiriusXM satellite radio channels with names, channel numbers, categories, genre
|
|
| 66 |
| `channelId` | `string` | 100% | Unique channel ID (e.g., siriushits1, 8206, 9556) |
|
| 67 |
| `assetId` | `string` | 100% | Asset ID (e.g., 31NXk2ZlYdYzrF53SuFOaw) |
|
| 68 |
| `name` | `string` | 100% | Channel display name (e.g., SiriusXM Hits 1, 80s on 8) |
|
| 69 |
-
| `shortDescription` | `string` |
|
| 70 |
| `mediumDescription` | `string` | 100% | Medium-length channel description |
|
| 71 |
-
| `longDescription` | `string` |
|
| 72 |
| `category` | `string` | 100% | Category slug (music, sports, entertainment, news, comedy, howard) |
|
| 73 |
| `categoryName` | `string` | 100% | Category display name (Music, Sports, Talk & Entertainment, News & Issues, Comedy, Howard Stern) |
|
| 74 |
| `genre` | `string` | 100% | Genre slug (43 values: pop, rock, hiphop, country, sportsplay, allxtra, mlbpbp, nflplay, etc.) |
|
|
@@ -93,7 +93,7 @@ SiriusXM satellite radio channels with names, channel numbers, categories, genre
|
|
| 93 |
| `packages` | `array` | 100% | Subscription package IDs that include this channel |
|
| 94 |
| `artistsYouHear` | `array` | 23% | Artists/hosts featured on this channel |
|
| 95 |
| `relatedChannels` | `array` | 55% | Related channel IDs |
|
| 96 |
-
| `showSchedules` 🔒 | `array` |
|
| 97 |
|
| 98 |
|
| 99 |
|
|
@@ -110,8 +110,8 @@ SiriusXM satellite radio channels with names, channel numbers, categories, genre
|
|
| 110 |
|
| 111 |
| Value | Count | Share |
|
| 112 |
| --- | --- | --- |
|
| 113 |
-
| Music |
|
| 114 |
-
| Sports | 276 | `███████░░░░░░░░░░░░░` 34.
|
| 115 |
| Talk & Entertainment | 43 | `█░░░░░░░░░░░░░░░░░░░` 5.4% |
|
| 116 |
| News & Issues | 21 | `█░░░░░░░░░░░░░░░░░░░` 2.6% |
|
| 117 |
| Comedy | 11 | `░░░░░░░░░░░░░░░░░░░░` 1.4% |
|
|
@@ -127,15 +127,15 @@ SiriusXM satellite radio channels with names, channel numbers, categories, genre
|
|
| 127 |
| Value | Count | Share |
|
| 128 |
| --- | --- | --- |
|
| 129 |
| Sports Play-by-Play | 70 | `███░░░░░░░░░░░░░░░░░` 16.4% |
|
| 130 |
-
| All Xtra |
|
| 131 |
| MLB Play-by-Play | 47 | `██░░░░░░░░░░░░░░░░░░` 11.0% |
|
| 132 |
-
| NFL Play-by-Play | 43 | `██░░░░░░░░░░░░░░░░░░` 10.
|
| 133 |
| Rock | 41 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
|
| 134 |
-
| Pop |
|
| 135 |
-
| NHL Play-by-Play | 37 | `██░░░░░░░░░░░░░░░░░░` 8.
|
| 136 |
-
| NBA Play-by-Play | 36 | `██░░░░░░░░░░░░░░░░░░` 8.
|
| 137 |
| Party | 29 | `█░░░░░░░░░░░░░░░░░░░` 6.8% |
|
| 138 |
-
| Music Mash | 25 | `█░░░░░░░░░░░░░░░░░░░` 5.
|
| 139 |
|
| 140 |
</details>
|
| 141 |
|
|
@@ -216,23 +216,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 216 |
### Channel Plays
|
| 217 |
|
| 218 |
|
| 219 |
-
[Recent Track Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/recent-plays) — 59,
|
| 220 |
|
| 221 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 222 |
|
| 223 |
-
[Plays with Album Metadata](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/plays-with-albums) — 2,
|
| 224 |
|
| 225 |
↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
|
| 226 |
|
| 227 |
-
[Music Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/music-channel-plays) — 55,
|
| 228 |
|
| 229 |
↳ `[{"field":"channelCategoryName","op":"is","value":"Music"},{"sort":"playedAt DESC"}]`
|
| 230 |
|
| 231 |
-
[Pop Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/pop-channel-plays) — 14,
|
| 232 |
|
| 233 |
↳ `[{"field":"channelGenreName","op":"is","value":"Pop"},{"sort":"playedAt DESC"}]`
|
| 234 |
|
| 235 |
-
[Long-Form Content (5+ Min)](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/long-form-content) —
|
| 236 |
|
| 237 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 238 |
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
|
| 55 |
+
> **796** total records from 2025-12-28 to 2026-03-15, **793** rows in this sample (99.6% of full dataset).
|
| 56 |
> Exported as a single file, overwritten daily.
|
| 57 |
|
| 58 |
|
|
|
|
| 66 |
| `channelId` | `string` | 100% | Unique channel ID (e.g., siriushits1, 8206, 9556) |
|
| 67 |
| `assetId` | `string` | 100% | Asset ID (e.g., 31NXk2ZlYdYzrF53SuFOaw) |
|
| 68 |
| `name` | `string` | 100% | Channel display name (e.g., SiriusXM Hits 1, 80s on 8) |
|
| 69 |
+
| `shortDescription` | `string` | 88% | Short channel description (e.g., Pop hits, now to next) |
|
| 70 |
| `mediumDescription` | `string` | 100% | Medium-length channel description |
|
| 71 |
+
| `longDescription` | `string` | 87% | Full channel description with details about hosts and content |
|
| 72 |
| `category` | `string` | 100% | Category slug (music, sports, entertainment, news, comedy, howard) |
|
| 73 |
| `categoryName` | `string` | 100% | Category display name (Music, Sports, Talk & Entertainment, News & Issues, Comedy, Howard Stern) |
|
| 74 |
| `genre` | `string` | 100% | Genre slug (43 values: pop, rock, hiphop, country, sportsplay, allxtra, mlbpbp, nflplay, etc.) |
|
|
|
|
| 93 |
| `packages` | `array` | 100% | Subscription package IDs that include this channel |
|
| 94 |
| `artistsYouHear` | `array` | 23% | Artists/hosts featured on this channel |
|
| 95 |
| `relatedChannels` | `array` | 55% | Related channel IDs |
|
| 96 |
+
| `showSchedules` 🔒 | `array` | 21% | Scheduled shows with showId, showName, showLogo, startTime, endTime, duration (ms) |
|
| 97 |
|
| 98 |
|
| 99 |
|
|
|
|
| 110 |
|
| 111 |
| Value | Count | Share |
|
| 112 |
| --- | --- | --- |
|
| 113 |
+
| Music | 443 | `███████████░░░░░░░░░` 55.7% |
|
| 114 |
+
| Sports | 276 | `███████░░░░░░░░░░░░░` 34.7% |
|
| 115 |
| Talk & Entertainment | 43 | `█░░░░░░░░░░░░░░░░░░░` 5.4% |
|
| 116 |
| News & Issues | 21 | `█░░░░░░░░░░░░░░░░░░░` 2.6% |
|
| 117 |
| Comedy | 11 | `░░░░░░░░░░░░░░░░░░░░` 1.4% |
|
|
|
|
| 127 |
| Value | Count | Share |
|
| 128 |
| --- | --- | --- |
|
| 129 |
| Sports Play-by-Play | 70 | `███░░░░░░░░░░░░░░░░░` 16.4% |
|
| 130 |
+
| All Xtra | 61 | `███░░░░░░░░░░░░░░░░░` 14.3% |
|
| 131 |
| MLB Play-by-Play | 47 | `██░░░░░░░░░░░░░░░░░░` 11.0% |
|
| 132 |
+
| NFL Play-by-Play | 43 | `██░░░░░░░░░░░░░░░░░░` 10.0% |
|
| 133 |
| Rock | 41 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
|
| 134 |
+
| Pop | 39 | `██░░░░░░░░░░░░░░░░░░` 9.1% |
|
| 135 |
+
| NHL Play-by-Play | 37 | `██░░░░░░░░░░░░░░░░░░` 8.6% |
|
| 136 |
+
| NBA Play-by-Play | 36 | `██░░░░░░░░░░░░░░░░░░` 8.4% |
|
| 137 |
| Party | 29 | `█░░░░░░░░░░░░░░░░░░░` 6.8% |
|
| 138 |
+
| Music Mash | 25 | `█░░░░░░░░░░░░░░░░░░░` 5.8% |
|
| 139 |
|
| 140 |
</details>
|
| 141 |
|
|
|
|
| 216 |
### Channel Plays
|
| 217 |
|
| 218 |
|
| 219 |
+
[Recent Track Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/recent-plays) — 59,919,587 records
|
| 220 |
|
| 221 |
↳ `[{"sort":"playedAt DESC"}]`
|
| 222 |
|
| 223 |
+
[Plays with Album Metadata](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/plays-with-albums) — 2,281,523 records
|
| 224 |
|
| 225 |
↳ `[{"field":"album","op":"isNotEmpty"},{"sort":"playedAt DESC"}]`
|
| 226 |
|
| 227 |
+
[Music Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/music-channel-plays) — 55,463,800 records
|
| 228 |
|
| 229 |
↳ `[{"field":"channelCategoryName","op":"is","value":"Music"},{"sort":"playedAt DESC"}]`
|
| 230 |
|
| 231 |
+
[Pop Channel Plays](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/pop-channel-plays) — 14,666,931 records
|
| 232 |
|
| 233 |
↳ `[{"field":"channelGenreName","op":"is","value":"Pop"},{"sort":"playedAt DESC"}]`
|
| 234 |
|
| 235 |
+
[Long-Form Content (5+ Min)](https://rebrowser.net/products/datasets/siriusxm/channel-plays/views/long-form-content) — 235,023 records
|
| 236 |
|
| 237 |
↳ `[{"field":"durationSeconds","op":"gt","value":300},{"sort":"playedAt DESC"}]`
|
| 238 |
|
channel-plays/chart-growth.svg
CHANGED
|
|
|
|
channel-plays/data/2026-01-06.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3df3e6fa97d89b6b0d5ff25ca66bd8a376b94aac7e1534c20b651407ca3d806c
|
| 3 |
-
size 1749147
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-07.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e7cabcc14fd43c18187c860c8f799b229bcaedc9969a7d9c3b695f93de1c5dbd
|
| 3 |
-
size 1748276
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-08.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ed76cffd968f700f86db0329b3dcfb5dc21574af39533f376afa4e83e31be8c3
|
| 3 |
-
size 1750684
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-09.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b0d04b3904fa09f0f6791f440641ba7de09a81bc27209e32389492dd1fd59aa6
|
| 3 |
-
size 1325926
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-10.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86eb99ae1a61f91e8e2e16e390fd4d8f84b4c4974eb0336ac0ce1693823c079f
|
| 3 |
-
size 1748309
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-10.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea87094ebbdb909478ec0981e136ea499b2eb00e01435b6f2866238f371168e6
|
| 3 |
-
size 551355
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-11.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bf4344b0a2b1c8265f6e67ac14fb25c05c91751bcc36f12c0ecc00df262cc2a3
|
| 3 |
-
size 1750960
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/2026-01-11.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1cdb48a1f78cc07371e55e0f73d94880d42b217e4fe264832092a92a2516f48e
|
| 3 |
-
size 553490
|
|
|
|
|
|
|
|
|
|
|
|
channel-plays/data/{2026-01-08.parquet → 2026-03-07.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:e1e7ffd461cdb7044f8e2a42251dd1e70bf2019f8582f68598fbde1ddd0bc468
|
| 3 |
+
size 149
|
channel-plays/data/{2026-01-06.parquet → 2026-03-07.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:c72f2f304a2ca128dc827f0b1705f7e8ba24fea5113342fd7a4a9c50e02d64c4
|
| 3 |
+
size 407
|
channel-plays/data/{2026-01-09.parquet → 2026-03-08.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:e1e7ffd461cdb7044f8e2a42251dd1e70bf2019f8582f68598fbde1ddd0bc468
|
| 3 |
+
size 149
|
channel-plays/data/{2026-01-07.parquet → 2026-03-08.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:c72f2f304a2ca128dc827f0b1705f7e8ba24fea5113342fd7a4a9c50e02d64c4
|
| 3 |
+
size 407
|
channel-plays/data/2026-03-09.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e7ffd461cdb7044f8e2a42251dd1e70bf2019f8582f68598fbde1ddd0bc468
|
| 3 |
+
size 149
|
channel-plays/data/2026-03-09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c72f2f304a2ca128dc827f0b1705f7e8ba24fea5113342fd7a4a9c50e02d64c4
|
| 3 |
+
size 407
|
channel-plays/data/2026-03-10.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e7ffd461cdb7044f8e2a42251dd1e70bf2019f8582f68598fbde1ddd0bc468
|
| 3 |
+
size 149
|
channel-plays/data/2026-03-10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c72f2f304a2ca128dc827f0b1705f7e8ba24fea5113342fd7a4a9c50e02d64c4
|
| 3 |
+
size 407
|
channel-plays/data/2026-03-11.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e7ffd461cdb7044f8e2a42251dd1e70bf2019f8582f68598fbde1ddd0bc468
|
| 3 |
+
size 149
|
channel-plays/data/2026-03-11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c72f2f304a2ca128dc827f0b1705f7e8ba24fea5113342fd7a4a9c50e02d64c4
|
| 3 |
+
size 407
|
channel-plays/data/2026-03-12.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e7ffd461cdb7044f8e2a42251dd1e70bf2019f8582f68598fbde1ddd0bc468
|
| 3 |
+
size 149
|
channel-plays/data/2026-03-12.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c72f2f304a2ca128dc827f0b1705f7e8ba24fea5113342fd7a4a9c50e02d64c4
|
| 3 |
+
size 407
|
channels/chart-growth.svg
CHANGED
|
|
|
|
channels/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:caecc16643bc2e65a495035b69a918d76d3d6456d5dd23d1b2093223d9dffe63
|
| 3 |
+
size 596466
|
channels/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:1e50c7c3b3c65e77eab3aa4de513ac7bab3ead1797595fd4243eb758a3601f05
|
| 3 |
+
size 160592
|
channels/schema.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
| 45 |
"name": "shortDescription",
|
| 46 |
"type": "string",
|
| 47 |
"description": "Short channel description (e.g., Pop hits, now to next)",
|
| 48 |
-
"fillRate":
|
| 49 |
"premium": false
|
| 50 |
},
|
| 51 |
{
|
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"name": "longDescription",
|
| 60 |
"type": "string",
|
| 61 |
"description": "Full channel description with details about hosts and content",
|
| 62 |
-
"fillRate":
|
| 63 |
"premium": false
|
| 64 |
},
|
| 65 |
{
|
|
@@ -234,7 +234,7 @@
|
|
| 234 |
"name": "showSchedules",
|
| 235 |
"type": "array",
|
| 236 |
"description": "Scheduled shows with showId, showName, showLogo, startTime, endTime, duration (ms)",
|
| 237 |
-
"fillRate":
|
| 238 |
"premium": true
|
| 239 |
}
|
| 240 |
]
|
|
|
|
| 45 |
"name": "shortDescription",
|
| 46 |
"type": "string",
|
| 47 |
"description": "Short channel description (e.g., Pop hits, now to next)",
|
| 48 |
+
"fillRate": 88,
|
| 49 |
"premium": false
|
| 50 |
},
|
| 51 |
{
|
|
|
|
| 59 |
"name": "longDescription",
|
| 60 |
"type": "string",
|
| 61 |
"description": "Full channel description with details about hosts and content",
|
| 62 |
+
"fillRate": 87,
|
| 63 |
"premium": false
|
| 64 |
},
|
| 65 |
{
|
|
|
|
| 234 |
"name": "showSchedules",
|
| 235 |
"type": "array",
|
| 236 |
"description": "Scheduled shows with showId, showName, showLogo, startTime, endTime, duration (ms)",
|
| 237 |
+
"fillRate": 21,
|
| 238 |
"premium": true
|
| 239 |
}
|
| 240 |
]
|