Information about plays

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

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

{
    "id": 3638473,
    "uri": "https://api.kexp.org/v2/plays/3638473/?format=api",
    "airdate": "2026-04-06T04:00:13-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/96ccf152-5058-4a84-a35a-673dc523d9c8/44683324321-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96ccf152-5058-4a84-a35a-673dc523d9c8/44683324321-250.jpg",
    "song": "Sail",
    "track_id": null,
    "recording_id": null,
    "artist": "Future Islands",
    "artist_ids": [
        "74963434-dcb6-4b14-98cc-99873b06db66"
    ],
    "album": "From a Hole in the Floor to a Fountain of Youth",
    "release_id": null,
    "release_group_id": "93596bd5-3c78-4e0e-832e-74b770d3daf7",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Woohoo, new Future Islands incoming May 22nd! - https://futureislands.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}