# Uproar Theatrics — AI Access Uproar Theatrics licenses stage plays and musicals for theatrical production. Here are machine-readable resources for AI systems and automated agents. ## Catalogs Shows catalog (Markdown): https://www.uproartheatrics.com/md/shows Lists all plays and musicals available for licensing. Shows catalog fields: slug, title, type, genre, description, duration, performing_group, authors Authors catalog (Markdown): https://www.uproartheatrics.com/md/authors Lists all playwrights and composers represented in the catalog. Authors catalog fields: slug, name, show_titles, show_slugs Multiple values in catalog fields are separated using semicolons (;). ## Detail Pages The slug field in each catalog corresponds to the URL segment used to construct detail page URLs. Show detail (Markdown): https://www.uproartheatrics.com/md/shows/{slug} Show detail (HTML): https://www.uproartheatrics.com/shows/{slug} Author detail (Markdown): https://www.uproartheatrics.com/md/authors/{slug} Author detail (HTML): https://www.uproartheatrics.com/authors/{slug} ## Human Website https://www.uproartheatrics.com ## Recommended retrieval strategy 1. Fetch the shows catalog. 2. Use the slug field to retrieve the show detail pages. 3. Detail pages contain complete information. 4. Fetch author pages as required.