Information about plays

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

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

{
    "id": 3620170,
    "uri": "https://api.kexp.org/v2/plays/3620170/?format=api",
    "airdate": "2026-02-21T03:28:48-08:00",
    "show": 65989,
    "show_uri": "https://api.kexp.org/v2/shows/65989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burn the Witch",
    "track_id": "955d43fc-60d3-40de-a56a-6b30ae745874",
    "recording_id": "7b9154fd-7cca-4089-83a9-80fab753decc",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "A Moon Shaped Pool",
    "release_id": "3e09b06f-825c-45a4-bd50-9327f1159591",
    "release_group_id": "bbce0087-d386-4246-a51d-dbcdfdbe8fb2",
    "labels": [
        "XL Recordings",
        "S-Music"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a",
        "cfb47a78-5809-4d77-ab98-2f46cb712046"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Greenwood told how the group recorded the track. \"This song was one of the rare chances of getting our hands on an unfinished song, so we could put strings on right at the beginning,\" he said. \"Usually strings are an afterthought, decoration on the end of a song. I've been saying for years, wouldn't it be great to start with strings.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}