Information about plays

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

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

{
    "id": 3624861,
    "uri": "https://api.kexp.org/v2/plays/3624861/?format=api",
    "airdate": "2026-03-03T15:40:15-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Choklate - The Tea (WD4D's Spicey Chai Rmx)",
    "track_id": "aaf606a2-1452-471f-8a87-4faacf5de5d7",
    "recording_id": "b47c754b-6b15-47a4-8e04-1c415b13a238",
    "artist": "WD4D",
    "artist_ids": [
        "b825b10f-c96a-4803-83c4-5685ab2e063e"
    ],
    "album": "Post-Hyphy-Romanticrunk EP",
    "release_id": "b26da1ec-0d2d-4664-ad2b-9634457e69d9",
    "release_group_id": "b8e8cd3f-2e22-4e1d-a2b7-e71200ec13a1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In 2010, Seattle's The Stranger called WD4D (Waylon Dungan)  \" the feel-good DJ of the decade\": https://www.thestranger.com/music/2010/11/18/5540360/the-feel-good-dj-of-the-decade\n--\nhttps://soundcloud.com/wd4d/choklate-the-tea-wd4ds-spicy-chai-rmx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}