Information about plays

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

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

{
    "id": 3545530,
    "uri": "https://api.kexp.org/v2/plays/3545530/?format=api",
    "airdate": "2025-08-27T15:18:30-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Kyle in Sheridan, Oregon: Proud amplifier here. Took a couple years to become part of the 360 club, but you all provide a real safe space for all of us tuning in. I've learned a lot about music, different cultures, and discovered just how rich Seattle is sonically. Lucky to have stumbled across Early with Gabriel Teodros during the pandemic. Never stopped listening.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}