Information about plays

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

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

{
    "id": 3633409,
    "uri": "https://api.kexp.org/v2/plays/3633409/?format=api",
    "airdate": "2026-03-25T07:14:18-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Creep",
    "track_id": "06ae5d2e-a935-4235-a3f4-c7f35c6a6aef",
    "recording_id": "e8f630aa-1086-4708-befd-0d92ce058273",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Creep",
    "release_id": "de0a7c91-4145-42b4-87b1-284289d9048d",
    "release_group_id": "1285e101-7ffb-4ee2-9dd1-0d7c4ab1cec6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2008, Prince covered Radiohead's \"Creep\" live at Coachella.\n\nAt first, Prince's legal team blocked all posts of the performance--something Prince's team did with any unauthorized media related to hiis Purple Majesty. \n\nHowever, after Thom Yorke heard about it, he said it should be unblocked as it was a Radiohead song. Shortly after, an authorized full 8-minute clip was uploaded to YouTube. See this epic performance here: https://www.youtube.com/watch?v=NFXZNt4oLkE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}