Information about plays

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

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

{
    "id": 3628382,
    "uri": "https://api.kexp.org/v2/plays/3628382/?format=api",
    "airdate": "2026-03-13T10:15:35-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Our transmitter might be down in the Seattle area, but we're hoping you're still hearing the message...\n\nYou can still tune in online at KEXP.org, the KEXP mobile apps or in the Bay Area at 92.7 FM!\n\nhttps://kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}