Information about plays

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

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

{
    "id": 3601662,
    "uri": "https://api.kexp.org/v2/plays/3601662/?format=api",
    "airdate": "2026-01-08T03:07:53-08:00",
    "show": 65592,
    "show_uri": "https://api.kexp.org/v2/shows/65592/?format=api",
    "image_uri": "https://coverartarchive.org/release/03aa0355-70d2-4032-9985-f9a040978520/3409750467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03aa0355-70d2-4032-9985-f9a040978520/3409750467-250.jpg",
    "song": "Notorious Thugs",
    "track_id": null,
    "recording_id": "a44ca742-266d-48d2-a658-88c66c6ba400",
    "artist": "The Notorious B.I.G. feat. Bone Thugs‐n‐Harmony",
    "artist_ids": [
        "d5d97b2b-b83b-4976-814a-056d9076c8c3",
        "2fa45bbb-0efb-4950-9d40-94bf23cbfec1"
    ],
    "album": "Life After Death",
    "release_id": null,
    "release_group_id": "132d78be-baa5-3301-aba5-933409e3f848",
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "1997-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Notorious Thugs contains vocal and lyrical samples from the song C.R.E.A.M. by Wu-Tang. In turn, the song has also been sampled by large names such as Meek Mill, Kendrick, and J Cole to name a few, find out who also sampled the song here:\nhttps://www.whosampled.com/The-Notorious-B.I.G./Notorious-Thugs/sampled/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}