Information about plays

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

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

{
    "id": 3661057,
    "uri": "https://api.kexp.org/v2/plays/3661057/?format=api",
    "airdate": "2026-05-29T14:42:00-07:00",
    "show": 66845,
    "show_uri": "https://api.kexp.org/v2/shows/66845/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-327bd5d1-6150-4f1f-9103-5b5684f3f519/mbid-327bd5d1-6150-4f1f-9103-5b5684f3f519-45044915367_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/21/items/mbid-327bd5d1-6150-4f1f-9103-5b5684f3f519/mbid-327bd5d1-6150-4f1f-9103-5b5684f3f519-45044915367_thumb250.jpg",
    "song": "Cruisy Confusion",
    "track_id": "6403ddd7-11ad-4261-9abe-42dafb9ae3e3",
    "recording_id": "1b15a0c9-ff19-4fc4-be66-8c6a01eb243d",
    "artist": "Divers",
    "artist_ids": [
        "046ce260-b13b-4979-87a3-f671430e5315"
    ],
    "album": "Odd Dog in the Capital",
    "release_id": "327bd5d1-6150-4f1f-9103-5b5684f3f519",
    "release_group_id": "6da01fee-01c8-4e18-9d19-fdeee3222290",
    "labels": [
        "Community Music"
    ],
    "label_ids": [
        "a7080377-d092-4ea5-a63f-d5731ce6aebe"
    ],
    "release_date": "2026-05-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}