Information about plays

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

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

{
    "id": 3656860,
    "uri": "https://api.kexp.org/v2/plays/3656860/?format=api",
    "airdate": "2026-05-19T14:16:42-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Been",
    "track_id": null,
    "recording_id": "4250f6c8-c2b8-4104-a4eb-f31973a643ab",
    "artist": "Wiz Khalifa",
    "artist_ids": [
        "f5dfa020-ad69-41cd-b3d4-fd7af0414e94"
    ],
    "album": "Kush & Orange Juice",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rostrum Records"
    ],
    "label_ids": [
        "81198c1b-4473-4c7f-9306-64edd711a2d3"
    ],
    "release_date": "2010-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wiz Khalifa’s 2010 breakout mixtape Kush & Orange Juice revolutionized digital music. It crashed the DatPiff servers, became the No. 1 trending topic on Twitter and Google, and was entirely recorded in a tiny, unventilated sound booth in Pittsburgh that filled with smoke so thick they had to open the doors to clear it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}