Information about plays

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

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

{
    "id": 3639882,
    "uri": "https://api.kexp.org/v2/plays/3639882/?format=api",
    "airdate": "2026-04-09T12:57:45-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "https://coverartarchive.org/release/00d1109d-6954-3791-8193-c29fdc28bf30/23589283839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00d1109d-6954-3791-8193-c29fdc28bf30/23589283839-250.jpg",
    "song": "Stellar",
    "track_id": null,
    "recording_id": "dc38288a-8a6f-4f44-aa35-a79c517f8462",
    "artist": "Incubus",
    "artist_ids": [
        "e3e0abcd-7671-4482-a9d8-462f5acc9be5"
    ],
    "album": "Make Yourself",
    "release_id": null,
    "release_group_id": "387aca0c-d34a-3d0c-b7e4-c1b0f73e2dae",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Make Yourself' is the third album from Calabasa, CA, band Incubus.\n\n--\n\n\"Incubus became one of the most popular alt-metal bands of the new millennium and they continue to set themselves apart from a crowded field with a tireless touring ethic and a broad musical palette.\"\n\nhttps://www.allmusic.com/artist/incubus-mn0000772745#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}