Information about plays

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

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

{
    "id": 3561197,
    "uri": "https://api.kexp.org/v2/plays/3561197/?format=api",
    "airdate": "2025-10-04T12:03:19-07:00",
    "show": 64744,
    "show_uri": "https://api.kexp.org/v2/shows/64744/?format=api",
    "image_uri": "https://ia600300.us.archive.org/11/items/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad-9637229180_thumb500.jpg",
    "thumbnail_uri": "https://ia600300.us.archive.org/11/items/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad-9637229180_thumb250.jpg",
    "song": "Touch Me I’m Sick (vinyl)",
    "track_id": "853e5277-f9ad-3b5c-a6f8-95ccaf5c0e78",
    "recording_id": "9e21ea87-dd08-46cc-9d33-2a272504c775",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Superfuzz Bigmuff Plus Early Singles",
    "release_id": "28b4e32e-a8b3-3505-a1a0-9d2338d749ad",
    "release_group_id": "c92a05a8-c340-39aa-a912-e2927f2b49a6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's the Fall Fundraising Drive !\n\nStarting off the Listener's Top Albums of all timecountdown Strong! #738 Is Muhoney's Suprefuzz Bigmuff!\n\nSupport KEXP TODAY!  kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}