Information about plays

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

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

{
    "id": 3636394,
    "uri": "https://api.kexp.org/v2/plays/3636394/?format=api",
    "airdate": "2026-04-01T09:57:44-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc-16443086809_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc-16443086809_thumb250.jpg",
    "song": "Love Buzz",
    "track_id": "e874b79e-3424-3a11-9fe0-e75a643e06da",
    "recording_id": "1adfecb7-875f-4203-b3b1-8e2e643f94a2",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": "ca69bae7-9191-3bca-ba91-c65bd968b4fc",
    "release_group_id": "f1afec0b-26dd-3db5-9aa1-c91229a74a24",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-11-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 38th Birthday to Sub Pop Records! Founded on April 1, 1988. Where would we be without you?\n\nhttps://www.subpop.com/\nhttps://megamart.subpop.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}