Information about plays

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

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

{
    "id": 3565521,
    "uri": "https://api.kexp.org/v2/plays/3565521/?format=api",
    "airdate": "2025-10-15T17:46:34-07:00",
    "show": 64843,
    "show_uri": "https://api.kexp.org/v2/shows/64843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Stay tuned in for a TICKET GIVE - SEATTLE - Lucius on November 17th at The Showbox!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}