Information about plays

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

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

{
    "id": 3622950,
    "uri": "https://api.kexp.org/v2/plays/3622950/?format=api",
    "airdate": "2026-02-27T09:58:43-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Did This To Myself",
    "track_id": "74d6d381-8ead-445e-9a69-7c2b1119e40b",
    "recording_id": "9e6076ac-8f2c-4956-a8aa-57138edb13bc",
    "artist": "Thundercat feat. Lil Yachty",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17",
        "a668565b-41b8-44a8-9d5c-8e609dbf69fc"
    ],
    "album": "Distracted",
    "release_id": "bf5196a5-544d-44c4-aebc-b62472a365d0",
    "release_group_id": "cd80d129-cb28-4e70-b4c2-b4ac052cb90e",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six years to the date of his last LP, Thundercat will release his fifth studio album, Distracted, coming out April 3rd via Brainfeeder. The new album features contributions from A$AP Rocky, WILLOW, Tame Impala, Channel Tres, Lil Yachty and a previously unreleased collaboration with the dearly departed Mac Miller.\n\n\"Distracted\" will be out on April 3rd and can be pre-ordered here: https://thundercat.bandcamp.com/album/distracted",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}