Information about plays

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

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

{
    "id": 3606783,
    "uri": "https://api.kexp.org/v2/plays/3606783/?format=api",
    "airdate": "2026-01-20T11:52:12-08:00",
    "show": 65707,
    "show_uri": "https://api.kexp.org/v2/shows/65707/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-1f5cff2f-e223-46ed-bcc9-d967f3149b85/mbid-1f5cff2f-e223-46ed-bcc9-d967f3149b85-42627071150_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-1f5cff2f-e223-46ed-bcc9-d967f3149b85/mbid-1f5cff2f-e223-46ed-bcc9-d967f3149b85-42627071150_thumb250.jpg",
    "song": "the chase",
    "track_id": "7a35665a-4ea3-467b-917d-84f0dd08737b",
    "recording_id": "52450628-1793-4170-8fdb-e5ae25549df6",
    "artist": "They Are Gutting a Body of Water",
    "artist_ids": [
        "16bb2a92-2f1e-445d-b24e-3d60f435043b"
    ],
    "album": "LOTTO",
    "release_id": "1f5cff2f-e223-46ed-bcc9-d967f3149b85",
    "release_group_id": "1b0c66bd-f02b-43dc-92b7-6b5ea9a0dab5",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They Are Gutting a Body of Water (TAGABOW) is a shoegaze band from Philadelphia, known for blending noisy, immersive soundscapes with influences from breakcore, jungle, and EDM, featuring Douglas Dulgarian (guitar/vocals), Emily Lofing (bass), PJ Carroll (guitar), and Ben Opatut (drums).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}