Information about plays

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

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

{
    "id": 3619941,
    "uri": "https://api.kexp.org/v2/plays/3619941/?format=api",
    "airdate": "2026-02-20T13:52:36-08:00",
    "show": 65983,
    "show_uri": "https://api.kexp.org/v2/shows/65983/?format=api",
    "image_uri": "https://dn711005.ca.archive.org/0/items/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281-16102363626_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281-16102363626_thumb250.jpg",
    "song": "Stay Away",
    "track_id": "d4340f09-8b2a-40e9-8701-2965157ff134",
    "recording_id": "6fb6fff0-a381-44be-8aa6-e3429a670e0b",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "4c12e0aa-ea26-47a1-b853-b1a65bc37281",
    "release_group_id": "1b022e01-4da6-387b-8658-8678046e4cef",
    "labels": [
        "Sub Pop Records",
        "UMe",
        "DGC Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474",
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6",
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy heavenly birthday to Kurt Cobain born on this day in 1967",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}