Information about plays

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

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

{
    "id": 3633894,
    "uri": "https://api.kexp.org/v2/plays/3633894/?format=api",
    "airdate": "2026-03-26T12:55:52-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b-5930774942_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/23/items/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b-5930774942_thumb250.jpg",
    "song": "Dumb",
    "track_id": "f478416c-db75-3698-833c-d2cdf233e476",
    "recording_id": "656cfcb3-5870-4db8-8510-6cb598b47aad",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "MTV Unplugged in New York",
    "release_id": "34749ba4-c4c7-3354-9619-1b0f88d8222b",
    "release_group_id": "fb3770f6-83fb-32b7-85c4-1f522a92287e",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Smear contributed acoustic guitar to the Nirvana Unplugged sessions. \n\nTobi Vail met Kurt Cobain when she was hanging around with Melvins in 1986. The two briefly dated beginning in July 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}