Information about plays

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

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

{
    "id": 3587770,
    "uri": "https://api.kexp.org/v2/plays/3587770/?format=api",
    "airdate": "2025-12-06T20:57:35-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cocktail Party Effect",
    "track_id": "da1e0e64-68e0-399d-bc9e-a1209e546cc5",
    "recording_id": "579018a1-2e7e-4202-b766-ecbb1278556c",
    "artist": "Kill Sadie",
    "artist_ids": [
        "1b2717df-9eea-423b-8ee6-6d678d0cd35a"
    ],
    "album": "Experiments in Expectation",
    "release_id": "594b42a6-5387-481c-a696-0730f60dcf91",
    "release_group_id": "9cf02cbe-02e7-39d2-bcfa-9ff642cff079",
    "labels": [
        "Dim Mak Records"
    ],
    "label_ids": [
        "21d62bdf-5962-4c41-90d0-1409ea4b59cb"
    ],
    "release_date": "2001-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kill Sadie (also Killsadie) was a Minneapolis-based post-hardcore band active from 1997 to 2001. Shortly after recloating to Seattle, the band disbanded and its members joined or formed bands including Minus the Bear, Pretty Girls Make Graves and These Arms Are Snakes.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}