Information about plays

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

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

{
    "id": 3644072,
    "uri": "https://api.kexp.org/v2/plays/3644072/?format=api",
    "airdate": "2026-04-19T09:19:24-07:00",
    "show": 66495,
    "show_uri": "https://api.kexp.org/v2/shows/66495/?format=api",
    "image_uri": "https://coverartarchive.org/release/19e21c27-61a9-4ca0-8fd7-1607dfd3d1bd/35314441795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19e21c27-61a9-4ca0-8fd7-1607dfd3d1bd/35314441795-250.jpg",
    "song": "One More Night",
    "track_id": null,
    "recording_id": "a139c964-c1bd-474d-88ff-74f7d4097e48",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": null,
    "release_group_id": "c51bb243-59ac-4de0-9a51-4ead3d4e1bf8",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2016-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British Uganda singer spoke with KEXP's Sound and Vision in 2020. https://www.kexp.org/podcasts/sound-vision/2020/1/28/michael-kiwanuka-race-music-and-big-little-lies-gender-controversy-grammys-and-cmt/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}