Information about plays

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

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

{
    "id": 3528494,
    "uri": "https://api.kexp.org/v2/plays/3528494/?format=api",
    "airdate": "2025-07-18T06:25:42-07:00",
    "show": 64043,
    "show_uri": "https://api.kexp.org/v2/shows/64043/?format=api",
    "image_uri": "https://ia800209.us.archive.org/24/items/mbid-d339cfd0-453f-4ebb-80c8-f3f170103fd2/mbid-d339cfd0-453f-4ebb-80c8-f3f170103fd2-14724699194_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/24/items/mbid-d339cfd0-453f-4ebb-80c8-f3f170103fd2/mbid-d339cfd0-453f-4ebb-80c8-f3f170103fd2-14724699194_thumb250.jpg",
    "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": "HBD to XTC drummer Terry Chambers, who was born this day in 1970!\n--\nEnglish band XTC had trouble settling on a name at first. They were also known as Star Park and The Helium Kidz during their first three years of existence. In 1975 they landed on the name XTC and stuck with it until their breakup in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}