Information about plays

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

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

{
    "id": 3634497,
    "uri": "https://api.kexp.org/v2/plays/3634497/?format=api",
    "airdate": "2026-03-28T04:12:36-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-0841bd55-b9bb-42e7-a21e-578e9a1abaf9/mbid-0841bd55-b9bb-42e7-a21e-578e9a1abaf9-9807958106_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-0841bd55-b9bb-42e7-a21e-578e9a1abaf9/mbid-0841bd55-b9bb-42e7-a21e-578e9a1abaf9-9807958106_thumb250.jpg",
    "song": "Declare Independence",
    "track_id": "9ccb3037-1a10-4ef3-b7b3-c844a005366e",
    "recording_id": "fa5155e9-e6f6-4ccb-ba22-710d24eacd79",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Volta",
    "release_id": "0841bd55-b9bb-42e7-a21e-578e9a1abaf9",
    "release_group_id": "dd749dc7-dd75-35e7-86fe-3c1db24483c0",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Declare independence\nDon't let them do that to you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}