Information about plays

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

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

{
    "id": 3618199,
    "uri": "https://api.kexp.org/v2/plays/3618199/?format=api",
    "airdate": "2026-02-16T07:04:30-08:00",
    "show": 65948,
    "show_uri": "https://api.kexp.org/v2/shows/65948/?format=api",
    "image_uri": "https://coverartarchive.org/release/4bba1966-161d-4387-af98-65c3278eb2f9/28096862040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4bba1966-161d-4387-af98-65c3278eb2f9/28096862040-250.jpg",
    "song": "All We Ever Wanted Was Everything",
    "track_id": null,
    "recording_id": "e6294584-c176-4735-bf28-854baf273120",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "The Sky’s Gone Out",
    "release_id": null,
    "release_group_id": "705c2c4b-cb73-39a0-9f15-7e83aedafe72",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the second-to-last song on Bauhaus' 1982 album, The Sky’s Gone Out, which is the last album they released before their 1983 split.\n--\nThe music video for this song features scenes of the David Bowie-led movie \"The Man Who Fell To Earth.\": https://www.youtube.com/watch?v=qPNa9KD4Y_k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}