Information about plays

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

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

{
    "id": 3629566,
    "uri": "https://api.kexp.org/v2/plays/3629566/?format=api",
    "airdate": "2026-03-16T03:01:17-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-f4f1f1d8-4703-4b1a-b69c-6067eed0e281/mbid-f4f1f1d8-4703-4b1a-b69c-6067eed0e281-35636648068_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-f4f1f1d8-4703-4b1a-b69c-6067eed0e281/mbid-f4f1f1d8-4703-4b1a-b69c-6067eed0e281-35636648068_thumb250.jpg",
    "song": "The Organism",
    "track_id": "ec090089-2cd9-4975-9297-ccb7fea82e46",
    "recording_id": "19c86897-f264-481d-85ef-75e5a10aaf6b",
    "artist": "Vanishing Twin",
    "artist_ids": [
        "487a96f2-eefd-485e-892b-2cf240835bf4"
    ],
    "album": "Ookii Gekkou",
    "release_id": "f4f1f1d8-4703-4b1a-b69c-6067eed0e281",
    "release_group_id": "2206b469-b973-42c2-bafb-f88b6264f379",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2021-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}