Information about plays

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

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

{
    "id": 3636888,
    "uri": "https://api.kexp.org/v2/plays/3636888/?format=api",
    "airdate": "2026-04-02T14:01:05-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5244070-e64b-4f24-a64f-5ad766a154c5/12801205104-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5244070-e64b-4f24-a64f-5ad766a154c5/12801205104-250.jpg",
    "song": "Turn da Lights Off",
    "track_id": null,
    "recording_id": "b0d96d91-bf93-4b4d-ba0f-c68b4b811be6",
    "artist": "Tweet feat. Missy Elliott",
    "artist_ids": [
        "db21a231-40ee-4c18-9604-bd7508a05998",
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "It’s Me Again",
    "release_id": null,
    "release_group_id": "b0b6f851-5ce7-3a42-9b9f-8084eb73f280",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2005-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track sampled the hook from Nat King Cole's 1948 \"lost April\" and directly sampled the Gaye-Terrell duet \"If This World Were Mine.\"\n--\nHere's the official video for \"Turn da Lights Off\": https://www.youtube.com/watch?v=7Bmd9UQSK-U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}