Information about plays

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

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

{
    "id": 3629053,
    "uri": "https://api.kexp.org/v2/plays/3629053/?format=api",
    "airdate": "2026-03-15T00:29:11-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/e590078a-d3ce-4f53-a15d-22a4d4f79e63/27741574460-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e590078a-d3ce-4f53-a15d-22a4d4f79e63/27741574460-250.jpg",
    "song": "Dead by Dawn",
    "track_id": null,
    "recording_id": "1042110e-ecec-4b67-8e1b-a35b2b644342",
    "artist": "Deicide",
    "artist_ids": [
        "0bd96fa4-9835-49b0-a1f2-7421e6a79dfa"
    ],
    "album": "Deicide",
    "release_id": null,
    "release_group_id": "a003a8b2-9926-311e-9356-3757e086b2fb",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1990-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deicide is touring with Immolation and Rotting Christ and will be stopping at:\n- The Regency Ballroom in SF on April 15th\n - Showbox Sodo in Seattle on April 19th\n\nhttps://deicideofficial.com/tour-dates/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}