Information about plays

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

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

{
    "id": 3574334,
    "uri": "https://api.kexp.org/v2/plays/3574334/?format=api",
    "airdate": "2025-11-05T14:04:15-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Larry is talking to staff and alumni of The Residency. The Residency is a 501(c)3 non-profit arts organization that empowers youth artists to develop business and creative skills to pursue a career in the music industry. : https://www.theresidencyseattle.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}