Information about plays

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

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

{
    "id": 3584537,
    "uri": "https://api.kexp.org/v2/plays/3584537/?format=api",
    "airdate": "2025-11-29T13:39:33-08:00",
    "show": 65242,
    "show_uri": "https://api.kexp.org/v2/shows/65242/?format=api",
    "image_uri": "https://ia803109.us.archive.org/27/items/mbid-29b0a590-d438-41b6-a2cf-c32f4322543d/mbid-29b0a590-d438-41b6-a2cf-c32f4322543d-19310659199_thumb500.jpg",
    "thumbnail_uri": "https://ia903109.us.archive.org/27/items/mbid-29b0a590-d438-41b6-a2cf-c32f4322543d/mbid-29b0a590-d438-41b6-a2cf-c32f4322543d-19310659199_thumb250.jpg",
    "song": "Every Day Is a Miracle",
    "track_id": "8f8c2dca-70bd-4d1d-b0fb-210a6c72c813",
    "recording_id": "fdf9707f-b8fc-40f7-9293-79e746c1b8f5",
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "American Utopia",
    "release_id": "29b0a590-d438-41b6-a2cf-c32f4322543d",
    "release_group_id": "3e7a3cd4-fb2c-40e8-b093-eaffe8c9cfdd",
    "labels": [
        "Nonesuch",
        "Todo Mundo"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20",
        "69d73bfc-8272-430e-9341-0b584f0d7e36"
    ],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Um, remember that time we interviewed David Byrne at KEXP? THAT WAS AWESOME. https://www.kexp.org/read/2017/4/19/kexp-exclusive-interview-david-byrne-on-here-lies-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}