Information about plays

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

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

{
    "id": 3560789,
    "uri": "https://api.kexp.org/v2/plays/3560789/?format=api",
    "airdate": "2025-10-03T08:27:51-07:00",
    "show": 64732,
    "show_uri": "https://api.kexp.org/v2/shows/64732/?format=api",
    "image_uri": "https://ia803107.us.archive.org/15/items/mbid-274f5b2b-ed1b-4311-8034-8a005c58d04d/mbid-274f5b2b-ed1b-4311-8034-8a005c58d04d-19792380840_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/15/items/mbid-274f5b2b-ed1b-4311-8034-8a005c58d04d/mbid-274f5b2b-ed1b-4311-8034-8a005c58d04d-19792380840_thumb250.jpg",
    "song": "Star Wars (Main Theme)",
    "track_id": "2d7e9cde-316f-4bba-b70a-0a92a774d339",
    "recording_id": "15cad1ef-1528-4ba3-addd-98660d64ad30",
    "artist": "John Williams",
    "artist_ids": [
        "53b106e7-0cc6-42cc-ac95-ed8d30a3a98e"
    ],
    "album": "Star Wars: The Empire Strikes Back",
    "release_id": "274f5b2b-ed1b-4311-8034-8a005c58d04d",
    "release_group_id": "55c39842-1d28-3951-9f8e-36a2ebc6066a",
    "labels": [
        "Walt Disney Records"
    ],
    "label_ids": [
        "1c50034a-5c92-41a4-95ad-0acb7ea4686f"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tracey asked for the \"Star Wars\" theme. (Perhaps you'll hear it again on The Morning Show next Friday!)\n--\nDid you know that John Williams celebrated his 93rd birthday in February?  Here's a tribute to his \"wonderful life\": https://thelegacyofjohnwilliams.com/2025/02/08/john-williams-wonderful-life/\n--\n\"Ok the Star Wars theme did it - as soon as i get home I'm donating again! ❤️\" --Lynne in Portland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}