Information about plays

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

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

{
    "id": 3568773,
    "uri": "https://api.kexp.org/v2/plays/3568773/?format=api",
    "airdate": "2025-10-23T03:52:22-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Jude",
    "track_id": null,
    "recording_id": "335ac5cf-1e14-45c4-aa4d-94784c1ea4c1",
    "artist": "The Overton Berry Trio",
    "artist_ids": [
        "b00291f6-b9fd-4cfc-9bdd-6d6d44cce101"
    ],
    "album": "At Seattle's Doubletree Inn",
    "release_id": null,
    "release_group_id": "8dae551d-adf9-465d-b1b2-43edc269bcfe",
    "labels": [
        "Jaro Records"
    ],
    "label_ids": [
        "58218109-d077-4da5-bea5-6fea4282012f"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle band were major players in the local jazz scene, opening the new DoubleTree Inn location in Tukwila in the Cork Tree lounge, and performing there regularly before moving to a Seattle downtown residency. \nhttps://www.historylink.org/File/10325",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}