Information about plays

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

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

{
    "id": 3628644,
    "uri": "https://api.kexp.org/v2/plays/3628644/?format=api",
    "airdate": "2026-03-14T04:30:37-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-668d26d7-1ab8-40f8-9a23-57ef58ab86f0/mbid-668d26d7-1ab8-40f8-9a23-57ef58ab86f0-11899280063_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-668d26d7-1ab8-40f8-9a23-57ef58ab86f0/mbid-668d26d7-1ab8-40f8-9a23-57ef58ab86f0-11899280063_thumb250.jpg",
    "song": "Hoochie Woman",
    "track_id": "08cf5a57-eab1-4761-b4fc-189d448b88ae",
    "recording_id": "b22be034-d5c6-491c-82c1-56c5a9f8511d",
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "The Beekeeper",
    "release_id": "668d26d7-1ab8-40f8-9a23-57ef58ab86f0",
    "release_group_id": "1da8197a-b4e7-3531-9e56-abc17e78091b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}