Information about plays

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

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

{
    "id": 3661047,
    "uri": "https://api.kexp.org/v2/plays/3661047/?format=api",
    "airdate": "2026-05-29T14:12:28-07:00",
    "show": 66845,
    "show_uri": "https://api.kexp.org/v2/shows/66845/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-2e3282d9-7066-49e0-baf4-fbfc804fb54e/mbid-2e3282d9-7066-49e0-baf4-fbfc804fb54e-45174163519_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-2e3282d9-7066-49e0-baf4-fbfc804fb54e/mbid-2e3282d9-7066-49e0-baf4-fbfc804fb54e-45174163519_thumb250.jpg",
    "song": "I Can’t Die Like That",
    "track_id": "8241c52c-9ece-4d7b-a5bf-777f636a26d0",
    "recording_id": "953c629c-893e-48f2-b0a1-273cff9b85fc",
    "artist": "Getdown Services",
    "artist_ids": [
        "ca57dd61-590f-4605-85ec-72e947a6148b"
    ],
    "album": "Massive Champion",
    "release_id": "2e3282d9-7066-49e0-baf4-fbfc804fb54e",
    "release_group_id": "8e36a2d8-6ea4-48dd-8024-fae79182f37c",
    "labels": [
        "Breakfast Records"
    ],
    "label_ids": [
        "c6cb669d-19fd-4ebc-a4db-1042808dd6ec"
    ],
    "release_date": "2026-08-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}