Information about plays

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

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

{
    "id": 3635805,
    "uri": "https://api.kexp.org/v2/plays/3635805/?format=api",
    "airdate": "2026-03-31T01:30:41-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/21fbb27f-1203-41df-a777-91f019de47d8/44580129961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21fbb27f-1203-41df-a777-91f019de47d8/44580129961-250.jpg",
    "song": "Leadbelly",
    "track_id": null,
    "recording_id": "261e41f2-de8a-4fe4-afb0-daaa2613f36d",
    "artist": "MIKE, Earl Sweatshirt & Surf Gang",
    "artist_ids": [
        "da943be1-5611-4bf9-ac4c-0eef1bc0c16b",
        "8b22acd6-20e6-4463-a75c-c14b5cfdb666",
        "d7c69035-c53d-4236-9b9a-f490ba5e61ef"
    ],
    "album": "POMPEII // UTILITY",
    "release_id": null,
    "release_group_id": "37555d75-e56f-4d10-8c29-f10f067baae6",
    "labels": [
        "10k"
    ],
    "label_ids": [
        "4321b3d3-0023-4c6c-899c-2787ee02a407"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Double album out THIS FRIDAY -- https://mikelikesrap.bandcamp.com/album/pompeii-utility",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}