Information about plays

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

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

{
    "id": 3628398,
    "uri": "https://api.kexp.org/v2/plays/3628398/?format=api",
    "airdate": "2026-03-13T11:35:37-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "\"Transmit\" your love to KEXP!\n\nYou can pick up an additional thank you gift this hour of the Midday Show if you donate at least $15/month or $180 one time -- our new \"You Have Friends Everywhere\" t-shirt!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}