Information about plays

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

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

{
    "id": 3560791,
    "uri": "https://api.kexp.org/v2/plays/3560791/?format=api",
    "airdate": "2025-10-03T08:37:48-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": "The Imperial March (Darth Vader’s Theme)",
    "track_id": "ed4fb7f2-6e8a-4dab-9166-75bc491e3f83",
    "recording_id": "b04991c9-92e9-4ca4-911e-d05f03c351fc",
    "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": "Here's an analysis of this iconic piece of music: https://classicalexburns.com/2021/06/03/john-williams-the-imperial-march/\n--\nIt's been suggested that Williams was strongly influenced by \"Mars\" from \"The Planets\" by Gustav Holst.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}