Information about plays

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

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

{
    "id": 3658789,
    "uri": "https://api.kexp.org/v2/plays/3658789/?format=api",
    "airdate": "2026-05-24T01:15:05-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ecc195b-db2b-4c5b-907b-5fe4312f9068/44877206984-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ecc195b-db2b-4c5b-907b-5fe4312f9068/44877206984-250.jpg",
    "song": "War in Heaven",
    "track_id": null,
    "recording_id": "a00dfa84-518c-4664-9e97-bcf66e5d2c7f",
    "artist": "Valiant Sentinel",
    "artist_ids": [
        "ba6b31fc-cd86-4121-8c6b-b5b9815102be"
    ],
    "album": "Neverealm",
    "release_id": null,
    "release_group_id": "02d48911-752d-4ffb-8626-e2302d77d800",
    "labels": [
        "Theogonia Records"
    ],
    "label_ids": [
        "d8e5c043-3883-4c78-8b4e-8e04181583c7"
    ],
    "release_date": "2026-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 2018 by Greek guitarist and composer Dimitris Skodras, Valiant Sentinel has carved a place in the power metal scene with their epic storytelling, thunderous riffs, and soaring melodies. Read more: https://theogonia-records.com/valiant-sentinel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}