Information about plays

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

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

{
    "id": 3529501,
    "uri": "https://api.kexp.org/v2/plays/3529501/?format=api",
    "airdate": "2025-07-20T14:04:41-07:00",
    "show": 64066,
    "show_uri": "https://api.kexp.org/v2/shows/64066/?format=api",
    "image_uri": "https://dn721208.ca.archive.org/0/items/mbid-9fcff377-05d6-4609-a152-09b2e7238081/mbid-9fcff377-05d6-4609-a152-09b2e7238081-42145683709_thumb500.jpg",
    "thumbnail_uri": "https://ia601709.us.archive.org/9/items/mbid-9fcff377-05d6-4609-a152-09b2e7238081/mbid-9fcff377-05d6-4609-a152-09b2e7238081-42145683709_thumb250.jpg",
    "song": "Not Enough",
    "track_id": "48e12138-17b9-41cc-8cbf-97095e9e7721",
    "recording_id": "16131145-6e96-453f-91f6-cd6aaff584a0",
    "artist": "Dam Swindle feat. Haile Supreme",
    "artist_ids": [
        "66e050ed-2491-4528-b7d7-7825cd2cd71e",
        "38b9ea38-bede-4e26-a4e9-7fd2988a6c48"
    ],
    "album": "Open",
    "release_id": "9fcff377-05d6-4609-a152-09b2e7238081",
    "release_group_id": "fe9804b4-e1c6-4285-9ebc-e6f919093b32",
    "labels": [
        "Heist Recordings"
    ],
    "label_ids": [
        "580992ca-a4ce-4158-8775-cd449d2554c1"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}