Information about plays

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

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

{
    "id": 3611322,
    "uri": "https://api.kexp.org/v2/plays/3611322/?format=api",
    "airdate": "2026-01-31T06:36:41-08:00",
    "show": 65800,
    "show_uri": "https://api.kexp.org/v2/shows/65800/?format=api",
    "image_uri": "https://ia801809.us.archive.org/15/items/mbid-c1bfe8dc-9f36-4749-a3cd-bc3dfeb9a4d4/mbid-c1bfe8dc-9f36-4749-a3cd-bc3dfeb9a4d4-10635038743_thumb500.jpg",
    "thumbnail_uri": "https://ia601809.us.archive.org/15/items/mbid-c1bfe8dc-9f36-4749-a3cd-bc3dfeb9a4d4/mbid-c1bfe8dc-9f36-4749-a3cd-bc3dfeb9a4d4-10635038743_thumb250.jpg",
    "song": "Bill Is Dead",
    "track_id": "f4956d87-e901-4403-87c5-c4eaf56dea95",
    "recording_id": "516bdf27-d719-4034-8dcc-74fe79f61567",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Extricate",
    "release_id": "c1bfe8dc-9f36-4749-a3cd-bc3dfeb9a4d4",
    "release_group_id": "3a8f2859-693b-35b4-af89-d43ab1f1ae41",
    "labels": [
        "Cog Sinister",
        "Fontana"
    ],
    "label_ids": [
        "f387f723-87a1-4e91-a8fc-c87b42040bb2",
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}