Information about plays

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

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

{
    "id": 3586927,
    "uri": "https://api.kexp.org/v2/plays/3586927/?format=api",
    "airdate": "2025-12-05T01:00:33-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sister Moon",
    "track_id": null,
    "recording_id": "6028f992-7505-40ab-b154-02361b5a66ad",
    "artist": "Ernestine Anderson",
    "artist_ids": [
        "d4fed395-5b9d-4b70-b45a-c6cbb0b46c9e"
    ],
    "album": "Blues, Dues & Love News",
    "release_id": null,
    "release_group_id": "a83ae81c-728a-3e32-b0d3-af807a03f312",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Blues, Dues & Love News\" is a Grammy-nominated 1996 album by legendary Seattle jazz/blues singer and Garfield High School alum Ernestine Anderson (c/o 1946) released the album on fellow GHS graduate Quincy Jones's (c/o 1950) Qwest label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}