Information about plays

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

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

{
    "id": 3620754,
    "uri": "https://api.kexp.org/v2/plays/3620754/?format=api",
    "airdate": "2026-02-22T09:42:59-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If It’s Monday Morning",
    "track_id": null,
    "recording_id": "e1f7e1a2-4713-4323-8ec1-32580bd8fb32",
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Requiem for an Almost Lady",
    "release_id": null,
    "release_group_id": "a6282dca-f64b-3aa6-b9ad-279acbc86a19",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off of Hazlewood’s 1971 album, which is described as being “culled from a composite of Hazlewood's relationships gone wrong.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}