Information about plays

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

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

{
    "id": 3595263,
    "uri": "https://api.kexp.org/v2/plays/3595263/?format=api",
    "airdate": "2025-12-24T07:40:57-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Secret",
    "track_id": null,
    "recording_id": "1ea824e2-4da1-4c7e-9156-4ddf7093caba",
    "artist": "Johnny Guarnieri & Slam Stewart",
    "artist_ids": [
        "516cc45d-3727-4d21-8a8f-be89339b50eb",
        "d55d55df-1861-4bca-bf46-dc1af31c1c98"
    ],
    "album": "Savoy Jazz Christmas Blues",
    "release_id": null,
    "release_group_id": "e36844e7-05fb-383b-81ea-f778899dd8f1",
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Santa's Secret\" is answering Arlo Guthrie's question: \"What's in the pipe that he's smoking?\"\n\nRecorded in NYC in 1944 but not released until this Savoy Jazz compilation: https://tinyurl.com/5yre3j9h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}