Information about plays

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

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

{
    "id": 3569955,
    "uri": "https://api.kexp.org/v2/plays/3569955/?format=api",
    "airdate": "2025-10-25T21:05:57-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Day After Halloween",
    "track_id": null,
    "recording_id": "bf95395c-042f-4f5b-8e83-564c426bd047",
    "artist": "Dead Vampires",
    "artist_ids": [
        "83810d1e-0baa-4737-8b67-291a355eda52"
    ],
    "album": "The Day After Halloween",
    "release_id": null,
    "release_group_id": "d602411a-19c0-42d7-932c-32b1378b5b98",
    "labels": [
        "Robot Monster"
    ],
    "label_ids": [
        "a0e59cef-fedc-46ab-8557-c5884bbaab6f"
    ],
    "release_date": "2008-10-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle horror themed band.\n\nhttps://dalefall.bandcamp.com/album/we-are-the-dead-vampires-2\nhttps://www.facebook.com/people/Dale-Fall/100063967035414/#\n\nRIP Matt the Bat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}