Information about plays

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

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

{
    "id": 3595681,
    "uri": "https://api.kexp.org/v2/plays/3595681/?format=api",
    "airdate": "2025-12-25T05:10:23-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There's Frost On The Moon",
    "track_id": null,
    "recording_id": "373dc517-6925-42cb-875c-6126d099f2a1",
    "artist": "Artie Shaw",
    "artist_ids": [
        "85545102-7c29-4707-aea2-30ff55018df9"
    ],
    "album": "Kind of Shaw",
    "release_id": null,
    "release_group_id": "602b9c4e-db6f-4106-bede-81a8889fd9e0",
    "labels": [
        "House of Jazz"
    ],
    "label_ids": [
        "1fe68e93-a49b-494c-a33d-d743e327ce15"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Artie Shaw was an American clarinetist, composer, bandleader, and author of both fiction and non-fiction. Widely regarded as \"one of jazz's finest clarinetists\", Shaw led one of the United States' most popular big bands in the late 1930s through the early 1940s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}