Information about plays

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

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

{
    "id": 3592217,
    "uri": "https://api.kexp.org/v2/plays/3592217/?format=api",
    "airdate": "2025-12-17T09:17:58-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kick in the Eye",
    "track_id": null,
    "recording_id": "5e51171c-495e-4ec3-bf34-8b242b1b7792",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Kick in the Eye",
    "release_id": null,
    "release_group_id": "a74db4b3-c2ce-3d18-ad75-5e504880a1ba",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1981-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Susan in Richmond, VA.\n\nAnd bringing it all back to the beginning: Bauhaus. Founding fathers of goth rock, driven by moody post-punk dynamics and jagged guitar chords, plus the manic mysticism of singer Peter Murphy.\n\nMerry (Dismal?) Gothmiss!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}