Information about plays

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

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

{
    "id": 3540852,
    "uri": "https://api.kexp.org/v2/plays/3540852/?format=api",
    "airdate": "2025-08-16T18:31:59-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "airbreak"
}