Information about plays

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

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

{
    "id": 3593707,
    "uri": "https://api.kexp.org/v2/plays/3593707/?format=api",
    "airdate": "2025-12-20T22:23:04-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cancel Christmas",
    "track_id": null,
    "recording_id": "9eac13f2-0ebd-42f3-ac9d-ab359bd36b78",
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Happy Birthday, Baby Jesus, Volume 1 & 2 (With Some Stuff That's New)",
    "release_id": null,
    "release_group_id": "0d97411a-dfec-3997-8080-77fedaade39a",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent fifteen song Christmas comp from Sympathy for the Record Industry that compiles the two \"Happy Birthday, Baby Jesus\" 10-inch records with some extra tracks added. https://www.amazon.com/Happy-Birthday-Baby-Jesus-Volumes/dp/B0071T3VRM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}