Information about plays

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

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

{
    "id": 3598728,
    "uri": "https://api.kexp.org/v2/plays/3598728/?format=api",
    "airdate": "2026-01-01T07:06:49-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "https://coverartarchive.org/release/586f36b5-07aa-4f0f-ab70-3ebbc800f26f/12043022712-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/586f36b5-07aa-4f0f-ab70-3ebbc800f26f/12043022712-250.jpg",
    "song": "Open Your Eyes",
    "track_id": null,
    "recording_id": "44d16078-933c-4a47-91cb-1f11d1232991",
    "artist": "Gold Celeste",
    "artist_ids": [
        "7aecfa69-bed2-4c18-b888-1221abd65134"
    ],
    "album": "The Glow",
    "release_id": null,
    "release_group_id": "c7cf382a-9f75-4fa2-ade3-cc3040d5fec0",
    "labels": [
        "Riot Factory"
    ],
    "label_ids": [
        "ff6ec899-90fc-42de-bb97-59e52c87dc1e"
    ],
    "release_date": "2015-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norwegian band.\nhttps://goldceleste.bandcamp.com/album/the-gentle-maverick\n\nWatch their full performance on KEXP from July 2025:\nhttps://www.youtube.com/watch?v=lCBqZnj_0S8&list=RDlCBqZnj_0S8&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}