Information about plays

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

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

{
    "id": 3657100,
    "uri": "https://api.kexp.org/v2/plays/3657100/?format=api",
    "airdate": "2026-05-20T04:56:42-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn711106.ca.archive.org/0/items/mbid-3c692b68-febc-467f-800e-5a6a2efad06d/mbid-3c692b68-febc-467f-800e-5a6a2efad06d-13212001980_thumb500.jpg",
    "thumbnail_uri": "https://dn711106.ca.archive.org/0/items/mbid-3c692b68-febc-467f-800e-5a6a2efad06d/mbid-3c692b68-febc-467f-800e-5a6a2efad06d-13212001980_thumb250.jpg",
    "song": "Closing Time",
    "track_id": "8dd511fd-013c-3509-9811-e4e7c5fafab0",
    "recording_id": "7563cdc1-4fc1-4c94-a846-5029b81e9f37",
    "artist": "Semisonic",
    "artist_ids": [
        "3037bd18-0079-4e4b-9ce1-758689e210d8"
    ],
    "album": "Feeling Strangely Fine",
    "release_id": "3c692b68-febc-467f-800e-5a6a2efad06d",
    "release_group_id": "cf1e1037-810a-302b-bc8b-298348faf74d",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Dan Wilson! \n\n\"Closing Time\" was written about people leaving the bar at closing time, or last call, but also was written by Dan Wilson \"in anticipation of fatherhood...being sent forth from the womb as if by a bouncer clearing the bar.\" https://bit.ly/3jVvVRx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}