Information about plays

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

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

{
    "id": 3656737,
    "uri": "https://api.kexp.org/v2/plays/3656737/?format=api",
    "airdate": "2026-05-19T07:38:07-07:00",
    "show": 66758,
    "show_uri": "https://api.kexp.org/v2/shows/66758/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-96ccf152-5058-4a84-a35a-673dc523d9c8/mbid-96ccf152-5058-4a84-a35a-673dc523d9c8-44683324321_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-96ccf152-5058-4a84-a35a-673dc523d9c8/mbid-96ccf152-5058-4a84-a35a-673dc523d9c8-44683324321_thumb250.jpg",
    "song": "Sail",
    "track_id": "d1ecce41-53b1-47f3-85f5-d3dad5f16571",
    "recording_id": "fc6339df-432b-4309-b046-974de5fc8b11",
    "artist": "Future Islands",
    "artist_ids": [
        "74963434-dcb6-4b14-98cc-99873b06db66"
    ],
    "album": "From a Hole in the Floor to a Fountain of Youth",
    "release_id": "96ccf152-5058-4a84-a35a-673dc523d9c8",
    "release_group_id": "93596bd5-3c78-4e0e-832e-74b770d3daf7",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Future Islands' upcoming album, 'From a Hole in the Floor to a Fountain of Youth', due out May 22nd!\n\nWatch the official video here: https://www.youtube.com/watch?v=O5hg_8XM_ro\n\nThen, pre-order the album here: https://futureislands.bandcamp.com/album/from-a-hole-in-the-floor-to-a-fountain-of-youth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}