Information about plays

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

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

{
    "id": 3603531,
    "uri": "https://api.kexp.org/v2/plays/3603531/?format=api",
    "airdate": "2026-01-12T18:15:43-08:00",
    "show": 65634,
    "show_uri": "https://api.kexp.org/v2/shows/65634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song for Mr. Lewis",
    "track_id": null,
    "recording_id": "9fea3719-70fc-48c5-8b8b-f0ee5cb7b995",
    "artist": "Austin Ato",
    "artist_ids": [
        "095201a3-3af3-4da8-9de1-eca1c41226b2"
    ],
    "album": "Song for Mr. Lewis EP",
    "release_id": null,
    "release_group_id": "aaa77182-0597-4560-b0a2-3c11797643cf",
    "labels": [
        "Phonica White"
    ],
    "label_ids": [
        "6f6ff57b-3bf0-4918-b44f-00d7e74c88aa"
    ],
    "release_date": "2017-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Song For Mr Lewis’ is a moving speech from civil rights activist Representative John Lewis on gun control in the United States, a message that sadly remains just as important to this day.\n\nhttps://austinatomusic.bandcamp.com/album/song-for-mr-lewis-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}