Information about plays

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

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

{
    "id": 3612232,
    "uri": "https://api.kexp.org/v2/plays/3612232/?format=api",
    "airdate": "2026-02-02T10:15:48-08:00",
    "show": 65822,
    "show_uri": "https://api.kexp.org/v2/shows/65822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Welcome! Today, February 2nd we kick off Black History Month with a day of special programming recognizing the icons who broke barriers and the visionaries who are redefining our future right now.\n\nTune in all day as we celebrate the brilliance, the resilience, and the soul that moves us all forward. Because Black history isn't just the past — it’s the heartbeat of our community every single day.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}