Home / The Conversation with Dasha Burns
The Conversation with POLITICO’s Dasha Burns is a fresh take on the traditional Sunday show format, going beyond conventional wisdom and short sound bites to broaden the political conversation.
Topics: Politics , News , Government
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/1111319839/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
The populist Democrat taking on his own party (with Abdul El-Sayed) July 17, 2026
Why NATO’s chief thinks Trump was right (with Mark Rutte) July 10, 2026
A GOP power trio look to Teddy Roosevelt for America's next 250 years | On The Road July 8, 2026
Can the American experiment survive? (with Ken Burns) July 2, 2026
Finland’s president: Europe needs to calm down about Trump (with Alexander Stubb) June 26, 2026
Democrats need to stop being ‘boring’ (with Jack Schlossberg) June 19, 2026
The EPA isn’t here to fight climate change (with Lee Zeldin) June 12, 2026
The crypto clash that could reshape finance (with Brian Armstrong) June 5, 2026
Can AI solve the problems it creates? (with David Sacks) May 1, 2026
Behind the velvet rope at White House Correspondents' Dinner (with Tammy Haddad) April 24, 2026
Can the GOP pull off a California upset? (with Steve Hilton) April 17, 2026
Gov. Brian Kemp’s blunt warning for Republicans | On The Road April 14, 2026
Inside the war on Trump’s new MAGA (with Marjorie Taylor Greene) April 10, 2026
Can NASA beat China to the moon and beyond? (with Jared Isaacman) April 3, 2026
How Democrats can win back Trump country (with Gov. Andy Beshear) March 27, 2026
Inside Newsom’s plan to take on Trump | On The Road March 24, 2026
Why the Iran war feels like 'deja vu' (with Sen. Ruben Gallego) March 20, 2026
Sanders on BBQ, politics, and sneaking out of the governor’s mansion | On The Road March 10, 2026
Any episode from this podcast is available via the API — get started .
Get any The Conversation with Dasha Burns 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.