Information about plays

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

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

{
    "id": 3590834,
    "uri": "https://api.kexp.org/v2/plays/3590834/?format=api",
    "airdate": "2025-12-14T00:32:43-08:00",
    "show": 65373,
    "show_uri": "https://api.kexp.org/v2/shows/65373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blasphemies of the Flesh",
    "track_id": null,
    "recording_id": "58a6bc9d-6423-4bbc-aab1-0b7810b4a36d",
    "artist": "Carnage",
    "artist_ids": [
        "8ed71994-3e79-4185-ada8-e0cdb2b70030"
    ],
    "album": "Dark Recollections",
    "release_id": null,
    "release_group_id": "53a0cc0e-b2a1-3701-a09e-ad2c65e9fda6",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pioneers of the HM-2, Swedish death metal buzzsaw guitar sound.  Recorded at Sunlight Studios in Stockholm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}