Information about plays

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

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

{
    "id": 3597953,
    "uri": "https://api.kexp.org/v2/plays/3597953/?format=api",
    "airdate": "2025-12-30T09:39:54-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloodshed Baby",
    "track_id": null,
    "recording_id": "795fadb3-5861-47c0-97a2-da8c2979fc4c",
    "artist": "FIGHTMASTER",
    "artist_ids": [
        "6e6e7d6a-1ce2-4cec-858f-b82ad27592ab"
    ],
    "album": "Bloodshed Baby",
    "release_id": null,
    "release_group_id": "20fd9cc1-8563-4994-92b2-41cf390b8a77",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An anthem for the queer and trans community, Bloodshed Baby is from comedian, actor, and writer (E.R.) FIGHTMASTER's 5 song EP of the same name, released in 2024.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}