Information about plays

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

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

{
    "id": 3552163,
    "uri": "https://api.kexp.org/v2/plays/3552163/?format=api",
    "airdate": "2025-09-12T16:34:55-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia800907.us.archive.org/22/items/mbid-16631632-9981-482b-8c7e-5c24e956ba0a/mbid-16631632-9981-482b-8c7e-5c24e956ba0a-42868502479_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-16631632-9981-482b-8c7e-5c24e956ba0a/mbid-16631632-9981-482b-8c7e-5c24e956ba0a-42868502479_thumb250.jpg",
    "song": "Guess I'm Fallin in Love",
    "track_id": "b8895d39-879d-4ed6-bf5f-905dbed7f958",
    "recording_id": "a8fddd09-ac67-4ab9-8fab-4aba4dfb6a88",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Chateau Blues",
    "release_id": "16631632-9981-482b-8c7e-5c24e956ba0a",
    "release_group_id": "f4441b9d-5865-4656-b699-ee6c1205f0d5",
    "labels": [
        "Matador",
        "HEADZ"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc",
        "707652ce-066a-4740-b2a3-cbe52b47d8c4"
    ],
    "release_date": "2025-08-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band said: “We started work on an album this year (b)ut as we finished up the first two songs for the LP, it crossed somebody’s mind and eventually all of ours that these two really should come out now. Let’s get them out there.”\n\nSpoon will play at Terra Madre Americas in Sacramento on September 26th.\n\nhttps://spoontheband.bandcamp.com/\nhttps://spoontheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}