Information about plays

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

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

{
    "id": 3596572,
    "uri": "https://api.kexp.org/v2/plays/3596572/?format=api",
    "airdate": "2025-12-27T03:48:30-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Bitch Walking",
    "track_id": "76b43c94-03ec-4182-bd0f-9b60b92f96ef",
    "recording_id": "dd697d23-76a0-4da5-a305-da0e50afed19",
    "artist": "Shabazz Palaces feat. Stas THEE Boss",
    "artist_ids": [
        "f90f6b85-41ce-432b-a0f1-2ae485830669",
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "The Don of Diamond Dreams",
    "release_id": "37fb14df-b13c-407d-8d1b-79943b7578bf",
    "release_group_id": "037f5951-3f52-43ed-a95a-5965a4ec651e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2020-04-17",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See the official video for “Bad Bitch Walking (feat. Stas THEE Boss).” The visual, which stars Ishmael Butler, Stas THEE Boss, model Shernita Anderson, and dancer-choreographer Tanisha Scott, was filmed in isolation in four cities across North America: Toronto, Seattle, Ontario, and Brooklyn.: https://www.youtube.com/watch?v=4kx811DnD_E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}