Information about plays

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

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

{
    "id": 3574737,
    "uri": "https://api.kexp.org/v2/plays/3574737/?format=api",
    "airdate": "2025-11-06T13:25:17-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "You know the actor John Garfield? In one movie he walked up to this train station, the ticket booth, and the guy says, 'Yes, where are you going?' And he says, 'I want a ticket to nowhere.' I thought: that's it. The freedom to do that. I want a ticket to nowhere. --Wayne Shorter",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}