Information about plays

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

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

{
    "id": 3632250,
    "uri": "https://api.kexp.org/v2/plays/3632250/?format=api",
    "airdate": "2026-03-22T05:13:40-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://coverartarchive.org/release/4bb22337-94c1-4c6d-9a33-79f58c0d81e5/27285633665-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4bb22337-94c1-4c6d-9a33-79f58c0d81e5/27285633665-250.jpg",
    "song": "FIND YOUR WINGS",
    "track_id": null,
    "recording_id": "071f8f75-fcba-4cb5-9314-29fba99b4be5",
    "artist": "Tyler, The Creator feat. Roy Ayers, Syd Bennett, Jameel Kirk Bruner, Samantha Nelson, Tiffany Palmer, Onitsha Shaw and Kali Uchis",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6",
        "06e199c1-6f33-477b-a74d-bc8a283bd8f0",
        "7d3d6c65-e053-4657-8705-0ca61bc012ad",
        "0d98e01b-b62d-4c69-bd52-519027fe71aa",
        "fb029b2e-1891-49e9-a679-e4c4c11e08ad",
        "99a29d33-4edf-4a00-8a14-58318f7a07ca",
        "2da518b0-b55b-49b9-98a5-feede138fd1f",
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Cherry Bomb",
    "release_id": null,
    "release_group_id": "1ea9701e-f93e-4d88-9eda-16d01c155ff6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features Roy Ayers on vibraphone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}