Information about plays

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

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

{
    "id": 3572159,
    "uri": "https://api.kexp.org/v2/plays/3572159/?format=api",
    "airdate": "2025-10-31T09:15:36-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia801606.us.archive.org/7/items/mbid-2d410836-5add-3661-b0b0-168ba1696611/mbid-2d410836-5add-3661-b0b0-168ba1696611-2546761764_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/7/items/mbid-2d410836-5add-3661-b0b0-168ba1696611/mbid-2d410836-5add-3661-b0b0-168ba1696611-2546761764_thumb250.jpg",
    "song": "Reptile",
    "track_id": "1df86203-dcd7-3ad3-843a-d989ce0b4749",
    "recording_id": "adc19475-b1b9-49a0-a966-45f4a7d35bb5",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Downward Spiral",
    "release_id": "2d410836-5add-3661-b0b0-168ba1696611",
    "release_group_id": "7c4cab8d-dead-3870-b501-93c90fd0a580",
    "labels": [
        "Island",
        "TVT Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1994-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Reptile\" is sometimes considered a kiss-off to Courtney Love, but it is unlikely that the song is specifically aimed at her; as Reznor said to NME he had known Love briefly after Hole opened for Nine Inch Nails on six dates as part of the Further Down The Spiral tour, [1994] well after Reptile was written, recorded and released.\n\nHere's an in-depth look at this song: https://adamsteiner.uk/2021/06/26/nine-inch-nails-reptile-reznor-beauty-and-self-courtney-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}