Information about plays

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

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

{
    "id": 3597983,
    "uri": "https://api.kexp.org/v2/plays/3597983/?format=api",
    "airdate": "2025-12-30T11:29:07-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doin’ Anything I Say",
    "track_id": "1b501cbc-5654-334e-a9ee-0a24d22b862d",
    "recording_id": "453b6dd6-ede0-4f43-9a05-e1ab826f0de9",
    "artist": "Dan Sartain",
    "artist_ids": [
        "3d1ce0c0-2664-47a8-b82e-736c65661e2f"
    ],
    "album": "Dan Sartain Lives",
    "release_id": "06ed0a21-2f71-4e73-9f24-d5648656c74f",
    "release_group_id": "2a4ad6de-1b0b-48fb-8d0b-8926c37f3a7e",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2010-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Sartain, the Alabama-based garage rock singer-songwriter, died at only 39. A posthumous Dan Sartain album was released, with the profits going into a trust fund for the late singer-songwriter’s daughter. Find more about the album here: https://tinyurl.com/3ktk8cer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}