Information about plays

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

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

{
    "id": 3561729,
    "uri": "https://api.kexp.org/v2/plays/3561729/?format=api",
    "airdate": "2025-10-05T18:10:42-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Off the Floor",
    "track_id": null,
    "recording_id": "c3c324f4-a614-4352-bd0b-d7aa09e06592",
    "artist": "Ralph Young",
    "artist_ids": [
        "979e51cd-f34f-40c5-83d4-ae096ad30875"
    ],
    "album": "Cool Off the Floor",
    "release_id": null,
    "release_group_id": "206e2dfa-ddf5-4927-8c87-b6fbf088b411",
    "labels": [
        "Goldband Records"
    ],
    "label_ids": [
        "5436c09c-cdb5-4a2a-b6df-6613b3f1bb61"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ralph Young released \"Cool Off the Floor\" on the album of the same name in 1980 with Goldband Records. \n \nWelcome to KEXP's Fall Fundraising Drive!\nBecome an Amplifier for just $15 a month, and receive both the new Music Portal T-Shirt AND the KEXP Beanie. \nIn addition to the regular thank you gifts, at the $15/mo level, we'll also include the KEXP Trucker Cap for a limited time!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}