Information about plays

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

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

{
    "id": 3628326,
    "uri": "https://api.kexp.org/v2/plays/3628326/?format=api",
    "airdate": "2026-03-13T05:48:28-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Give a one-time gift of $180 or a monthly gift of $15 or more and you'll get the oh-so-groovy WITHOUT AI Tee!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}