Information about plays

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

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

{
    "id": 3610937,
    "uri": "https://api.kexp.org/v2/plays/3610937/?format=api",
    "airdate": "2026-01-30T06:56:29-08:00",
    "show": 65791,
    "show_uri": "https://api.kexp.org/v2/shows/65791/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-10662be9-1614-4f37-b28c-01f0923db71e/mbid-10662be9-1614-4f37-b28c-01f0923db71e-8984270724_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-10662be9-1614-4f37-b28c-01f0923db71e/mbid-10662be9-1614-4f37-b28c-01f0923db71e-8984270724_thumb250.jpg",
    "song": "Spiders",
    "track_id": "f43ef72c-2f4c-4c4c-993e-842592829460",
    "recording_id": "7674ba6e-724e-4958-86ae-6932147735f7",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "$INGLE$ 2",
    "release_id": "10662be9-1614-4f37-b28c-01f0923db71e",
    "release_group_id": "91f52d31-642d-46e2-86af-e584b5ca7cc1",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spiders” is a 2011 single from Ty Segall, released as a 7-inch on Drag City with two additional tracks on the flip side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}