Information about plays

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

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

{
    "id": 3611472,
    "uri": "https://api.kexp.org/v2/plays/3611472/?format=api",
    "airdate": "2026-01-31T16:17:02-08:00",
    "show": 65805,
    "show_uri": "https://api.kexp.org/v2/shows/65805/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-758dda0d-f71a-40c7-a2ac-9c3a1650de28/mbid-758dda0d-f71a-40c7-a2ac-9c3a1650de28-10019907555_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-758dda0d-f71a-40c7-a2ac-9c3a1650de28/mbid-758dda0d-f71a-40c7-a2ac-9c3a1650de28-10019907555_thumb250.jpg",
    "song": "This Town Ain't Big Enough for Both of Us",
    "track_id": "aba0c451-f938-35ae-b6d9-aec46ff5a2af",
    "recording_id": "ea7c5d63-6a81-48bb-a5e2-ed804039c4f9",
    "artist": "Sparks",
    "artist_ids": [
        "f319b57a-a494-40f6-a467-3d196d3484e6"
    ],
    "album": "Profile: The Ultimate Sparks Collection",
    "release_id": "758dda0d-f71a-40c7-a2ac-9c3a1650de28",
    "release_group_id": "64efb50b-b52d-3866-8e01-48a4461afe2b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was the opening track on their third studio album Kimono My House (1974), and was the lead single from the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}