Information about plays

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

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

{
    "id": 3632384,
    "uri": "https://api.kexp.org/v2/plays/3632384/?format=api",
    "airdate": "2026-03-22T14:37:10-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e68f88b-f2c6-35bd-a317-f32a8911f598/9416496070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e68f88b-f2c6-35bd-a317-f32a8911f598/9416496070-250.jpg",
    "song": "MmmHmm",
    "track_id": null,
    "recording_id": "3192df10-3b42-4653-ba35-ed7981410c14",
    "artist": "Flying Lotus feat. Thundercat",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92",
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Cosmogramma",
    "release_id": null,
    "release_group_id": "ddae2c76-1433-4a9a-be05-3447bda75eee",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flying Lotus collaborated with Kendrick Lamar on the 2014 track \"Never Catch Me\" from the \"You're Dead!\" album.\n\nhttps://flyinglotus.bandcamp.com/album/cosmogramma\nhttps://flying-lotus.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}