Information about plays

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

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

{
    "id": 3631843,
    "uri": "https://api.kexp.org/v2/plays/3631843/?format=api",
    "airdate": "2026-03-21T07:43:07-07:00",
    "show": 66240,
    "show_uri": "https://api.kexp.org/v2/shows/66240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look What the Light Did Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Ya Tseen, Samantha Crain",
    "artist_ids": [],
    "album": "Look What the Light Did Now",
    "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": "Tlingit, Unangax̂, Choctaw\n\nWe now get to a collaboration between Samantha Crain and the wonderful, Ya Tseen, covering Feist's 'Look What The Light Did Now'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}