Information about plays

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

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

{
    "id": 3595245,
    "uri": "https://api.kexp.org/v2/plays/3595245/?format=api",
    "airdate": "2025-12-24T06:46:22-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter",
    "track_id": null,
    "recording_id": "8421d975-c0a8-4579-b2da-659052c197cf",
    "artist": "The Sound",
    "artist_ids": [
        "b2c36d47-e5e3-4ac8-a967-10e0265d3fff"
    ],
    "album": "Shock of Daylight",
    "release_id": null,
    "release_group_id": "71901256-650a-4061-913c-4da3c7b98b77",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1984-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sound was formed in 1979 by Adrian Borland and Graham Bailey from The Outsiders. Sadly, Borland struggled with mental illness, dying by suicide in 1999, while keyboardist Colvin Mayers died from an AIDS-related illness in 1993, adding to the band's enigmatic and poignant story. They broke up in 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}