Information about plays

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

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

{
    "id": 3658770,
    "uri": "https://api.kexp.org/v2/plays/3658770/?format=api",
    "airdate": "2026-05-24T00:06:28-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f49ea4a-9a32-426e-b4c8-c455c8ccbb16/22165629197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f49ea4a-9a32-426e-b4c8-c455c8ccbb16/22165629197-250.jpg",
    "song": "The Dark",
    "track_id": null,
    "recording_id": "73098be9-40a1-4f0a-8405-ace4e5452d16",
    "artist": "Metal Church",
    "artist_ids": [
        "09830e79-cc8d-422f-ae25-6efde4320b73"
    ],
    "album": "The Dark",
    "release_id": null,
    "release_group_id": "ba34ff55-6065-33a4-8396-cef7969e1c2b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-10-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released in October 1986, Metal Church’s sophomore masterpiece, The Dark, stands as a definitive monument of the Pacific Northwest metal scene. As the band approaches the 40th anniversary of this iconic record, it remains a vital bridge between the raw aggression of early thrash and the refined, epic power of 80s heavy metal. https://www.metalchurchofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}