Information about plays

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

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

{
    "id": 3555692,
    "uri": "https://api.kexp.org/v2/plays/3555692/?format=api",
    "airdate": "2025-09-21T00:03:57-07:00",
    "show": 64619,
    "show_uri": "https://api.kexp.org/v2/shows/64619/?format=api",
    "image_uri": "https://coverartarchive.org/release/442deb93-1d8c-4552-a1bf-ac653662ef29/7573943535-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/442deb93-1d8c-4552-a1bf-ac653662ef29/7573943535-250.jpg",
    "song": "Revel in Flesh",
    "track_id": null,
    "recording_id": "f9019bc6-893d-4d77-aae8-35f4c2a34624",
    "artist": "Entombed",
    "artist_ids": [
        "61b99cc4-06cd-4ad5-9bac-950b2daef9cc"
    ],
    "album": "Left Hand Path",
    "release_id": null,
    "release_group_id": "3f5ce50c-78a7-30f8-8a03-34b3d7aea9b9",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1990-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stockholm, Sweden.\nhttps://shop.entombed.org/\nhttps://entombedband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}