Information about plays

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

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

{
    "id": 3562697,
    "uri": "https://api.kexp.org/v2/plays/3562697/?format=api",
    "airdate": "2025-10-08T13:16:36-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "https://ia801607.us.archive.org/9/items/mbid-910c1006-887c-3044-b13c-34f906f15ea7/mbid-910c1006-887c-3044-b13c-34f906f15ea7-2336491200_thumb500.jpg",
    "thumbnail_uri": "https://ia601607.us.archive.org/9/items/mbid-910c1006-887c-3044-b13c-34f906f15ea7/mbid-910c1006-887c-3044-b13c-34f906f15ea7-2336491200_thumb250.jpg",
    "song": "I Might Be Wrong",
    "track_id": "5350cb4f-bd53-36a8-8860-1aaf6dce5635",
    "recording_id": "5fdd8cf0-ebd0-4259-a5f1-84130d5bd4ca",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Amnesiac",
    "release_id": "910c1006-887c-3044-b13c-34f906f15ea7",
    "release_group_id": "bca9280e-28b4-327f-8fe0-fd918579e486",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2001-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#304 in the countdown of KEXP listeners' favorite albums...\n--\n\"Perhaps more than any other, Radiohead’s 'Amnesiac' is an oddity. Originally recorded with the intention of being used to make 'Kid A' into a double album, 'Amnesiac' is essentially the offcuts that didn’t make the final cut of one of the Oxford quartet’s most acclaimed records.  It was released a year after its so-called “parent” album,\"\nLearn more about it here: https://www.whathifi.com/features/radioheads-most-underrated-album-is-one-of-my-all-time-favourite-test-records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}