Information about plays

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

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

{
    "id": 3632824,
    "uri": "https://api.kexp.org/v2/plays/3632824/?format=api",
    "airdate": "2026-03-23T18:33:33-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-a830a233-bd11-4f9d-9241-12d65e108fb5/mbid-a830a233-bd11-4f9d-9241-12d65e108fb5-31582294084_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-a830a233-bd11-4f9d-9241-12d65e108fb5/mbid-a830a233-bd11-4f9d-9241-12d65e108fb5-31582294084_thumb250.jpg",
    "song": "LSD",
    "track_id": "b34b4090-d188-40f1-b694-8a7c8006b56a",
    "recording_id": "5240e085-4089-4a98-ad02-63dcc833f404",
    "artist": "Lucius",
    "artist_ids": [
        "1676172f-657a-4771-96ff-4a1c2ef1997e"
    ],
    "album": "Second Nature",
    "release_id": "9650e9bc-7a37-47ef-ae6c-ecfb82ecd5ac",
    "release_group_id": "6c4b7a49-a3cd-4241-8a2a-4779f9a93452",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2022-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Jennifer Decliveo, who produced Beth Ditto song!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}