Information about plays

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

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

{
    "id": 3602253,
    "uri": "https://api.kexp.org/v2/plays/3602253/?format=api",
    "airdate": "2026-01-09T13:29:54-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Illegal Business",
    "track_id": "31ccaeec-0354-3688-80e2-dc6580556d05",
    "recording_id": "212bc420-c229-4e5d-bef3-2867129659c6",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "By All Means Necessary",
    "release_id": "b636c814-b76e-48e0-a547-c02954bf8d19",
    "release_group_id": "508f9242-acc1-3df2-b2e3-4651a0532cf4",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Illegal Business\" is widely recognized as one of, if not the first, politically conscious efforts in Hip Hop. By All Means Necesaary dropped just over a year after founding band member DJ Scott La Rock was murdered. Boogie Down Productions would later go on to found the \"Stop The Violence\" campaign. \n\nhttps://thesource.com/2022/05/31/today-in-hip-hop-history-boogie-down-productions-released-their-second-lp-by-all-means-necessary-34-years-ago/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}