Home / Fresh Air
Fresh Air from WHYY, the Peabody Award-winning weekday magazine of contemporary arts and issues, is one of public radio's most popular programs. Hosted by Terry Gross and Tonya Mosley, the show features intimate conversations with today's biggest luminaries.
Topics: Books , Arts , TV & Film
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/214089682/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
Remembering Irish singer–songwriter Glen Hansard July 31, 2026
‘Odyssey’ translator Emily Wilson: Nolan should've hired a screenwriter July 29, 2026
The forces that shape gun culture July 28, 2026
French-Moroccan writer Leïla Slimani on feminism & freedom July 27, 2026
Best Of: Broadway legend André De Shields / Apache Chef Nephi Craig July 25, 2026
A former nun on why she ran away from her 'Cloistered' life July 24, 2026
Lee Sung Jin on the breakthrough that led him to ‘BEEF’ July 23, 2026
Jia Tolentino on ‘Our Plastic Surgery Nightmare’ July 22, 2026
Broadway legend André De Shields doesn't walk, he floats July 21, 2026
Harriet Clark spent 37 years visiting her mom in prison July 20, 2026
Best Of: ‘The Invite’ screenwriters / Guitarist Lenny Kaye July 18, 2026
Ebon Moss-Bachrach on ‘The Bear’ July 17, 2026
Apache Chef Nephi Craig says cooking saved his life July 16, 2026
A look at new barriers at the ballot box July 8, 2026
Writer Rachel Aviv explores the complexity of the mother-daughter bond July 6, 2026
Any episode from this podcast is available via the API — get started .
Get any Fresh Air 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.