Information about plays

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

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

{
    "id": 3594384,
    "uri": "https://api.kexp.org/v2/plays/3594384/?format=api",
    "airdate": "2025-12-22T07:57:22-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vapors",
    "track_id": "e1c1ff66-2269-30cb-9368-8994ed6e6f5a",
    "recording_id": "b14c6041-9a2f-4965-9ebe-df0e4d0839e2",
    "artist": "Biz Markie",
    "artist_ids": [
        "48b48175-5ffd-49a2-88e2-ca84118544ca"
    ],
    "album": "Kurtis Blow Presents the History of Rap, Volume 3: The Golden Age",
    "release_id": "f685f512-cdb6-40de-a6b3-4447763624fb",
    "release_group_id": "bb746ac1-0600-36db-b073-6f3a36263fba",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Vapors\" was Biz Markie's first hit, found on the 1988 debut album Goin' Off. Co-written by Big Daddy Kane and later covered by Snoop Dogg.\n\nhttps://hiphopgoldenage.com/biz-markie-vapors-1988/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}