Information about plays

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

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

{
    "id": 3597326,
    "uri": "https://api.kexp.org/v2/plays/3597326/?format=api",
    "airdate": "2025-12-28T20:37:07-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Madness",
    "track_id": null,
    "recording_id": "ddd5c82f-a300-46b4-9482-7c214eb6832a",
    "artist": "Sparkle",
    "artist_ids": [
        "72891ccc-c5f3-458c-a60e-6dcc5d57e0be"
    ],
    "album": "Sparkle",
    "release_id": null,
    "release_group_id": "b1de29cb-2bfa-4a9a-9eaf-d1a645030d56",
    "labels": [
        "Attic"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Connecticut disco trio Sparkle released \"Disco Madness\" and b-side \"Down The Way\" in 1979. The group included \"Disco Madness\" in 1979 on their self-titled debut album.\n\nMembers of Sparkle were Barbara Fowler, Dianne Cook, and Linda Ransom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}