Information about plays

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

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

{
    "id": 3546950,
    "uri": "https://api.kexp.org/v2/plays/3546950/?format=api",
    "airdate": "2025-08-30T23:38:13-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0973c21-db5b-4d58-9b0c-423dc241394e/32138932598-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0973c21-db5b-4d58-9b0c-423dc241394e/32138932598-250.jpg",
    "song": "Lost Cause",
    "track_id": null,
    "recording_id": "082509b1-2e99-44f7-a4c9-9f2798a339e5",
    "artist": "The Derelicts",
    "artist_ids": [
        "7747804a-3749-4b2c-96bd-f6688528e990"
    ],
    "album": "Estrus Halfrack (The 12 Drunkest Bands In Showbiz)",
    "release_id": null,
    "release_group_id": "22b0e463-8caa-4189-81d5-b954ee598e98",
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Cosmic Psychos cover - RIP Duane Bodenheimer of the Derelicts, who has passed away after a long battle with cancer. One of the nicest guys you could ever meet and the Seattle punk scene's greatest ambassador.  Long time door man at Slim's Last Chance.\n\nhttps://www.facebook.com/Derelictsseattle/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}