Information about plays

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

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

{
    "id": 3548770,
    "uri": "https://api.kexp.org/v2/plays/3548770/?format=api",
    "airdate": "2025-09-04T08:56:41-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://ia800206.us.archive.org/32/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/32/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb250.jpg",
    "song": "Optimistic",
    "track_id": "c1d27f4d-d098-3cb1-8a50-2e52f8706942",
    "recording_id": "4d7b8fcb-fafc-4416-9170-752f12e10a2e",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "18e2b05b-937a-3c25-ac78-07267e6411a0",
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Tom in Ravenna! \n--\n\"Kid A.\" was an album that \"challenged expectations and blew minds in dorm rooms throughout the world\": https://www.theringer.com/music/2020/10/1/21496345/radiohead-kid-a-20th-anniversary\n(It was # 16 in the list of KEXP's listeners top 666 albums of all time.): https://www.kexp.org/countdowns/kexp-listeners-top-666-top-albums-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}