Information about plays

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

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

{
    "id": 3598231,
    "uri": "https://api.kexp.org/v2/plays/3598231/?format=api",
    "airdate": "2025-12-31T00:56:36-08:00",
    "show": 65520,
    "show_uri": "https://api.kexp.org/v2/shows/65520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Auld Lang Syne",
    "track_id": null,
    "recording_id": "33ca03ea-b9db-490d-a6dc-e103799cc772",
    "artist": "The Black on White Affair",
    "artist_ids": [
        "31395228-e49a-4384-b06f-4141e1289a1e"
    ],
    "album": "Wheedle's Groove: Seattle's Finest in Funk & Soul (1965-1975)",
    "release_id": null,
    "release_group_id": "3ea896b6-6862-4043-bbda-0e5b8b9145aa",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 2025 from one of Seattle's finest, The Black on White Affair released just two singles for Kearney Barton's Topaz label back in the day. This cut comes from one of the most essential Seattle collections ever...\n\nhttps://lightintheattic.net/products/wheedles-groove-seattles-finest-in-funk-soul-1965-75\n\nhttps://pnwbands.com/blackandwhiteaffair.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}