Exporting Data
Download your listener data as CSV files for analysis in Excel, Google Sheets, or any other tool.
Export types
You can download two types of CSV export:
Stream CSV
Downloads all listener data for your entire station. Each row is a single listen event.
Columns included:
| Column | What it contains |
|---|---|
| Date/Time (UTC) | When the listen happened |
| Browser | Detected app or browser name |
| Operating System | Detected OS |
| Episode | Episode title |
| Show | Show name |
| Stream | Stream name |
| IP Address | Listener's IP address |
| User Agent | Full browser/app identifier string |
| HTTP Status | Response code (200 = successful play) |
| Endpoint URL | Request path |
| Stream Timezone | Your station's timezone |
Show CSV
Downloads listener data for a specific show only — same format as the stream CSV but filtered to one show.
How to export

Stream export
- Go to Statistics → Export tab
- Click Download Stream CSV
- A
.csvfile downloads to your computer
Show export
- Go to a show's statistics page (from the show list, click a show, then its Statistics tab)
- Use the action menu to download the show CSV
- A
.csvfile filtered to that show downloads to your computer
Exports can include up to 500,000 records.
What to do with exported data
Funder reporting
Community and student stations often need to report listenership to funders, grant bodies, or student unions. The CSV export gives you the raw data to create custom reports:
- Total listens by date range
- Unique listeners (count distinct IP + user agent combinations)
- Listening trends over time
- Breakdown by show
Ofcom returns
UK community radio stations required to report to Ofcom can use the export to demonstrate reach and engagement. Import into a spreadsheet and filter by date range to match the reporting period.
Custom analysis
Import the CSV into Excel, Google Sheets, or a tool like Tableau for deeper analysis:
- Pivot tables by show, date, or device
- Time series charts of listening trends
- Geographic analysis using IP addresses (with a geolocation service)
- Audience segmentation by device type or app
Integration with other tools
If you use external analytics platforms (Google Analytics, Mixpanel, etc.), the CSV export lets you combine AutoPod listener data with your website or social media metrics.
Tips
Download a monthly or quarterly export as a backup and for your records. CSV files are small and easy to archive.
The CSV includes all data — use your spreadsheet's filter and pivot table features to slice it by date, show, device, or any other dimension.
All dates and times are in UTC. Use the stream timezone column to convert to your local time in your spreadsheet.