Information about plays

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

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

{
    "id": 3628450,
    "uri": "https://api.kexp.org/v2/plays/3628450/?format=api",
    "airdate": "2026-03-13T15:47:57-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "https://coverartarchive.org/release/19bbfbd7-a5bf-4438-979c-4aaad0770314/38344814552-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19bbfbd7-a5bf-4438-979c-4aaad0770314/38344814552-250.jpg",
    "song": "Nothing but Flowers (Lillywhite mix)",
    "track_id": null,
    "recording_id": "d4178c46-7b5a-48c1-9382-48d6d49f024a",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "(Nothing but) Flowers",
    "release_id": null,
    "release_group_id": "101b9bb8-0d25-488c-aa00-0cc8ff9f2c42",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is an extended club mix of the Talking Heads tune by producer Steve Lillywhite. \n--\nIt was Lillywhite who suggested that Johnny Marr of The Smiths play guitar on the original. Here's the official video for that original: https://www.youtube.com/watch?v=2twY8YQYDBE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}