Information about plays

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

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

{
    "id": 3641069,
    "uri": "https://api.kexp.org/v2/plays/3641069/?format=api",
    "airdate": "2026-04-12T05:22:29-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf-30305762301_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf-30305762301_thumb250.jpg",
    "song": "Polly",
    "track_id": "4db154dd-6f87-3e23-b312-9ce33fd93c90",
    "recording_id": "d8417d44-9324-43b8-838a-e1034ac11f8c",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "c12262e2-7185-4942-87ee-da27ddd45ddf",
    "release_group_id": "1b022e01-4da6-387b-8658-8678046e4cef",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}