Information about plays

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

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

{
    "id": 3541004,
    "uri": "https://api.kexp.org/v2/plays/3541004/?format=api",
    "airdate": "2025-08-17T00:00:42-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c629ffa-bdae-4287-8422-6ea96de59284/33894684735-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c629ffa-bdae-4287-8422-6ea96de59284/33894684735-250.jpg",
    "song": "The Sadist Nation",
    "track_id": null,
    "recording_id": "d7cea36f-5df8-48e6-985d-5b54ab8609f3",
    "artist": "Darkest Hour",
    "artist_ids": [
        "e0ededb4-6085-4f68-90f7-89bc560930a3"
    ],
    "album": "Hidden Hands of a Sadist Nation",
    "release_id": null,
    "release_group_id": "5a42a85c-a9f6-3a48-970d-7b3bcf06f62d",
    "labels": [
        "Victory Records"
    ],
    "label_ids": [
        "f4d6991e-3385-46aa-b643-9223ee94354f"
    ],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring guest vocals by Tomas Lindberg of At the Gates.\n\nhttps://officialdarkesthour.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}