Information about plays

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

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

{
    "id": 3587762,
    "uri": "https://api.kexp.org/v2/plays/3587762/?format=api",
    "airdate": "2025-12-06T20:48:29-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Firefly",
    "track_id": "ee61d8c4-a633-31b0-9e5e-4df7d7a0cc46",
    "recording_id": "1990b448-8ab9-4033-bb8e-5a5613aabee3",
    "artist": "Heavens to Betsy",
    "artist_ids": [
        "8716a313-c6df-440c-9b74-370e8d79728e"
    ],
    "album": "Some Songs",
    "release_id": "24d80710-bd5c-4f24-add5-3dd8aa4b5679",
    "release_group_id": "660accf8-bbc6-3b24-a2cd-79c04ac73dbc",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-09-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia-based queercore band made of Corin Tucker and Tracy Sawyer. Tucker would later form Sleater-Kinney with Excuse 17 frontwoman Carrie Brownstein.\n\nhttps://heavenstobetsykrs.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}