Home / PoliticsJOE Podcast
This is PoliticsJOE's podcast - the only explicitly anti-nonce podcast in the UK.
Reporting on British politics with a sense of humour, the podcast is a recorded version of the conversations we have after work.
So pull up a stool, pour yourself a cold one, and laugh through the misery alongside us.
Topics: Politics , News , News Commentary
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1683091379/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
How The UK Is Letting Silicon Valley Take Over | Beeban Kidron interview July 19, 2026
What does Andy Burnham’s Britain look like? July 9, 2026
Nigel Farage's resignation stunt backfires | PMQs reaction July 8, 2026
I exposed Nigel Farage's criminal benefactor | Sunday Times Investigation July 7, 2026
Beginning of the end of Keir Starmer | PMQs analysed June 24, 2026
The Biggest Lie about Capitalism | Mariana Mazzucato interview June 21, 2026
Is Andy Burnham's win the death of Blue Labour? | Jonathan Hinder interview June 19, 2026
Going deep on the Makerfield by-election June 17, 2026
Keir Starmer BANS social media for under-16s June 16, 2026
Starmer fumes at Farage for "exploiting" Henry Nowak tragedy June 3, 2026
Explained: Elon Musk's plan for world domination | Quinn Slobodian and Ben Tarnoff interview March 29, 2026
Any episode from this podcast is available via the API — get started .
Get any PoliticsJOE Podcast episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.