Information about plays

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

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

{
    "id": 3570006,
    "uri": "https://api.kexp.org/v2/plays/3570006/?format=api",
    "airdate": "2025-10-25T23:13:53-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4617fa8-f4c7-4445-b03b-7a1d6bd2781d/11543718053-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4617fa8-f4c7-4445-b03b-7a1d6bd2781d/11543718053-250.jpg",
    "song": "My Love Is a Bat",
    "track_id": null,
    "recording_id": "3b2a68e7-3bad-4f1b-889c-0a2b6e198541",
    "artist": "The Hex Dispensers",
    "artist_ids": [
        "45675465-be18-4308-8a14-c96b234b8a8f"
    ],
    "album": "Winchester Mystery House",
    "release_id": null,
    "release_group_id": "7ad6d2f7-71db-4e88-be2e-7a0030aca318",
    "labels": [
        "Alien Snatch! Records"
    ],
    "label_ids": [
        "47a43664-4627-432d-b438-e5f752bbdf08"
    ],
    "release_date": "2009-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Austin, TX\n\nThe Winchester Mystery House is a mansion in San Jose, California, that was once the personal residence of Sarah Winchester, the widow of firearms magnate William Wirt Winchester. The house became a tourist attraction nine months after Winchester's death in 1922.\nhttps://winchestermysteryhouse.com/\n\n\nhttps://thehexdispensers.bandcamp.com/album/iii\nhttps://www.facebook.com/thehexdispensers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}