Information about plays

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

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

{
    "id": 3545519,
    "uri": "https://api.kexp.org/v2/plays/3545519/?format=api",
    "airdate": "2025-08-27T14:39:18-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Keith in Belltown here...Not since college sports have I felt a part of a team...you guys are the first string starters and as an Amplifier, I'm proud to watch you all hit homers day after day so, thank you for today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}