Information about plays

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

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

{
    "id": 3602859,
    "uri": "https://api.kexp.org/v2/plays/3602859/?format=api",
    "airdate": "2026-01-11T00:18:16-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warsaw",
    "track_id": null,
    "recording_id": "c606e32c-0efe-4354-a2f8-2e8cab641968",
    "artist": "Angkor Wat",
    "artist_ids": [
        "80a24ed2-e9fe-4230-8063-022be63341dc"
    ],
    "album": "When Obscenity Becomes the Norm... Awake!",
    "release_id": null,
    "release_group_id": "691bc36f-cc13-32cc-8b5e-3498fa4073b4",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1989-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1986 in Corpus Christi, Texas, Angkor Wat was an integral part of the DIY hardcore punk scene that took root throughout south Texas during the mid-late '80s.\n\nhttps://therealangkorwat.bandcamp.com/album/worst-enemy-ep\nhttps://therealangkorwat.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}