Information about plays

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

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

{
    "id": 3594916,
    "uri": "https://api.kexp.org/v2/plays/3594916/?format=api",
    "airdate": "2025-12-23T13:48:36-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Polygondwanaland",
    "track_id": "44fa7a9f-c6b8-482e-8ab8-e94aec299287",
    "recording_id": "d63918d7-a82a-4dc5-872b-8aac56dd5157",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Polygondwanaland",
    "release_id": "4333ef41-d85c-4098-a790-c3e7401c8406",
    "release_group_id": "df1f3af0-6004-44d3-9a32-12913fdc357c",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Cassidy in Omaha!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}