Information about plays

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

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

{
    "id": 3554891,
    "uri": "https://api.kexp.org/v2/plays/3554891/?format=api",
    "airdate": "2025-09-19T06:06:44-07:00",
    "show": 64600,
    "show_uri": "https://api.kexp.org/v2/shows/64600/?format=api",
    "image_uri": "https://ia801601.us.archive.org/11/items/mbid-dbb0bd27-50d3-4c5a-bfba-989a5926d944/mbid-dbb0bd27-50d3-4c5a-bfba-989a5926d944-2554561599_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/11/items/mbid-dbb0bd27-50d3-4c5a-bfba-989a5926d944/mbid-dbb0bd27-50d3-4c5a-bfba-989a5926d944-2554561599_thumb250.jpg",
    "song": "Perfect",
    "track_id": "3ed702ba-1b95-3ed1-95af-bf94360287ce",
    "recording_id": "52121ccc-40fe-42ec-8972-95874b7f0c1f",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Adore",
    "release_id": "b691145b-485f-4210-bd1c-249d5f25d1b1",
    "release_group_id": "359699b3-8118-369e-9591-c96dcd07a853",
    "labels": [
        "Virgin Records America, Inc.",
        "EMI Music Australia"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156",
        "782f5891-6952-4960-9664-3d08a07dfdb2"
    ],
    "release_date": "1998-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The conclusion of the Perfect video, in which a tape falls off a car and is crushed, is probably a reference to the fate of the first tapes of the \"1979\" music video, which had to be re-taped because they were left on the roof of a car and destroyed when the car drove off.\n\nOfficial Video: https://www.youtube.com/watch?v=VKYY8DxVZHE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}