Information about plays

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

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

{
    "id": 3574780,
    "uri": "https://api.kexp.org/v2/plays/3574780/?format=api",
    "airdate": "2025-11-06T15:57:51-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "To me, a song is not finished. To me, there's no such thing as a finished anything. All of Beethoven's nine symphonies, to me, are one. I think of it as having no beginning and no end. --Wayne Shorter",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}