Information about plays

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

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

{
    "id": 3636915,
    "uri": "https://api.kexp.org/v2/plays/3636915/?format=api",
    "airdate": "2026-04-02T15:23:47-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35f1088-7b5e-4d29-aa6f-86184987a288/40852010391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35f1088-7b5e-4d29-aa6f-86184987a288/40852010391-250.jpg",
    "song": "Sippin’ on Some Syrup",
    "track_id": null,
    "recording_id": "ff49335e-4f15-493c-b97a-ac2f864f207d",
    "artist": "Three 6 Mafia feat. UGK & Project Pat",
    "artist_ids": [
        "a8754ac4-a85e-4f48-a81f-eecd482570ef",
        "9603810b-5d6d-41a6-aca8-330ef966d55c",
        "8b8985eb-f71f-4229-9f11-171a7aac98c1"
    ],
    "album": "When the Smoke Clears: Sixty 6, Sixty 1",
    "release_id": null,
    "release_group_id": "ce2eb30e-f1ef-3b41-8899-87056d18f835",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2000-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sippin' on Some Syrup\" contains samples of multiple elements  \"Is That Enough\" by Marvin Gaye.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}