Information about plays

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

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

{
    "id": 3658778,
    "uri": "https://api.kexp.org/v2/plays/3658778/?format=api",
    "airdate": "2026-05-24T00:33:19-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gypsy Tears",
    "track_id": null,
    "recording_id": null,
    "artist": "Lex Legion",
    "artist_ids": [
        "cd4ab7e0-3d71-4b21-aee2-b823e91e8baf"
    ],
    "album": "Lex Legion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MNRK Music"
    ],
    "label_ids": [
        "375d2ce0-20c5-43dd-89a3-81b46b939f9e"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gypsy Tears\" is the second single from the brand-new metal supergroup Lex Legion, released on May 5. The band features a powerhouse lineup comprising four-fifths of the classic late-1980s King Diamond lineup—Mikkey Dee (drums), Andy La Rocque (guitar), Pete Blakk (guitar), and Hal Patino (bass)—alongside vocalist Nils K. Rue of Pagan's Mind. https://mnrkheavy.com/blogs/news/lex-legion-unleash-new-single-gypsy-tears",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}