Information about plays

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

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

{
    "id": 3595747,
    "uri": "https://api.kexp.org/v2/plays/3595747/?format=api",
    "airdate": "2025-12-25T07:45:07-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "https://coverartarchive.org/release/940f4f66-33da-4fd4-bfbe-b9f256406761/13458872183-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/940f4f66-33da-4fd4-bfbe-b9f256406761/13458872183-250.jpg",
    "song": "Thank God It’s Not Christmas",
    "track_id": null,
    "recording_id": "7ca0596c-476c-4e56-9084-d2d63c116009",
    "artist": "Sparks",
    "artist_ids": [
        "f319b57a-a494-40f6-a467-3d196d3484e6"
    ],
    "album": "Kimono My House",
    "release_id": null,
    "release_group_id": "0539b843-2228-36f5-965d-f370d05f66c3",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1974-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1970s pop/rock duo of brothers, still active today\nhttps://allsparks.com/\n\nRead more about this band on KEXP's 2022 post: \nhttps://www.kexp.org/read/2022/12/21/50-years-of-music-1974-sparks-this-town-aint-big-enough-for-both-of-us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}