Information about plays

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

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

{
    "id": 3604456,
    "uri": "https://api.kexp.org/v2/plays/3604456/?format=api",
    "airdate": "2026-01-15T00:07:08-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Star",
    "track_id": "f1813c4c-b70b-33b2-a315-fd7238402f21",
    "recording_id": "e949857d-94d3-4e54-a9e6-af6bc1caf43d",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "64fb2359-b570-39c2-9c82-431dc602199f",
    "release_group_id": "b8048f24-c026-3398-b23a-b5e50716cbc7",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}