Information about plays

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

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

{
    "id": 3636379,
    "uri": "https://api.kexp.org/v2/plays/3636379/?format=api",
    "airdate": "2026-04-01T09:02:08-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-d52646a3-0248-3b8c-8e73-0e7e2854ba62/mbid-d52646a3-0248-3b8c-8e73-0e7e2854ba62-38974094292_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-d52646a3-0248-3b8c-8e73-0e7e2854ba62/mbid-d52646a3-0248-3b8c-8e73-0e7e2854ba62-38974094292_thumb250.jpg",
    "song": "O.F.Y.C. Showcase",
    "track_id": "4c0c5c89-9db9-3255-aaa6-3e9bf4da6947",
    "recording_id": "f248cfa8-3d3f-4bf7-8cfc-4cf59ae7ba8f",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Your Future Our Clutter",
    "release_id": "d52646a3-0248-3b8c-8e73-0e7e2854ba62",
    "release_group_id": "e1488746-ba80-4d0a-a43a-b08db7d58105",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2010-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Your Future Our Clutter is the group's twenty-seventh studio album, and their first for independent record label Domino. RIP Mark E. Smith 1957-2018.\n\nhttps://thefall.xyz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}