Information about plays

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

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

{
    "id": 3605024,
    "uri": "https://api.kexp.org/v2/plays/3605024/?format=api",
    "airdate": "2026-01-16T08:46:09-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Controversy",
    "track_id": "bda341ae-3bba-3f38-a83d-e642b97d9724",
    "recording_id": "cdc09ab5-378a-4bb1-8b4e-ecd8252d21f3",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Controversy",
    "release_id": "e9c281ee-4685-349c-bda7-d6f13f3717fa",
    "release_group_id": "7263636b-ca20-3598-8ec0-bc1b52c9b958",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Controversy is when Prince began to transform into a world-beating '80s phenom. This transitional album, released on Oct. 14, 1981, is the first to prominently feature members of the Revolution. It's the first to use his unique spelling for a song title, and the first to connect Prince with the color purple.\n--\nLearn more about this important album: https://ultimateprince.com/prince-controversy-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}