Information about plays

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

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

{
    "id": 3421808,
    "uri": "https://api.kexp.org/v2/plays/3421808/?format=api",
    "airdate": "2024-11-05T18:09:31-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heroes",
    "track_id": null,
    "recording_id": null,
    "artist": "David Byrne & Choir! Choir! Choir!",
    "artist_ids": [],
    "album": "Heroes",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Bruce, an amplifier in LA!\n\n\"Choir! Choir! Choir! teamed up with David Byrne and a TON of singers in the Ford Foundation lobby of the Public Theater during the Under the Radar Festival to sing 'Heroes' written by David Bowie and Brian Eno\n\nIt was magical + powerful. \n\nIf we ever needed a message to be our own heroes, right now is the time. \nThrow on some headphones + sing along. \n#WeCanBeHeroes\"\n\nhttps://youtu.be/w7HJZPlJn_U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}