Information about plays

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

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

{
    "id": 3570011,
    "uri": "https://api.kexp.org/v2/plays/3570011/?format=api",
    "airdate": "2025-10-25T23:27:10-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Almost Human",
    "track_id": null,
    "recording_id": "0798e5bd-84f8-40f9-9607-2d7ecc279675",
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "Love Gun",
    "release_id": null,
    "release_group_id": "08bf1119-22bf-3740-af9c-a6215437414b",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1977-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Former KISS guitarist, Ace Frehley passed away on October 16th at the age of 74.\n\nhttps://pagesix.com/2025/10/23/entertainment/original-kiss-members-gene-simmons-paul-stanley-and-peter-criss-have-rare-reunion-at-ace-frehleys-memorial-service/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}