Information about plays

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

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

{
    "id": 3634943,
    "uri": "https://api.kexp.org/v2/plays/3634943/?format=api",
    "airdate": "2026-03-29T01:55:48-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://coverartarchive.org/release/2aab8c3f-aae4-4a60-ad55-075c909d11c7/8157797884-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2aab8c3f-aae4-4a60-ad55-075c909d11c7/8157797884-250.jpg",
    "song": "Evil for Evil",
    "track_id": null,
    "recording_id": "0f85ca0a-9b44-4dd3-978a-98dcab5e4a01",
    "artist": "Chastain",
    "artist_ids": [
        "73e9b6fa-a813-4a01-88b4-b373d9f680a5"
    ],
    "album": "The Voice of the Cult",
    "release_id": null,
    "release_group_id": "93aa6836-280a-32c4-a4c5-1fa65367b93d",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1988-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This dark, power metal anthem is a highlight from the 1988 album The Voice of the Cult, released through Roadrunner Records (Europe) and Leviathan Records (US). The track showcases the band's signature \"shred\" style, featuring the legendary vocals of Leather Leone and the technical fretboard mastery of David T. Chastain. https://shadowkingdomrecords.bandcamp.com/album/the-voice-of-the-cult-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}