Information about plays

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

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

{
    "id": 3602297,
    "uri": "https://api.kexp.org/v2/plays/3602297/?format=api",
    "airdate": "2026-01-09T15:49:36-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Partyup",
    "track_id": "9a0253ee-e140-38e4-8c11-ae7e6afed432",
    "recording_id": "85600d45-f8e7-461e-a427-eed73d35329f",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Dirty Mind",
    "release_id": "fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20",
    "release_group_id": "4f19b946-6ecb-3801-9248-cc44e9e9a284",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Partyup\" is the eighth and final track on Prince’s third album 'Dirty Mind,' and, in late 1980, it was included on the US promo 12\" of 'Head.'\nhttps://bit.ly/3Mv7tD9\n\nWhat makes “Partyup” more than just ’60s fan fiction is the music: a lithe, infectious punk-funk groove, branded with the prophetic genre designation of “revolutionary rock and roll.”\nhttps://bit.ly/3yMgN1J\n\nPrince performed \"Partyup\" at his first Saturday Night Live appearance in February 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}