Information about plays

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

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

{
    "id": 3407986,
    "uri": "https://api.kexp.org/v2/plays/3407986/?format=api",
    "airdate": "2024-10-03T17:46:42-07:00",
    "show": 61477,
    "show_uri": "https://api.kexp.org/v2/shows/61477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Weezer Day Party in the KEXP Gathering Space tomorrow! Doors open at 3pm. It's a 21+, no cover charge, and proceeds benefit KEXP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}