rebrowsernet commited on
Commit
158b42f
·
1 Parent(s): 0852a33

Daily update 2026-03-26

Browse files
README.md CHANGED
@@ -52,7 +52,7 @@ SiriusXM satellite radio channels with names, channel numbers, categories, genre
52
 
53
 
54
 
55
- > **794** total records from 2025-12-28 to 2026-03-15, **793** rows in this sample (99.9% of full dataset).
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` | 100% | Short channel description (e.g., Pop hits, now to next) |
70
  | `mediumDescription` | `string` | 100% | Medium-length channel description |
71
- | `longDescription` | `string` | 100% | 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,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` | 94% | Scheduled shows with showId, showName, showLogo, startTime, endTime, duration (ms) |
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 | 441 | `███████████░░░░░░░░░` 55.5% |
114
- | Sports | 276 | `███████░░░░░░░░░░░░░` 34.8% |
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 | 60 | `███░░░░░░░░░░░░░░░░░` 14.1% |
131
  | MLB Play-by-Play | 47 | `██░░░░░░░░░░░░░░░░░░` 11.0% |
132
- | NFL Play-by-Play | 43 | `██░░░░░░░░░░░░░░░░░░` 10.1% |
133
  | Rock | 41 | `██░░░░░░░░░░░░░░░░░░` 9.6% |
134
- | Pop | 38 | `██░░░░░░░░░░░░░░░░░░` 8.9% |
135
- | NHL Play-by-Play | 37 | `██░░░░░░░░░░░░░░░░░░` 8.7% |
136
- | NBA Play-by-Play | 36 | `██░░░░░░░░░░░░░░░░░░` 8.5% |
137
  | Party | 29 | `█░░░░░░░░░░░░░░░░░░░` 6.8% |
138
- | Music Mash | 25 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
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,888,340 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,235,681 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,453,380 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,661,690 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) — 232,402 records
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:991907d51de09a411791e8aca00f60040e0aad8c61b791629f3db49d5a9a8fa9
3
- size 552013
 
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:ac751e3847da71a67c164ecd82498dd077f78a381e1eaba9b62174389cc6c3fb
3
- size 552146
 
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:b66de5bb6cfedfdf6070984c24eb83ed811db17ee7b1b1d8b5401ee3a5832a48
3
- size 423720
 
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:1f27e4bbec924f61bd7aeaef8f5a419c35dc12d3095eb30fe2f78abe9788c136
3
- size 552177
 
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:cf45f959c77472d972e1633c2dd8c4a0d1784bc4c3398d3fb6e328bab9b7b938
3
- size 601903
 
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:57ff55cef3ce4389e5a0a12392f76436e69bc6bb819bf11e5bffea283ab6638f
3
- size 162592
 
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": 100,
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": 100,
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": 94,
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
  ]