Information about plays

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

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

{
    "id": 3541018,
    "uri": "https://api.kexp.org/v2/plays/3541018/?format=api",
    "airdate": "2025-08-17T00:49:33-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Runs From the Altar",
    "track_id": null,
    "recording_id": "176b2026-5e99-4970-a403-d73ec488df1a",
    "artist": "Grotesque",
    "artist_ids": [
        "e420c46a-2bd4-4939-a0c3-b4b10422d726"
    ],
    "album": "Incantation",
    "release_id": null,
    "release_group_id": "a5d2e546-e81f-4dba-9935-ba22baa941b9",
    "labels": [
        "Dolores Recordings"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members went on to form At the Gates and Diabolique after the band split up in 1990.\n\nOn January 26th, 2007, they played some songs in the release party of the Swedish Death Metal book and decided to reunite the band. On April 2nd, however, Tomas Lindberg announced that Grotesque was done after a few shows.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}