Information about plays

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

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

{
    "id": 3607158,
    "uri": "https://api.kexp.org/v2/plays/3607158/?format=api",
    "airdate": "2026-01-21T09:10:09-08:00",
    "show": 65714,
    "show_uri": "https://api.kexp.org/v2/shows/65714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Hannah in Seattle\nGood morning I moved here from Boston and left my ice scraper at home and so now I exercise Radical Patience on frosty mornings 🤪 - thanks for being the soundtrack to watching my defroster do the real work this morning",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}