Information about plays

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

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

{
    "id": 3640993,
    "uri": "https://api.kexp.org/v2/plays/3640993/?format=api",
    "airdate": "2026-04-12T00:18:24-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/d23da6b9-7cad-4551-8a1b-339f7549f89a/34309432166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d23da6b9-7cad-4551-8a1b-339f7549f89a/34309432166-250.jpg",
    "song": "Necroscope",
    "track_id": null,
    "recording_id": "76e995ee-be49-4957-8918-d8ade3d008ca",
    "artist": "Dungeon Serpent",
    "artist_ids": [
        "1a36baa0-bc13-4904-a123-a84518c1be78"
    ],
    "album": "World of Sorrows",
    "release_id": null,
    "release_group_id": "fc935a79-491d-40b8-b59c-acb4fbc93c75",
    "labels": [
        "Nameless Grave Records"
    ],
    "label_ids": [
        "31d42c22-3157-48fe-a530-024ad95863ad"
    ],
    "release_date": "2021-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 2018, Dungeon Serpent is a one-man melodic death metal project from Vancouver, BC, founded by the musician Arawn. Read more: https://dungeonserpentmdm.bandcamp.com/album/world-of-sorrows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}