Information about plays

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

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

{
    "id": 3428999,
    "uri": "https://api.kexp.org/v2/plays/3428999/?format=api",
    "airdate": "2024-11-23T07:31:02-08:00",
    "show": 61925,
    "show_uri": "https://api.kexp.org/v2/shows/61925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "W.T.O. Protests",
    "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": "KEXP DJ Prometheus Brown, also known as Geologic of the Seattle hip hop duo Blue Scholars talks about the 25th Anniversary of Seattle’s W.T.O. protests and the song he wrote about it called 50 Thousand Deep. He talks about what that protest was about, what it felt like, dove into some lyrics in the song and his take on the overall impact of theW.T.O. protests.",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}