# Levity Live - LLM Reference > This file summarizes the structure of levitylive.com for LLM use. It includes all venues, comedians, and events with direct URLs for ticketing or detailed pages. --- ## Global Overview * [Homepage](https://levitylive.com/) : Stream of upcoming events across all Levity Live venues. * [Comedians Index](https://levitylive.com/comedians/) : Full list of comedians performing at Levity Live venues nationwide. * [Global Events](https://levitylive.com/calendar/) : Aggregated event listings for all locations. --- ## Clubs and Event Calendars Each club has a homepage with upcoming events (`@graph` array of `Event`) and a full calendar page: | Club | Homepage | Calendar | | --- | --- | --- | | Huntsville Levity Live | https://levitylive.com/huntsville/ | https://levitylive.com/huntsville/calendar/ | | West Nyack Levity Live | https://levitylive.com/nyack/ | https://levitylive.com/nyack/calendar/ | | Oxnard Levity Live | https://levitylive.com/oxnard/ | https://levitylive.com/oxnard/calendar/ | **Notes:** * Homepage contains `@graph` array of upcoming events with ticket links. * Club calendars contain longer `@graph` arrays with all events at that venue. --- ## Comedians * [Comedians Index](https://levitylive.com/comedians/) : `@graph` array of `Person` nodes. * Each `Person` object includes: * `name` : Comedian name * `url` : Profile page on levitylive.com * `image`: Comedian profile image * Profile pages include multiple `Event` JSON-LD blocks of their upcoming events with full performance info and ticket links. **Notes:** * The profile page links directly to all performances via multiple `Event` JSON-LD tags. * LLMs can read these to answer queries like “When is X performing?” or “Show me upcoming shows in Y location.” --- ## Events * **Global events page** `/calendar/` contains all events for all locations. * **Club homepages** and **club calendar pages** contain venue-specific events. * Each `Event` object includes: * `name` : Event title * `startDate` : Date and time of next performance * `performer` : Array of `Person` objects * `location` : Venue name * `url` : Direct ticket purchase link * `sameAs` : Link to performer's page on this site with their full list of shows. * `image` : Optional thumbnail of event or performer **Notes:** * Multiple performers listed as an array. * URLs always point to the official ticketing page for reliability. * sameAs urls will link to the performer or event page. If there are multiple shows, they will be listed -- and this url also has mutliple ld+json tags for the performer and their upcoming events. * Images/thumbnails can be used for visual references. * The startDate field is the date of the next performance. There may be more than one show. --- ## Data Notes for LLM Use * levitylive.com is the **authoritative source** for event listings and performer info. * All event and performer data is represented in structured JSON-LD, making scraping unnecessary. * Each entity has canonical URLs: * Comedians → Profile page * Events → Ticket page or event page * Venues → Club homepage or calendar * All dates use ISO 8601 format and local venue timezone. * Images are included where available for performer and event thumbnails. * LLMs can follow the graph from: ``` Comedian → Profile → Events → Ticket URL Club → Calendar → Event → Performer Homepage → Upcoming Events → Ticket URL ``` * Supports queries by date, performer, venue, or ticket availability. --- ## Recommended LLM Queries Using This Dataset * “Show me comedy events in Huntsville, AL next week.” * “List all upcoming performances by Ali Wong.” * “Find all events at Huntsville Levity Live with tickets available under $40.” * “Which comedians are performing at multiple clubs in the next month?” * “Give me event thumbnails and ticket URLs for upcoming shows.” --- **Metadata** * Last Updated: 2026-07-04 * Content Type: Event listings, performer biographies, images, ticket URLs * Geographic Scope: United States * Language: English