Information about plays

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

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

{
    "id": 3600049,
    "uri": "https://api.kexp.org/v2/plays/3600049/?format=api",
    "airdate": "2026-01-04T07:38:26-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jus' Pull Up",
    "track_id": null,
    "recording_id": null,
    "artist": "bambinodj",
    "artist_ids": [
        "dea949a0-6332-4dc8-90d1-38727a2bf27c"
    ],
    "album": "Silent Dispatch",
    "release_id": null,
    "release_group_id": "72982e35-3060-4ef0-8ee3-f09f1b9b0410",
    "labels": [
        "OST"
    ],
    "label_ids": [
        "78687d53-9437-4b05-af0a-7b6ff85271cf"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Stellar, hypnotic, otherworldly chillout album from bambinodj that's \"music for pure hearts and tingling temples\" ~ https://bambinodj.bandcamp.com/album/silent-dispatch",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}