Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3584096/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3584096,
    "uri": "https://api.kexp.org/v2/plays/3584096/?format=api",
    "airdate": "2025-11-28T12:42:53-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "In honor of GivingTuesday, please consider a gift to KEXP! This special event harnesses the collective power of giving together. That’s how KEXP is funded —by listeners joining together to make sure this resource is always here for anyone who needs it. You can feel good knowing you’re helping other music lovers, too. Go to KEXP.org to make your donation now.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}