Information about plays

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

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

{
    "id": 3636081,
    "uri": "https://api.kexp.org/v2/plays/3636081/?format=api",
    "airdate": "2026-03-31T16:31:24-07:00",
    "show": 66331,
    "show_uri": "https://api.kexp.org/v2/shows/66331/?format=api",
    "image_uri": "https://ia800201.us.archive.org/22/items/mbid-54998d7e-369a-4c37-9b70-15b4220de84a/mbid-54998d7e-369a-4c37-9b70-15b4220de84a-2806370641_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-54998d7e-369a-4c37-9b70-15b4220de84a/mbid-54998d7e-369a-4c37-9b70-15b4220de84a-2806370641_thumb250.jpg",
    "song": "State of the Art",
    "track_id": "1d1a80d3-a62f-3f30-a8a3-b21ea4b008fa",
    "recording_id": "ff7ad930-eef8-4fd8-8388-ee96cde16603",
    "artist": "Gotye",
    "artist_ids": [
        "6f6fd596-76e0-4b82-aa37-f558ac2d337b"
    ],
    "album": "Making Mirrors",
    "release_id": "54998d7e-369a-4c37-9b70-15b4220de84a",
    "release_group_id": "8c68c586-358f-46c0-85e3-77d2ea9650be",
    "labels": [
        "Eleven: A Music Company"
    ],
    "label_ids": [
        "ca9b722b-a6d9-461a-95b5-cc42c09db2fa"
    ],
    "release_date": "2011-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gotye desribed this song to American Songwriter: \"I think it's quite catchy and it's written like a pop song for me, but in that way that I'd like to see more pop music be - very idiosyncratic, kind of strange, and requiring a little bit of understanding about what the hell the concept behind it is. Those are the things I think are the strongest about it. But they're also the things that turn a lot of people off about it, apart from maybe the vocoder talk box voice on it.\"\n\nWatch this animated music video: https://youtu.be/xWIKQMBBTtk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}