Information about plays

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

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

{
    "id": 3574672,
    "uri": "https://api.kexp.org/v2/plays/3574672/?format=api",
    "airdate": "2025-11-06T09:33:39-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "https://dn721308.ca.archive.org/0/items/mbid-8ffdc6fb-4b38-4893-809a-d048c5589462/mbid-8ffdc6fb-4b38-4893-809a-d048c5589462-10721175187_thumb500.jpg",
    "thumbnail_uri": "https://dn721308.ca.archive.org/0/items/mbid-8ffdc6fb-4b38-4893-809a-d048c5589462/mbid-8ffdc6fb-4b38-4893-809a-d048c5589462-10721175187_thumb250.jpg",
    "song": "Dangerous",
    "track_id": "6c8c5be2-e605-3e60-ba17-a24c2afce5ea",
    "recording_id": "28c7e139-2d79-49f1-825e-396c75dff145",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Personal Jesus",
    "release_id": "8ffdc6fb-4b38-4893-809a-d048c5589462",
    "release_group_id": "ce1747b1-61cf-3441-afa8-d41a04cd446e",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martin Gore wrote this song and Dave Gahan is the vocalist. “Dangerous” first appeared as the B-side for the “Personal Jesus” single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}