Information about plays

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

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

{
    "id": 3545425,
    "uri": "https://api.kexp.org/v2/plays/3545425/?format=api",
    "airdate": "2025-08-27T08:51:54-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia601902.us.archive.org/15/items/mbid-5132c6cf-cc39-4e95-b4ac-f374c296cfb3/mbid-5132c6cf-cc39-4e95-b4ac-f374c296cfb3-15136064162_thumb500.jpg",
    "thumbnail_uri": "https://ia601902.us.archive.org/15/items/mbid-5132c6cf-cc39-4e95-b4ac-f374c296cfb3/mbid-5132c6cf-cc39-4e95-b4ac-f374c296cfb3-15136064162_thumb250.jpg",
    "song": "Sunshine of Your Love",
    "track_id": "7579722e-2354-490a-ab47-aeaa27ec7b0a",
    "recording_id": "25c93b04-8298-4bf0-816b-2f40fffcd3ce",
    "artist": "Spanky",
    "artist_ids": [
        "c37fc640-a046-47ad-8e78-22804c18ba76"
    ],
    "album": "Doin' It",
    "release_id": "5132c6cf-cc39-4e95-b4ac-f374c296cfb3",
    "release_group_id": "c5ddf6b9-65c1-4039-90a0-3e812e404b61",
    "labels": [
        "Mothers Records & The Snarf Company"
    ],
    "label_ids": [
        "e5ecca8f-96e4-4b03-8552-2822eef07f42"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My request for today is my favorite cover of all time--Spanky Wilson's \"Sunshine of Your Love\"! It's a song that brings me instant joy and good vibes and makes me move no matter what. Honestly that's what KEXP does for me as well! For so many of us! That's why my family amplifies--because you keep us connected to actual humans playing and loving actual music! As the kids say--we are literally obsessed with KEXP, for real for real, no cap.\n\nKate in Alameda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}