Information about plays

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

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

{
    "id": 3639584,
    "uri": "https://api.kexp.org/v2/plays/3639584/?format=api",
    "airdate": "2026-04-08T20:09:24-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-eb81fc07-40b6-3f05-8acc-c33832c6d39b/mbid-eb81fc07-40b6-3f05-8acc-c33832c6d39b-34790836023_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-eb81fc07-40b6-3f05-8acc-c33832c6d39b/mbid-eb81fc07-40b6-3f05-8acc-c33832c6d39b-34790836023_thumb250.jpg",
    "song": "Cloud Song",
    "track_id": "633e293b-7d30-3083-8152-091ea5e4eaf2",
    "recording_id": "db28ce40-52a3-45ff-aa8c-b7b9a008e616",
    "artist": "The United States of America",
    "artist_ids": [
        "e7fbc24b-744b-4ad3-96bb-685f78d9ef09"
    ],
    "album": "The United States of America",
    "release_id": "f748a71b-619a-49f3-adf6-91928a4f5a64",
    "release_group_id": "374ef16c-489b-3a3a-91f6-820827807469",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The United States of America was never immortalized by Pepsi commercials or Time-Life 20-disc retrospectives: The band barely lasted two years, released only one album (which Columbia's marketing department sat on its hands to promote), and ended up a cult favorite that would later be speculated as a phantom influence for the Krautrock sound.\" https://pitchfork.com/reviews/albums/8385-united-states-of-america/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}