Information about plays

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

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

{
    "id": 3667422,
    "uri": "https://api.kexp.org/v2/plays/3667422/?format=api",
    "airdate": "2026-06-13T16:52:29-07:00",
    "show": 66979,
    "show_uri": "https://api.kexp.org/v2/shows/66979/?format=api",
    "image_uri": "https://dn710007.ca.archive.org/0/items/mbid-fc08caf9-0dc2-4375-b779-4999ed2ecb7d/mbid-fc08caf9-0dc2-4375-b779-4999ed2ecb7d-32564100020_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-fc08caf9-0dc2-4375-b779-4999ed2ecb7d/mbid-fc08caf9-0dc2-4375-b779-4999ed2ecb7d-32564100020_thumb250.jpg",
    "song": "Wicked Game",
    "track_id": "d93be728-dc37-3374-be2c-15c5876d88e6",
    "recording_id": "9e796322-471e-4eff-aa1f-fc3b1e5a1e0d",
    "artist": "Widowspeak",
    "artist_ids": [
        "ef9d28db-a1b7-4957-aa79-ed289a77ce10"
    ],
    "album": "Gun Shy",
    "release_id": "fc08caf9-0dc2-4375-b779-4999ed2ecb7d",
    "release_group_id": "08209d41-3b32-45db-89d8-f4a0f8f015a8",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2011-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of the classic Chris Isaak song!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}