Information about plays

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

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

{
    "id": 3640559,
    "uri": "https://api.kexp.org/v2/plays/3640559/?format=api",
    "airdate": "2026-04-11T03:41:29-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-32716c59-9347-4a32-aadb-ac46bdf27ead/mbid-32716c59-9347-4a32-aadb-ac46bdf27ead-19385947649_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-32716c59-9347-4a32-aadb-ac46bdf27ead/mbid-32716c59-9347-4a32-aadb-ac46bdf27ead-19385947649_thumb250.jpg",
    "song": "Advert",
    "track_id": "2bb07e07-7b18-327a-82a4-79676f2a36a3",
    "recording_id": "13c127c1-1a85-4c0c-b635-eeae36cc356e",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Modern Life Is Rubbish",
    "release_id": "32716c59-9347-4a32-aadb-ac46bdf27ead",
    "release_group_id": "e7affd78-d157-4772-a468-675fa4309c61",
    "labels": [
        "Food",
        "Parlophone"
    ],
    "label_ids": [
        "4da71031-2698-4778-9eed-5a441ea83fcc",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1993-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}