Information about plays

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

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

{
    "id": 3595183,
    "uri": "https://api.kexp.org/v2/plays/3595183/?format=api",
    "airdate": "2025-12-24T03:27:35-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Winter Hymnal",
    "track_id": "bb124894-75a2-36b6-8e02-8ebc84656b2d",
    "recording_id": "c835a61b-dcdb-41be-82d8-e52b4a1c8d0b",
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Fleet Foxes",
    "release_id": "47862230-f810-361c-838a-a1faf043ae95",
    "release_group_id": "af9a5099-04c5-3aaf-b0d1-fa160bd92e02",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2008-06-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#355 on the countdown of YOUR Favorite Albums of All Time!\nFleet Foxes - Fleet Foxes\nhttps://www.kexp.org/donate/\n\nhttps://fleetfoxes.bandcamp.com\nhttps://www.fleetfoxes.co/home\n\nFleet Foxes stopped by the Midday Show back in 2017! Check out their full performance and interview: https://www.youtube.com/watch?v=siDS07yC1Qg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}