Information about plays

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

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

{
    "id": 3540999,
    "uri": "https://api.kexp.org/v2/plays/3540999/?format=api",
    "airdate": "2025-08-16T23:48:21-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bred to Fight +Barbaric Nature + Primal Rage +Retaliation",
    "track_id": null,
    "recording_id": null,
    "artist": "Cadaver Dog",
    "artist_ids": [
        "1653392b-ecae-43b2-a588-8f2a90f13883"
    ],
    "album": "Bred to Fight",
    "release_id": null,
    "release_group_id": "6d599cb1-9680-48fc-84a7-64e3330b4ed3",
    "labels": [
        "Youth Attack"
    ],
    "label_ids": [],
    "release_date": "2025-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All of Side A\n\nDenver HC legend, James Trejo led project\n\nhttps://youthattack.bandcamp.com/album/bred-to-fight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}