Information about plays

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

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

{
    "id": 3540883,
    "uri": "https://api.kexp.org/v2/plays/3540883/?format=api",
    "airdate": "2025-08-16T19:24:45-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show and Tell",
    "track_id": "201c3bd0-ee07-4fee-b504-3ae71023085a",
    "recording_id": "578b3921-107e-47de-ba99-08f0b1fd981e",
    "artist": "Ghost Fetish",
    "artist_ids": [
        "d9e8b5e0-520f-4eb9-a459-937496a0d3cb"
    ],
    "album": "Show and Tell",
    "release_id": "57d203c3-3183-4f71-9e87-a0a7df775dd4",
    "release_group_id": "98675df9-6b8f-4aad-bb48-72b38569d985",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Show and Tell\" is the pilot single from Ghost Fetish's sophomore album, which they are going to be recording this summer!\n\nThe band describes the song as living \"between the pleasures and pitfalls of vulnerability. The nervous euphoria of nakedness, asking if love or abandonment awaits after the whole self is revealed.”\n\nhttps://ghostfetish.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}