Information about plays

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

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

{
    "id": 3593669,
    "uri": "https://api.kexp.org/v2/plays/3593669/?format=api",
    "airdate": "2025-12-20T20:53:33-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Greetings From the Great North Woods",
    "track_id": "4fc967f1-c621-33ee-bf14-9ec1ab0511f9",
    "recording_id": "cbdd5efc-7a98-436f-b4d7-8c70e06511e4",
    "artist": "These Arms Are Snakes",
    "artist_ids": [
        "e95a296e-a34c-4496-9a7c-a95683d487b5"
    ],
    "album": "Oxeneers or the Lion Sleeps When Its Antelope Go Home",
    "release_id": "1d1a12c1-31d6-4797-b28e-748d99dddbc1",
    "release_group_id": "d8cbd9cf-bc85-3319-b1dc-a0abd83115e1",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2004-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Maybe this song is about Santa's house!\n\nhttps://thesearmsaresnakes.bandcamp.com/album/oxeneers-or-the-lion-sleeps-when-its-antelope-go-home",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}