Information about plays

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

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

{
    "id": 3641265,
    "uri": "https://api.kexp.org/v2/plays/3641265/?format=api",
    "airdate": "2026-04-12T17:04:37-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-c0f653bd-10b3-40a1-954c-036812867243/mbid-c0f653bd-10b3-40a1-954c-036812867243-44528459454_thumb500.jpg",
    "thumbnail_uri": "https://dn711309.ca.archive.org/0/items/mbid-c0f653bd-10b3-40a1-954c-036812867243/mbid-c0f653bd-10b3-40a1-954c-036812867243-44528459454_thumb250.jpg",
    "song": "Universal Soldier",
    "track_id": "b21d431b-9d27-466b-9263-706bec59984a",
    "recording_id": "faa6f40c-98b1-430d-a91c-704b302a1cfd",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "HELP(2)",
    "release_id": "c0f653bd-10b3-40a1-954c-036812867243",
    "release_group_id": "f8a24f2c-647f-4faf-9ada-0174e9c35884",
    "labels": [
        "War Child Records"
    ],
    "label_ids": [
        "9d87153e-ad9a-4a6a-94a9-cdb3fc5bf40c"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}