Information about plays

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

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

{
    "id": 3619617,
    "uri": "https://api.kexp.org/v2/plays/3619617/?format=api",
    "airdate": "2026-02-19T18:10:42-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Is a Light That Never Goes Out",
    "track_id": "fb8be84d-e2d3-3a9a-83e4-5af4ec9e1291",
    "recording_id": "9427e3be-d48f-498c-bc5a-cceb6ce8761a",
    "artist": "Dum Dum Girls",
    "artist_ids": [
        "ca405011-906d-4090-992f-f230739278b1"
    ],
    "album": "He Gets Me High",
    "release_id": "69f147bd-9b6f-3092-bb33-13648164df56",
    "release_group_id": "f76f006d-163b-4667-9909-4e8fbd67cbf4",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On their 2011 EP \"He Gets Me High\", Dum Dum Girls delivered a hazy, reverb-drenched cover of The Smiths' \"There Is a Light That Never Goes Out,\" transforming the indie-pop staple into a signature piece of \"dream-punk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}