Information about plays

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

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

{
    "id": 3589849,
    "uri": "https://api.kexp.org/v2/plays/3589849/?format=api",
    "airdate": "2025-12-11T18:29:56-08:00",
    "show": 65349,
    "show_uri": "https://api.kexp.org/v2/shows/65349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "It’s the Fourth Annual Trip Hop Retrospective!\n\nIf you love this show and want to hear it again or share it with others, you can find it on the Streaming Archives for a week!\nhttps://www.kexp.org/archive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}