Information about plays

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

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

{
    "id": 3601384,
    "uri": "https://api.kexp.org/v2/plays/3601384/?format=api",
    "airdate": "2026-01-07T11:08:57-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "English Summer Rain (single version)",
    "track_id": "be37f465-f209-3259-b156-6e7a3a191bb0",
    "recording_id": "484623f9-2043-40ca-a728-cbfac80e5c78",
    "artist": "Placebo",
    "artist_ids": [
        "847e8284-8582-4b0e-9c26-b042a4f49e57"
    ],
    "album": "Once More With Feeling: Singles 1996–2004",
    "release_id": "0e29c15d-f6b4-41bc-b1d3-f46169fd2116",
    "release_group_id": "8999013f-68e7-33bb-be0b-cdb8e39cb6c9",
    "labels": [
        "Virgin",
        "Elevator Music"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "afb5debc-ac68-4fd9-aad3-feed3b69175c"
    ],
    "release_date": "2004-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With their androgynous aesthetic and raw attack, Placebo caused a stir upon their debut in the 1990s, when Brit-pop ruled the charts and grunge was on its way out.\"\n\nhttps://www.allmusic.com/artist/placebo-mn0000355412#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}