Information about plays

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

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

{
    "id": 3601051,
    "uri": "https://api.kexp.org/v2/plays/3601051/?format=api",
    "airdate": "2026-01-06T15:20:07-08:00",
    "show": 65580,
    "show_uri": "https://api.kexp.org/v2/shows/65580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop",
    "track_id": "e2be5da3-0027-464d-8587-4f94850baef6",
    "recording_id": "9de4c2b1-94ef-48fa-ae6a-b36a27260ec7",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": "161567d7-e1bc-40f7-8d49-c9d8ea997e0d",
    "release_group_id": "d0dc0be5-53ec-3810-8683-ba1dfac644f8",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "J. Dilla sampled \"The New Style\" by Beastie Boys and used the same reverse sample technique that they had accidently come across with Rick Rubin. The song  uses Ad-Rock’s iconic \"mmm. . . .drop\" as a hook. \n--\n\"Drop\" also had an innovative, Spike Jonze-directed music video―featuring the Pharcyde and appearances from Ad-Rock and Mike D. https://youtu.be/wqVsfGQ_1SU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}