Information about plays

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

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

{
    "id": 3599583,
    "uri": "https://api.kexp.org/v2/plays/3599583/?format=api",
    "airdate": "2026-01-03T07:59:26-08:00",
    "show": 65551,
    "show_uri": "https://api.kexp.org/v2/shows/65551/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Accessibility at Music Venues",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Many venues in Seattle and beyond aren’t equipped to get wheelchair users inside or on stage, pointing to a broader issue of accessibility in live music. Emily Fox speaks with venues, performers, and concertgoers about this issue, including: \nSeattle musician Mindie Lind who wrote the article, “I Stopped Performing Music Because Venues Are Ableist.” \nEric Howk, guitarist in the Grammy award-winning band, Portugal. The Man. \nSeattle concertgoer Jess Piraino who runs the Instagram account Shoes At Shows In Seattle.  \n\nhttps://www.kexp.org/podcasts/sound-vision/2023/11/28/live-musics-accessibility-problem/",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}