Information about plays

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

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

{
    "id": 3634939,
    "uri": "https://api.kexp.org/v2/plays/3634939/?format=api",
    "airdate": "2026-03-29T01:35:38-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://coverartarchive.org/release/e69d1131-c91a-3d83-b52d-d37066739732/13385587555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e69d1131-c91a-3d83-b52d-d37066739732/13385587555-250.jpg",
    "song": "Evil Has No Boundaries",
    "track_id": null,
    "recording_id": "e47457f1-d624-463d-9000-001df614aa6d",
    "artist": "Slayer",
    "artist_ids": [
        "bdacc37b-8633-4bf8-9dd5-4662ee651aec"
    ],
    "album": "Show No Mercy",
    "release_id": null,
    "release_group_id": "d8070bff-c9e8-30fe-8e90-6313bb1586d0",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1983-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Show No Mercy was released on December 3, 1983 on Metal Blade Records. Lyrically, this song leaned heavily into the occult and \"Satanic\" imagery that the band used to differentiate themselves from the burgeoning Hollywood glam scene of the early 80s https://www.metalblade.com/us/releases/slayer-show-no-mercy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}