Information about plays

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

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

{
    "id": 3584806,
    "uri": "https://api.kexp.org/v2/plays/3584806/?format=api",
    "airdate": "2025-11-30T01:31:39-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Runs from the Altar",
    "track_id": null,
    "recording_id": "24a02069-1421-405e-9b9c-acd63db97d01",
    "artist": "Grotesque",
    "artist_ids": [
        "e420c46a-2bd4-4939-a0c3-b4b10422d726"
    ],
    "album": "The Black Gate Is Closed",
    "release_id": null,
    "release_group_id": "045545e5-6635-479e-a66f-3c02b73f1376",
    "labels": [
        "Back on Black"
    ],
    "label_ids": [
        "8e0b7011-4ae3-464a-b084-a8809026f5c0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish legends featuring members of At the Gates and Diabolique.\n\nRIP Tomas Lindberg 1972-2025\n\nSpinning the In the Embrace of Evil compilation from 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}