Information about plays

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

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

{
    "id": 3543735,
    "uri": "https://api.kexp.org/v2/plays/3543735/?format=api",
    "airdate": "2025-08-23T12:54:00-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia801602.us.archive.org/31/items/mbid-d67d3f47-f7b5-45fe-9567-a237746a6105/mbid-d67d3f47-f7b5-45fe-9567-a237746a6105-34472741293_thumb500.jpg",
    "thumbnail_uri": "https://ia601602.us.archive.org/31/items/mbid-d67d3f47-f7b5-45fe-9567-a237746a6105/mbid-d67d3f47-f7b5-45fe-9567-a237746a6105-34472741293_thumb250.jpg",
    "song": "War on War",
    "track_id": "abfe81a7-4a0c-35f6-9095-37f64495e35f",
    "recording_id": "931e7088-0d91-4e5b-af3f-ff9d742681eb",
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Yankee Hotel Foxtrot",
    "release_id": "d67d3f47-f7b5-45fe-9567-a237746a6105",
    "release_group_id": "95f2ba4b-2dd9-38d1-8158-a416a391489c",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2002-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing tomorrow and Monday at Zootunes!\nhttps://www.zoo.org/zootunes\n\nWarner Bros Records refused to put this album out because it didn't have hits, or wasn't \"commercially viable\" -- and it turned out to be Wilco's highest-selling work and considered one of the greatest albums of the 2000s.\n\nKevin Cole hosted Wilco live in August 2015 at the Columbia City Theater during a benefit concert for KEXP's New Home: https://www.kexp.org/sessions/archive/wilco-live-on-kexp-recorded-august-10-2015/\nhttps://www.youtube.com/watch?v=Z8U4zw84gyE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}