Information about plays

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

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

{
    "id": 3562616,
    "uri": "https://api.kexp.org/v2/plays/3562616/?format=api",
    "airdate": "2025-10-08T07:11:49-07:00",
    "show": 64778,
    "show_uri": "https://api.kexp.org/v2/shows/64778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "JOHN IS ABOUT TO HIT THE POST!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}