Information about plays

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

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

{
    "id": 3586017,
    "uri": "https://api.kexp.org/v2/plays/3586017/?format=api",
    "airdate": "2025-12-02T22:00:26-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frankie Sinatra",
    "track_id": "af1c6b5a-cac7-4ceb-a673-63b06d1d9a87",
    "recording_id": "d24fbc36-6a52-45d9-9f07-1045ba7b27a7",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Wildflower",
    "release_id": "b78bfe96-6601-4f07-a44d-d442ac756f87",
    "release_group_id": "e27e2c64-8e49-43d2-8468-c3b484cf11f0",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Wildflower' is the Avalanches first album after what ended up being almost 16 years of no new music. This song features Danny Brown and MF Doom! The hook is a sample of \"Bobby Sox Idol,\" a song recorded by calypso singer Wilmoth Houdini in 1947. There's also an interlude containing \"My Favorite Things\" from Rodgers and Hammerstein's \"The Sound Of Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}