Information about plays

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

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

{
    "id": 3573607,
    "uri": "https://api.kexp.org/v2/plays/3573607/?format=api",
    "airdate": "2025-11-03T20:04:03-08:00",
    "show": 65016,
    "show_uri": "https://api.kexp.org/v2/shows/65016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Joining me on El Sonido today are Ross Albrechtson, Claire, and Leigh Bezezekoff. They’re part of Freakopot Festival, one of the West Coast’s most exciting alternative rock and psych events, happening in Seattle from November 6th to 9th. This festival is known for its eclectic lineup, including a strong presence of Latin acts, especially from Mexico. Welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}