Information about plays

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

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

{
    "id": 3616961,
    "uri": "https://api.kexp.org/v2/plays/3616961/?format=api",
    "airdate": "2026-02-13T11:44:17-08:00",
    "show": 65921,
    "show_uri": "https://api.kexp.org/v2/shows/65921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Making Plans for Nigel",
    "track_id": "6d58975b-2a84-3c7e-b157-9776f99cd343",
    "recording_id": "83002522-b1b1-4ecc-945a-1d63c6fa4d8f",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Drums and Wires",
    "release_id": "fd23631a-2b5b-303e-b672-2c90f0edf5c5",
    "release_group_id": "b2b0f57f-2caf-31b4-a2b1-ad245c3c7af2",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Making Plans for Nigel\" comes from the UK band's 1979 Drums and Wires album.\n\n\"XTC was one of the smartest -- and catchiest -- British pop bands to emerge from the punk and new wave explosion of the late '70s. From the tense, jerky riffs of their early singles to the lushly arranged, meticulous pop of their later albums, XTC's music has always been driven by the hook-laden songwriting of guitarist Andy Partridge and bassist Colin Moulding.\"\n\nhttps://tinyurl.com/3v9bvcfb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}