Information about plays

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

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

{
    "id": 3594038,
    "uri": "https://api.kexp.org/v2/plays/3594038/?format=api",
    "airdate": "2025-12-21T13:32:31-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Greensleeves",
    "track_id": "0b6b18fd-3eb9-3fcf-bd39-58363678f119",
    "recording_id": "f5716556-1fd1-47f8-b17c-16423d8487b9",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "The Complete 1961 Village Vanguard Recordings",
    "release_id": "4ed4218e-4b96-47e0-986d-391b3aa9f5f5",
    "release_group_id": "3d0e5d2a-13e9-36e7-a2f2-67fc25839740",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1997-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This box set catalogs the sessions at the Village Vanguard on November 1-3 and November 5 in 1961.\n\nThere are two recordings of \"Greensleeves\" on this set: November 2nd and November 3rd.\n\nhttps://store.ververecords.com/products/john-coltrane-the-complete-1961-village-vanguard-recordings-7lp-boxset",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}