Information about plays

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

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

{
    "id": 3628377,
    "uri": "https://api.kexp.org/v2/plays/3628377/?format=api",
    "airdate": "2026-03-13T09:52:44-07:00",
    "show": 66168,
    "show_uri": "https://api.kexp.org/v2/shows/66168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Jenn in Seattle:\nI'm an amplifier and chipping in some more this morning because not only do I love music and radio, I love Miss Piggy AND I love being able to laugh as a way to face the madness in the world. Don't give up on the icy transmitter-",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}