Last active
May 27, 2026 01:07
-
-
Save folkengine/c4b09a32c657c7c527343098cd38beae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "organization": { | |
| "name": "Riverside Symphony Orchestra", | |
| "city": "Riverside", | |
| "state": "CA", | |
| "founded": 1978, | |
| "season": "2024\u20132025", | |
| "music_director": "Dr. Elena Vasquez", | |
| "concert_master": "James Thornton" | |
| }, | |
| "instruments": { | |
| "strings": [ | |
| "Violin I", | |
| "Violin II", | |
| "Viola", | |
| "Cello", | |
| "Bass" | |
| ], | |
| "woodwinds": [ | |
| "Flute", | |
| "Oboe", | |
| "Clarinet", | |
| "Bassoon" | |
| ], | |
| "brass": [ | |
| "Horn", | |
| "Trumpet", | |
| "Trombone", | |
| "Tuba" | |
| ], | |
| "percussion": [ | |
| "Timpani", | |
| "Percussion" | |
| ], | |
| "keyboard": [ | |
| "Harp", | |
| "Piano/Celesta" | |
| ] | |
| }, | |
| "venues": [ | |
| { | |
| "venue_id": "VEN-01", | |
| "name": "Concert Hall", | |
| "short_name": "Concert Hall", | |
| "type": "performance", | |
| "address": { | |
| "street": "3485 Mission Inn Avenue", | |
| "city": "Riverside", | |
| "state": "CA", | |
| "zip": "92501" | |
| }, | |
| "capacity": 1800, | |
| "stage_type": "proscenium", | |
| "has_pit": false, | |
| "has_organ": true, | |
| "loading_dock": true, | |
| "parking": "Adjacent garage \u2014 400 spaces", | |
| "contact": { | |
| "name": "Venue Operations", | |
| "phone": "951-555-0110", | |
| "email": "ops@riversidearts.org" | |
| }, | |
| "notes": "Main performance venue. Full fly system. Steinway D concert grand on site." | |
| }, | |
| { | |
| "venue_id": "VEN-02", | |
| "name": "Recital Hall", | |
| "short_name": "Recital Hall", | |
| "type": "performance", | |
| "address": { | |
| "street": "3485 Mission Inn Avenue", | |
| "city": "Riverside", | |
| "state": "CA", | |
| "zip": "92501" | |
| }, | |
| "capacity": 350, | |
| "stage_type": "thrust", | |
| "has_pit": false, | |
| "has_organ": false, | |
| "loading_dock": false, | |
| "parking": "Shared with Concert Hall garage", | |
| "contact": { | |
| "name": "Venue Operations", | |
| "phone": "951-555-0110", | |
| "email": "ops@riversidearts.org" | |
| }, | |
| "notes": "Chamber and intimate performances. B\u00f6sendorfer 225 on site." | |
| }, | |
| { | |
| "venue_id": "VEN-03", | |
| "name": "Rehearsal Hall A", | |
| "short_name": "Rehearsal Hall A", | |
| "type": "rehearsal", | |
| "address": { | |
| "street": "3490 Market Street", | |
| "city": "Riverside", | |
| "state": "CA", | |
| "zip": "92501" | |
| }, | |
| "capacity": 80, | |
| "stage_type": "flat floor", | |
| "has_pit": false, | |
| "has_organ": false, | |
| "loading_dock": true, | |
| "parking": "Street and RSO lot \u2014 60 spaces", | |
| "contact": { | |
| "name": "RSO Operations", | |
| "phone": "951-555-0120", | |
| "email": "operations@riversideso.org" | |
| }, | |
| "notes": "Primary full-orchestra rehearsal space. Mirrors on north wall. Upright piano on site. Climate controlled." | |
| }, | |
| { | |
| "venue_id": "VEN-04", | |
| "name": "Rehearsal Hall B", | |
| "short_name": "Rehearsal Hall B", | |
| "type": "rehearsal", | |
| "address": { | |
| "street": "3490 Market Street", | |
| "city": "Riverside", | |
| "state": "CA", | |
| "zip": "92501" | |
| }, | |
| "capacity": 40, | |
| "stage_type": "flat floor", | |
| "has_pit": false, | |
| "has_organ": false, | |
| "loading_dock": true, | |
| "parking": "Street and RSO lot \u2014 60 spaces", | |
| "contact": { | |
| "name": "RSO Operations", | |
| "phone": "951-555-0120", | |
| "email": "operations@riversideso.org" | |
| }, | |
| "notes": "Sectional and small ensemble rehearsals. String-friendly flooring. Upright piano on site." | |
| }, | |
| { | |
| "venue_id": "VEN-05", | |
| "name": "Studio 1", | |
| "short_name": "Studio 1", | |
| "type": "rehearsal", | |
| "address": { | |
| "street": "3490 Market Street", | |
| "city": "Riverside", | |
| "state": "CA", | |
| "zip": "92501" | |
| }, | |
| "capacity": 15, | |
| "stage_type": "flat floor", | |
| "has_pit": false, | |
| "has_organ": false, | |
| "loading_dock": false, | |
| "parking": "Street and RSO lot \u2014 60 spaces", | |
| "contact": { | |
| "name": "RSO Operations", | |
| "phone": "951-555-0120", | |
| "email": "operations@riversideso.org" | |
| }, | |
| "notes": "Chamber coaching and small ensemble work. Yamaha C3 grand on site. Acoustic panels installed 2022." | |
| } | |
| ], | |
| "roster_pool": [ | |
| { | |
| "id": "M001", | |
| "name": "James Thornton", | |
| "instrument": "Violin I", | |
| "chair": "Principal/Concertmaster", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M002", | |
| "name": "Sophia Huang", | |
| "instrument": "Violin I", | |
| "chair": "Associate Concertmaster", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M003", | |
| "name": "Rafael Gutierrez", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M004", | |
| "name": "Priya Nair", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.9 | |
| }, | |
| { | |
| "id": "M005", | |
| "name": "Thomas Eriksson", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M006", | |
| "name": "Mei-Ling Zhou", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.85 | |
| }, | |
| { | |
| "id": "M007", | |
| "name": "Daniel Park", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M008", | |
| "name": "Anastasia Volkov", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M009", | |
| "name": "Carlos Mendez", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.7 | |
| }, | |
| { | |
| "id": "M010", | |
| "name": "Yuki Tanaka", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M011", | |
| "name": "Laura Bennett", | |
| "instrument": "Violin II", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M012", | |
| "name": "Marcus Williams", | |
| "instrument": "Violin II", | |
| "chair": "Associate Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M013", | |
| "name": "Fatima Al-Hassan", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.95 | |
| }, | |
| { | |
| "id": "M014", | |
| "name": "Ethan Kowalski", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M015", | |
| "name": "Nadia Okonkwo", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.8 | |
| }, | |
| { | |
| "id": "M016", | |
| "name": "Hugo Barroso", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M017", | |
| "name": "Claire Dupont", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.65 | |
| }, | |
| { | |
| "id": "M018", | |
| "name": "Arjun Sharma", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.75 | |
| }, | |
| { | |
| "id": "M019", | |
| "name": "Elena Petrova", | |
| "instrument": "Viola", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M020", | |
| "name": "Theodore Banks", | |
| "instrument": "Viola", | |
| "chair": "Associate Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M021", | |
| "name": "Ingrid Larsson", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.9 | |
| }, | |
| { | |
| "id": "M022", | |
| "name": "Santiago Reyes", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M023", | |
| "name": "Keiko Mori", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.85 | |
| }, | |
| { | |
| "id": "M024", | |
| "name": "Dmitri Volkov", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.7 | |
| }, | |
| { | |
| "id": "M025", | |
| "name": "Amara Diallo", | |
| "instrument": "Cello", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M026", | |
| "name": "Liam O'Brien", | |
| "instrument": "Cello", | |
| "chair": "Associate Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M027", | |
| "name": "Yuna Kim", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M028", | |
| "name": "Roberto Ferrara", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.9 | |
| }, | |
| { | |
| "id": "M029", | |
| "name": "Hana Nakamura", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M030", | |
| "name": "Patrick Dubois", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M031", | |
| "name": "Anya Sokolov", | |
| "instrument": "Bass", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M032", | |
| "name": "Jerome Foster", | |
| "instrument": "Bass", | |
| "chair": "Associate Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M033", | |
| "name": "Min-Ji Lee", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "core", | |
| "availability": 0.95 | |
| }, | |
| { | |
| "id": "M034", | |
| "name": "Tobias Richter", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.7 | |
| }, | |
| { | |
| "id": "M035", | |
| "name": "Camille Martin", | |
| "instrument": "Flute", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M036", | |
| "name": "Oliver Chen", | |
| "instrument": "Flute", | |
| "chair": "Second/Piccolo", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M037", | |
| "name": "Vera Johansson", | |
| "instrument": "Flute", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.65 | |
| }, | |
| { | |
| "id": "M038", | |
| "name": "Nathan Abrams", | |
| "instrument": "Oboe", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M039", | |
| "name": "Isabel Carvalho", | |
| "instrument": "Oboe", | |
| "chair": "Second/English Horn", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M040", | |
| "name": "Giulia Romano", | |
| "instrument": "Oboe", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M041", | |
| "name": "Ahmad Khalil", | |
| "instrument": "Clarinet", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M042", | |
| "name": "Brigitte Moreau", | |
| "instrument": "Clarinet", | |
| "chair": "Second/Bass Clarinet", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M043", | |
| "name": "Devon Walsh", | |
| "instrument": "Clarinet", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.7 | |
| }, | |
| { | |
| "id": "M044", | |
| "name": "Soo-Jin Park", | |
| "instrument": "Bassoon", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M045", | |
| "name": "Nikolai Ivanov", | |
| "instrument": "Bassoon", | |
| "chair": "Second/Contrabassoon", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M046", | |
| "name": "Cecilia Fontaine", | |
| "instrument": "Bassoon", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.65 | |
| }, | |
| { | |
| "id": "M047", | |
| "name": "Brendan Callahan", | |
| "instrument": "Horn", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M048", | |
| "name": "Xiomara Reyes", | |
| "instrument": "Horn", | |
| "chair": "Associate Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M049", | |
| "name": "Lars Andersen", | |
| "instrument": "Horn", | |
| "chair": "Third", | |
| "tier": "core", | |
| "availability": 0.9 | |
| }, | |
| { | |
| "id": "M050", | |
| "name": "Mia Hoffmann", | |
| "instrument": "Horn", | |
| "chair": "Fourth", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M051", | |
| "name": "Victor Santos", | |
| "instrument": "Horn", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M052", | |
| "name": "DeShawn Parker", | |
| "instrument": "Trumpet", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M053", | |
| "name": "Katrina Mueller", | |
| "instrument": "Trumpet", | |
| "chair": "Second", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M054", | |
| "name": "Ryo Yamamoto", | |
| "instrument": "Trumpet", | |
| "chair": "Third", | |
| "tier": "sub", | |
| "availability": 0.75 | |
| }, | |
| { | |
| "id": "M055", | |
| "name": "Isabelle Lefebvre", | |
| "instrument": "Trombone", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M056", | |
| "name": "Marcus Grant", | |
| "instrument": "Trombone", | |
| "chair": "Second", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M057", | |
| "name": "Paulo Rodrigues", | |
| "instrument": "Trombone", | |
| "chair": "Bass Trombone", | |
| "tier": "core", | |
| "availability": 0.9 | |
| }, | |
| { | |
| "id": "M058", | |
| "name": "Anton Weiss", | |
| "instrument": "Tuba", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M059", | |
| "name": "Naomi Adeyemi", | |
| "instrument": "Timpani", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M060", | |
| "name": "Samuel Cohen", | |
| "instrument": "Percussion", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M061", | |
| "name": "Ji-Young Bae", | |
| "instrument": "Percussion", | |
| "chair": "Second", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M062", | |
| "name": "Alexandra Frost", | |
| "instrument": "Harp", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 1.0 | |
| }, | |
| { | |
| "id": "M063", | |
| "name": "Olivia Chambers", | |
| "instrument": "Piano/Celesta", | |
| "chair": "Principal", | |
| "tier": "core", | |
| "availability": 0.85 | |
| }, | |
| { | |
| "id": "M064", | |
| "name": "Wei Zhang", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M065", | |
| "name": "Leila Hassan", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.55 | |
| }, | |
| { | |
| "id": "M066", | |
| "name": "Finn McCarthy", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M067", | |
| "name": "Talia Greenfield", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M068", | |
| "name": "Raymond Tong", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M069", | |
| "name": "Simone Blanc", | |
| "instrument": "Flute", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M070", | |
| "name": "Harriet Stone", | |
| "instrument": "Oboe", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.55 | |
| }, | |
| { | |
| "id": "M071", | |
| "name": "Kevin Marsh", | |
| "instrument": "Clarinet", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M072", | |
| "name": "Lena Fischer", | |
| "instrument": "Bassoon", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.55 | |
| }, | |
| { | |
| "id": "M073", | |
| "name": "Omar Hassan", | |
| "instrument": "Horn", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M074", | |
| "name": "Tanya Brooks", | |
| "instrument": "Trumpet", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M075", | |
| "name": "Diego Morales", | |
| "instrument": "Trombone", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M076", | |
| "name": "Petra Novak", | |
| "instrument": "Tuba", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.5 | |
| }, | |
| { | |
| "id": "M077", | |
| "name": "Sasha Belova", | |
| "instrument": "Percussion", | |
| "chair": "Section", | |
| "tier": "sub", | |
| "availability": 0.6 | |
| }, | |
| { | |
| "id": "M078", | |
| "name": "Chris Nakamura", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M079", | |
| "name": "Maria Santos", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M080", | |
| "name": "Aaron Levy", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M081", | |
| "name": "Fiona Hughes", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M082", | |
| "name": "Reza Ahmadi", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M083", | |
| "name": "Bianca Ferreira", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M084", | |
| "name": "Jake Morrison", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M085", | |
| "name": "Aiko Suzuki", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M086", | |
| "name": "Leo Vasquez", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M087", | |
| "name": "Nina Popov", | |
| "instrument": "Flute", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M088", | |
| "name": "Ben Carlisle", | |
| "instrument": "Oboe", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M089", | |
| "name": "Yara Costa", | |
| "instrument": "Clarinet", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M090", | |
| "name": "Maksim Petrov", | |
| "instrument": "Bassoon", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M091", | |
| "name": "Cora Jensen", | |
| "instrument": "Horn", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M092", | |
| "name": "Theo Lambert", | |
| "instrument": "Trumpet", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M093", | |
| "name": "Sofia Rossi", | |
| "instrument": "Trombone", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M094", | |
| "name": "Kwame Asante", | |
| "instrument": "Percussion", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M095", | |
| "name": "Lily Cheng", | |
| "instrument": "Harp", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M096", | |
| "name": "Nour Mansour", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M097", | |
| "name": "Ivan Sorokin", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M098", | |
| "name": "Zara Osei", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M099", | |
| "name": "Pascal Girard", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M100", | |
| "name": "Dani Herrera", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M101", | |
| "name": "Yew-Lin Tan", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M102", | |
| "name": "Rosie Campbell", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M103", | |
| "name": "Felix Braun", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M104", | |
| "name": "Alicia Torres", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M105", | |
| "name": "Grant Wilson", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M106", | |
| "name": "Mina Johansson", | |
| "instrument": "Flute", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M107", | |
| "name": "Basil Okafor", | |
| "instrument": "Oboe", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M108", | |
| "name": "Elsa Lindqvist", | |
| "instrument": "Clarinet", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M109", | |
| "name": "Carlos Velez", | |
| "instrument": "Bassoon", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M110", | |
| "name": "Miriam Cohen", | |
| "instrument": "Horn", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M111", | |
| "name": "Duncan Fraser", | |
| "instrument": "Trumpet", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M112", | |
| "name": "Tamara Volkov", | |
| "instrument": "Trombone", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M113", | |
| "name": "Hiro Ito", | |
| "instrument": "Percussion", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M114", | |
| "name": "Svetlana Karpova", | |
| "instrument": "Piano/Celesta", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M115", | |
| "name": "Ben Okafor", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M116", | |
| "name": "Mei Chen", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M117", | |
| "name": "Aditi Rao", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M118", | |
| "name": "Luca Ricci", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M119", | |
| "name": "Sam Rivers", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M120", | |
| "name": "Eva Schneider", | |
| "instrument": "Flute", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M121", | |
| "name": "Nadia Khan", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M122", | |
| "name": "Boris Strelnikov", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M123", | |
| "name": "Joanna Patel", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M124", | |
| "name": "Eamon Donnelly", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M125", | |
| "name": "Amelia Fong", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M126", | |
| "name": "Tristan Morel", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M127", | |
| "name": "Hana Bae", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M128", | |
| "name": "Omar Khalil", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M129", | |
| "name": "Ingrid Svensson", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M130", | |
| "name": "Rima Al-Amin", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M131", | |
| "name": "Soren Madsen", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M132", | |
| "name": "Priyanka Sen", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M133", | |
| "name": "Eliot Barker", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M134", | |
| "name": "Nadia Petrov", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M135", | |
| "name": "Kai Fujimoto", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M136", | |
| "name": "Chloe Aubert", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M137", | |
| "name": "Marcus Okello", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M138", | |
| "name": "Annalise Koch", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M139", | |
| "name": "Victor Castillo", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M140", | |
| "name": "Yuki Hayashi", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M141", | |
| "name": "Sara El-Masri", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M142", | |
| "name": "Lars Eriksen", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M143", | |
| "name": "Pia Larsen", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M144", | |
| "name": "Andres Gomez", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M145", | |
| "name": "Osei Mensah", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M146", | |
| "name": "Freya Nielsen", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M147", | |
| "name": "Dasha Kuznetsova", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M148", | |
| "name": "Rowan Blake", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M149", | |
| "name": "Tae-Yang Choi", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M150", | |
| "name": "Isla MacLeod", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M151", | |
| "name": "Javier Montoya", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M152", | |
| "name": "Ren Watanabe", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M153", | |
| "name": "Camila Vega", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M154", | |
| "name": "Finn Johansson", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M155", | |
| "name": "Zoe Huang", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M156", | |
| "name": "Tobias Werner", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M157", | |
| "name": "Amara Sylla", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M158", | |
| "name": "Nikolaj Christensen", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M159", | |
| "name": "Suki Taniguchi", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M160", | |
| "name": "Pedro Alves", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M161", | |
| "name": "Nora Fitzgerald", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M162", | |
| "name": "Dmitri Popov", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M163", | |
| "name": "Ada Mwangi", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M164", | |
| "name": "Emre Yilmaz", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M165", | |
| "name": "Celeste Martin", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M166", | |
| "name": "Kweku Asare", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M167", | |
| "name": "Marta Kowalczyk", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M168", | |
| "name": "Jonah Reed", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M169", | |
| "name": "Yuna Park", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M170", | |
| "name": "Sable Johnson", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M171", | |
| "name": "Ivan Petrov", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M172", | |
| "name": "Elsa Berg", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M173", | |
| "name": "Diego Suarez", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M174", | |
| "name": "Hana Kim", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M175", | |
| "name": "Ravi Chandra", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M176", | |
| "name": "Lotte Brandt", | |
| "instrument": "Violin II", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M177", | |
| "name": "Gabi Okonjo", | |
| "instrument": "Viola", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| }, | |
| { | |
| "id": "M178", | |
| "name": "Liam Byrne", | |
| "instrument": "Cello", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.4 | |
| }, | |
| { | |
| "id": "M179", | |
| "name": "Sakura Ono", | |
| "instrument": "Bass", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.3 | |
| }, | |
| { | |
| "id": "M180", | |
| "name": "Theo Mbeki", | |
| "instrument": "Violin I", | |
| "chair": "Section", | |
| "tier": "extra", | |
| "availability": 0.35 | |
| } | |
| ], | |
| "season_concerts": [ | |
| { | |
| "concert_id": "C01", | |
| "series": "Masterworks", | |
| "title": "Opening Night Gala", | |
| "dates": [ | |
| "2024-09-14", | |
| "2024-09-15" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "Yuja Wang", | |
| "instrument": "Piano", | |
| "nationality": "Chinese-Canadian" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Samuel Barber", | |
| "nationality": "American", | |
| "work": "Adagio for Strings", | |
| "duration_min": 9, | |
| "forces": "strings", | |
| "publisher": { | |
| "name": "G. Schirmer", | |
| "catalog_no": "ED-4340", | |
| "year_published": 1939, | |
| "rental": true, | |
| "contact": "rentals@schirmer.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Sergei Rachmaninoff", | |
| "nationality": "Russian", | |
| "work": "Piano Concerto No. 2 in C minor, Op. 18", | |
| "duration_min": 37, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-18455", | |
| "year_published": 1901, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano Solo", | |
| "qty": 1, | |
| "note": "Soloist copy" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb/A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Drum", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cymbals", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Ludwig van Beethoven", | |
| "nationality": "German", | |
| "work": "Symphony No. 7 in A major, Op. 92", | |
| "duration_min": 38, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "B\u00e4renreiter", | |
| "catalog_no": "BA-9007", | |
| "year_published": 1996, | |
| "rental": false, | |
| "contact": "info@baerenreiter.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Urtext edition" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (A/E)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (D)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "A/E" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M010", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M018", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M068" | |
| ], | |
| "notes": "Black tie event. Pre-concert reception for donors.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-08-29", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-09-09", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2024-09-10", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-09-11", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-09-14", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-09-15", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C02", | |
| "series": "Masterworks", | |
| "title": "Beethoven & Brahms", | |
| "dates": [ | |
| "2024-10-12", | |
| "2024-10-13" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "Augustin Hadelich", | |
| "instrument": "Violin", | |
| "nationality": "German-American" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Felix Mendelssohn", | |
| "nationality": "German", | |
| "work": "The Hebrides Overture, Op. 26", | |
| "duration_min": 10, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Breitkopf & H\u00e4rtel", | |
| "catalog_no": "PB-5344", | |
| "year_published": 1833, | |
| "rental": false, | |
| "contact": "info@breitkopf.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (D/B)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (D)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Ludwig van Beethoven", | |
| "nationality": "German", | |
| "work": "Violin Concerto in D major, Op. 61", | |
| "duration_min": 42, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "B\u00e4renreiter", | |
| "catalog_no": "BA-9020", | |
| "year_published": 1999, | |
| "rental": false, | |
| "contact": "info@baerenreiter.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Urtext" | |
| }, | |
| { | |
| "part": "Violin Solo", | |
| "qty": 1, | |
| "note": "Soloist copy" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (D)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (D)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "D/A" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Johannes Brahms", | |
| "nationality": "German", | |
| "work": "Symphony No. 4 in E minor, Op. 98", | |
| "duration_min": 42, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Breitkopf & H\u00e4rtel", | |
| "catalog_no": "PB-5254", | |
| "year_published": 1887, | |
| "rental": false, | |
| "contact": "info@breitkopf.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "mvt 4 only" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "mvt 4" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (E/C)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (E)", | |
| "qty": 2, | |
| "note": "mvt 4 only" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "mvt 4 only" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "mvt 4 only" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Triangle", | |
| "qty": 1, | |
| "note": "mvt 4" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M010", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M018", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M069", | |
| "M070", | |
| "M071", | |
| "M072", | |
| "M073" | |
| ], | |
| "notes": "Post-concert meet & greet with Hadelich.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-09-26", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-10-07", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2024-10-08", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-10-09", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-10-12", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-10-13", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C03", | |
| "series": "Masterworks", | |
| "title": "Russian Nights", | |
| "dates": [ | |
| "2024-11-09", | |
| "2024-11-10" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Pyotr Ilyich Tchaikovsky", | |
| "nationality": "Russian", | |
| "work": "Romeo and Juliet Fantasy Overture", | |
| "duration_min": 20, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-19650", | |
| "year_published": 1870, | |
| "rental": false, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "final 1880 version" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cymbals", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Drum", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Sergei Prokofiev", | |
| "nationality": "Russian", | |
| "work": "Suite from Romeo and Juliet, Op. 64", | |
| "duration_min": 32, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-18142", | |
| "year_published": 1940, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "BD, SD, Cym, Tamb, Wood Block, Castanets" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano/Organ", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Mandolin", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Igor Stravinsky", | |
| "nationality": "Russian", | |
| "work": "The Firebird Suite (1919)", | |
| "duration_min": 28, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-19210", | |
| "year_published": 1919, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "1919 suite version" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb/A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2/3 (Bb/C)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "BD, Cym, SD, Tamb, Tri, Xyl" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp 1/2", | |
| "qty": 2, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M024", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M030", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M034", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M051", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M078", | |
| "M079", | |
| "M080" | |
| ], | |
| "notes": "Extended program; added percussion and harp prominent.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-10-24", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-11-04", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2024-11-05", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-11-06", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-11-09", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-11-10", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C04", | |
| "series": "Masterworks", | |
| "title": "Holiday Spectacular", | |
| "dates": [ | |
| "2024-12-07", | |
| "2024-12-08", | |
| "2024-12-14", | |
| "2024-12-15" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "RSO Chorus (120 voices)", | |
| "instrument": "Chorus", | |
| "nationality": "Local" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Leroy Anderson", | |
| "nationality": "American", | |
| "work": "A Christmas Festival", | |
| "duration_min": 7, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Belwin Mills / Alfred Music", | |
| "catalog_no": "ALF-EL-00393", | |
| "year_published": 1950, | |
| "rental": false, | |
| "contact": "orchestral@alfred.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "Bells, SD, BD, Cym" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Traditional", | |
| "nationality": "Various", | |
| "work": "Carol Medley (arr. Rutter)", | |
| "duration_min": 18, | |
| "forces": "orchestra and chorus", | |
| "publisher": { | |
| "name": "Oxford University Press", | |
| "catalog_no": "OUP-978-0193537231", | |
| "year_published": 1981, | |
| "rental": true, | |
| "contact": "music.orders@oup.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Rutter arrangement" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "Bells, Cym, Tamb" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "SATB Chorus", | |
| "qty": 120, | |
| "note": "choral edition" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "George Frideric Handel", | |
| "nationality": "German-British", | |
| "work": "Messiah \u2014 Highlights", | |
| "duration_min": 55, | |
| "forces": "orchestra and chorus", | |
| "publisher": { | |
| "name": "Novello / Hal Leonard", | |
| "catalog_no": "HL-8312230", | |
| "year_published": 1741, | |
| "rental": false, | |
| "contact": "info@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Watkins Shaw ed." | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (D)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "D/A" | |
| }, | |
| { | |
| "part": "Harpsichord/Organ", | |
| "qty": 1, | |
| "note": "Continuo" | |
| }, | |
| { | |
| "part": "SATB Chorus", | |
| "qty": 120, | |
| "note": "Choral edition" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 58, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M068", | |
| "M069", | |
| "M070", | |
| "M071", | |
| "M072", | |
| "M073" | |
| ], | |
| "notes": "Four performances. Festive attire. Family-friendly.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-11-21", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-12-02", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2024-12-03", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-12-04", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-12-07", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-12-08", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-12-14", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-12-15", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C05", | |
| "series": "Masterworks", | |
| "title": "New Year's Eve Celebration", | |
| "dates": [ | |
| "2024-12-31" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Johann Strauss II", | |
| "nationality": "Austrian", | |
| "work": "Die Fledermaus Overture", | |
| "duration_min": 9, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Doblinger / Theodore Presser", | |
| "catalog_no": "TP-130-40010", | |
| "year_published": 1874, | |
| "rental": false, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "BD, SD, Cym, Tri" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "George Gershwin", | |
| "nationality": "American", | |
| "work": "Rhapsody in Blue", | |
| "duration_min": 17, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Warner Chappell / Alfred Music", | |
| "catalog_no": "ALF-44458", | |
| "year_published": 1924, | |
| "rental": true, | |
| "contact": "orchestral@alfred.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Ferde Grof\u00e9 orchestration" | |
| }, | |
| { | |
| "part": "Piano Solo", | |
| "qty": 1, | |
| "note": "Conductor/soloist" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Alto Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tenor Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Baritone Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2/3 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Trap set, Glock, Xyl, Cym" | |
| }, | |
| { | |
| "part": "Banjo/Guitar", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "George Gershwin", | |
| "nationality": "American", | |
| "work": "An American in Paris", | |
| "duration_min": 18, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Warner Chappell / Alfred Music", | |
| "catalog_no": "ALF-44460", | |
| "year_published": 1928, | |
| "rental": true, | |
| "contact": "orchestral@alfred.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Alto Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tenor Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Baritone Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "4 taxi horns (A,B,C,D), Xyl, Cym, etc." | |
| }, | |
| { | |
| "part": "Celesta", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 4, | |
| "composer": "John Philip Sousa", | |
| "nationality": "American", | |
| "work": "Stars and Stripes Forever", | |
| "duration_min": 4, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Carl Fischer", | |
| "catalog_no": "CF-O5510", | |
| "year_published": 1897, | |
| "rental": false, | |
| "contact": "info@carlfischer.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "famous obbligato" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "BD, SD, Cym" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 5, | |
| "composer": "Johann Strauss II", | |
| "nationality": "Austrian", | |
| "work": "Blue Danube Waltz", | |
| "duration_min": 10, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Doblinger / Theodore Presser", | |
| "catalog_no": "TP-130-40020", | |
| "year_published": 1867, | |
| "rental": false, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "BD, SD, Cym, Tri" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 55, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M074", | |
| "M075", | |
| "M076", | |
| "M077", | |
| "M078" | |
| ], | |
| "notes": "Champagne reception at intermission. Countdown to midnight.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-12-17", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading of NYE program", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-12-27", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Post-holiday full rehearsal", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-12-30", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Day-before dress; stage setup for NYE", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-12-31", | |
| "start_time": "21:00", | |
| "call_time": "19:30", | |
| "downbeat": "20:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C06", | |
| "series": "Masterworks", | |
| "title": "American Voices", | |
| "dates": [ | |
| "2025-01-18", | |
| "2025-01-19" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "Yannick N\u00e9zet-S\u00e9guin", | |
| "instrument": "Piano", | |
| "nationality": "Canadian" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Aaron Copland", | |
| "nationality": "American", | |
| "work": "Fanfare for the Common Man", | |
| "duration_min": 3, | |
| "forces": "brass and percussion", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-17083", | |
| "year_published": 1943, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Drum", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tam-tam", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cymbals", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Leonard Bernstein", | |
| "nationality": "American", | |
| "work": "Overture to Candide", | |
| "duration_min": 5, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-16835", | |
| "year_published": 1957, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2/3 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "SD, BD, Cym, Tri, Xyl, Glock" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Samuel Barber", | |
| "nationality": "American", | |
| "work": "Piano Concerto, Op. 38", | |
| "duration_min": 30, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "G. Schirmer", | |
| "catalog_no": "ED-4512", | |
| "year_published": 1962, | |
| "rental": true, | |
| "contact": "rentals@schirmer.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano Solo", | |
| "qty": 1, | |
| "note": "Soloist copy" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "doubles Fl 2" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "SD, BD, Cym, Xyl, Glock" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 4, | |
| "composer": "Aaron Copland", | |
| "nationality": "American", | |
| "work": "Symphony No. 3", | |
| "duration_min": 46, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-17214", | |
| "year_published": 1946, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2/3", | |
| "qty": 3, | |
| "note": "Fl 3 doubles Picc" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2/3", | |
| "qty": 3, | |
| "note": "Ob 3 doubles EH" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "Xyl, Vib, BD, SD, Cym, Tamb, Wood Block" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp 1/2", | |
| "qty": 2, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M010", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M018", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M078", | |
| "M080", | |
| "M082", | |
| "M083" | |
| ], | |
| "notes": "All-American program. Pre-concert lecture.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-01-02", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-01-13", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2025-01-14", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-01-15", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-01-18", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-01-19", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C07", | |
| "series": "Masterworks", | |
| "title": "Shostakovich & Ravel", | |
| "dates": [ | |
| "2025-02-08", | |
| "2025-02-09" | |
| ], | |
| "conductor": "Mirga Gra\u017einyt\u0117-Tyla", | |
| "soloist": { | |
| "name": "Hilary Hahn", | |
| "instrument": "Violin", | |
| "nationality": "American" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Maurice Ravel", | |
| "nationality": "French", | |
| "work": "La Valse", | |
| "duration_min": 12, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Durand / Theodore Presser", | |
| "catalog_no": "TP-412-45180", | |
| "year_published": 1921, | |
| "rental": false, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2/3", | |
| "qty": 3, | |
| "note": "Fl 3 doubles Picc" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb/A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "BD, SD, Cym, Tri, Tamb, Castanets" | |
| }, | |
| { | |
| "part": "Harp 1/2", | |
| "qty": 2, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Jean Sibelius", | |
| "nationality": "Finnish", | |
| "work": "Violin Concerto in D minor, Op. 47", | |
| "duration_min": 31, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Breitkopf & H\u00e4rtel", | |
| "catalog_no": "PB-5440", | |
| "year_published": 1905, | |
| "rental": false, | |
| "contact": "info@breitkopf.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "revised 1905 version" | |
| }, | |
| { | |
| "part": "Violin Solo", | |
| "qty": 1, | |
| "note": "Soloist copy" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Dmitri Shostakovich", | |
| "nationality": "Russian/Soviet", | |
| "work": "Symphony No. 5 in D minor, Op. 47", | |
| "duration_min": 47, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-18820", | |
| "year_published": 1937, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2/3", | |
| "qty": 3, | |
| "note": "Fl 3 doubles Picc" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2/3", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb/A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 3 (Eb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "3 drums" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "Xyl, BD, SD, Cym, Tri, Tamb" | |
| }, | |
| { | |
| "part": "Celesta", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M010", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M018", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067" | |
| ], | |
| "notes": "Guest conductor Gra\u017einyt\u0117-Tyla. Hilary Hahn in debut with RSO.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-01-23", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-02-03", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2025-02-04", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-02-05", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-02-08", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-02-09", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C08", | |
| "series": "Masterworks", | |
| "title": "Mahler's Titan", | |
| "dates": [ | |
| "2025-03-08", | |
| "2025-03-09" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Jessie Montgomery", | |
| "nationality": "American", | |
| "work": "Strum for String Orchestra", | |
| "duration_min": 7, | |
| "forces": "strings", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-12392", | |
| "year_published": 2012, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "sul ponticello passages" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Gustav Mahler", | |
| "nationality": "Austrian", | |
| "work": "Symphony No. 1 in D major 'Titan'", | |
| "duration_min": 58, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Universal Edition", | |
| "catalog_no": "UE-889", | |
| "year_published": 1899, | |
| "rental": true, | |
| "contact": "rental@universaledition.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "divisi" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1\u20134", | |
| "qty": 4, | |
| "note": "Fl 4 doubles Picc" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1\u20134", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "doubles Ob 4" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 3 (Bb/D)", | |
| "qty": 1, | |
| "note": "E-flat clar in some mvts" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1\u20133", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20137 (F)", | |
| "qty": 7, | |
| "note": "Hn 5\u20137 offstage mvt 1" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20134 (F/Bb)", | |
| "qty": 4, | |
| "note": "Tpt 4 offstage mvt 1" | |
| }, | |
| { | |
| "part": "Trombone 1\u20133", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "4 drums" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "BD, Cym, SD, Tri, Tamb" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M010", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M018", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M024", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M030", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M034", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M078", | |
| "M079" | |
| ], | |
| "notes": "Jessie Montgomery is composer-in-residence this season.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-02-20", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-03-03", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2025-03-04", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-03-05", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-03-08", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-03-09", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C09", | |
| "series": "Masterworks", | |
| "title": "French Impressions", | |
| "dates": [ | |
| "2025-04-05", | |
| "2025-04-06" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "Emmanuel Ax", | |
| "instrument": "Piano", | |
| "nationality": "American" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Claude Debussy", | |
| "nationality": "French", | |
| "work": "Prelude to the Afternoon of a Faun", | |
| "duration_min": 11, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Jobert / Theodore Presser", | |
| "catalog_no": "TP-412-41000", | |
| "year_published": 1895, | |
| "rental": false, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "principal featured" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "muted" | |
| }, | |
| { | |
| "part": "Harp 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Antique Cymbals", | |
| "qty": 1, | |
| "note": "E and B" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Maurice Ravel", | |
| "nationality": "French", | |
| "work": "Piano Concerto in G major", | |
| "duration_min": 22, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Durand / Theodore Presser", | |
| "catalog_no": "TP-412-45300", | |
| "year_published": 1932, | |
| "rental": true, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano Solo", | |
| "qty": 1, | |
| "note": "Soloist copy" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Eb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "BD, SD, Cym, Tri, Tamb, Whip, Wood Block, Xyl" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Claude Debussy", | |
| "nationality": "French", | |
| "work": "La Mer", | |
| "duration_min": 24, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Durand / Theodore Presser", | |
| "catalog_no": "TP-412-41120", | |
| "year_published": 1905, | |
| "rental": false, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "divided" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "divided" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "divided" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "divided" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2/3", | |
| "qty": 3, | |
| "note": "Fl 3 doubles Picc" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb/A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (C)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cornet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Cym, Gong, Tri, Glock, Snap Cym" | |
| }, | |
| { | |
| "part": "Harp 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Celesta", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 4, | |
| "composer": "Maurice Ravel", | |
| "nationality": "French", | |
| "work": "Bolero", | |
| "duration_min": 17, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Durand / Theodore Presser", | |
| "catalog_no": "TP-412-45220", | |
| "year_published": 1928, | |
| "rental": true, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe d'amore", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Eb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Soprano Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Sopranino Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 3 (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Snare Drum", | |
| "qty": 1, | |
| "note": "continuous ostinato throughout" | |
| }, | |
| { | |
| "part": "Cymbals", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tam-tam", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Celesta", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp 1/2", | |
| "qty": 2, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 58, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M069", | |
| "M074", | |
| "M082", | |
| "M084", | |
| "M086" | |
| ], | |
| "notes": "Impressionist themed staging. Harp and flute featured.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-03-20", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-03-31", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2025-04-01", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-04-02", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-04-05", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-04-06", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C10", | |
| "series": "Masterworks", | |
| "title": "Season Finale: Brahms & Dvo\u0159\u00e1k", | |
| "dates": [ | |
| "2025-05-17", | |
| "2025-05-18" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "Yo-Yo Ma", | |
| "instrument": "Cello", | |
| "nationality": "American" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Jessie Montgomery", | |
| "nationality": "American", | |
| "work": "Anthem (world premiere)", | |
| "duration_min": 9, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-COMM-2025", | |
| "year_published": 2025, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Commission; manuscript score" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Anton\u00edn Dvo\u0159\u00e1k", | |
| "nationality": "Czech", | |
| "work": "Cello Concerto in B minor, Op. 104", | |
| "duration_min": 41, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "B\u00e4renreiter", | |
| "catalog_no": "BA-8672", | |
| "year_published": 1896, | |
| "rental": false, | |
| "contact": "info@baerenreiter.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Urtext" | |
| }, | |
| { | |
| "part": "Cello Solo", | |
| "qty": 1, | |
| "note": "Soloist copy" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Triangle", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Johannes Brahms", | |
| "nationality": "German", | |
| "work": "Symphony No. 1 in C minor, Op. 68", | |
| "duration_min": 47, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Breitkopf & H\u00e4rtel", | |
| "catalog_no": "PB-5251", | |
| "year_published": 1877, | |
| "rental": false, | |
| "contact": "info@breitkopf.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "mvt 4" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A/B)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (C/E)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "mvt 4" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 60, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M009", | |
| "M010", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M017", | |
| "M018", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M029", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067" | |
| ], | |
| "notes": "World premiere of Montgomery's Anthem. Season finale gala reception.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-05-01", | |
| "type": "Reading Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "First reading, no soloist", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-05-12", | |
| "type": "Sectional", | |
| "duration_hours": 2.5, | |
| "players": "strings only", | |
| "notes": "String sectional with concertmaster", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-04" | |
| }, | |
| { | |
| "date": "2025-05-13", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With soloist if applicable", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-05-14", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Stage dress; invited audience", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-05-17", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-05-18", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C11", | |
| "series": "Pops", | |
| "title": "Broadway & Beyond", | |
| "dates": [ | |
| "2024-10-25", | |
| "2024-10-26", | |
| "2024-10-27" | |
| ], | |
| "conductor": "Michael Rivera", | |
| "soloist": { | |
| "name": "Kelli O'Hara", | |
| "instrument": "Voice (Soprano)", | |
| "nationality": "American" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Stephen Sondheim", | |
| "nationality": "American", | |
| "work": "Overture from Company", | |
| "duration_min": 4, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Burthen Music / Hal Leonard", | |
| "catalog_no": "HL-3900020", | |
| "year_published": 1970, | |
| "rental": true, | |
| "contact": "info@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "electric bass option" | |
| }, | |
| { | |
| "part": "Reed 1 (Fl/Picc/Cl)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Reed 2 (Ob/EH/Cl)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Reed 3 (Cl/BCl/Bn)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn (F)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "Trap set" | |
| }, | |
| { | |
| "part": "Piano/Keyboard", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Guitar", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Leonard Bernstein", | |
| "nationality": "American", | |
| "work": "Songs from West Side Story", | |
| "duration_min": 22, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-16900", | |
| "year_published": 1957, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "orchestral arrangement" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Alto Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tenor Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (Bb)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "Trap set, Bongos, Conga, Xyl, Vib, Glock" | |
| }, | |
| { | |
| "part": "Guitar", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "for featured vocalist" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Andrew Lloyd Webber", | |
| "nationality": "British", | |
| "work": "Highlights from Phantom of the Opera", | |
| "duration_min": 30, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "The Really Useful Group / Hal Leonard", | |
| "catalog_no": "HL-4900118", | |
| "year_published": 1986, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "symphonic highlights arr." | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Gong, Cym, BD, SD, Tamb" | |
| }, | |
| { | |
| "part": "Organ", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "soprano/mezzo featured" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 4, | |
| "composer": "Stephen Sondheim", | |
| "nationality": "American", | |
| "work": "Send in the Clowns and other songs", | |
| "duration_min": 20, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Burthen Music / Hal Leonard", | |
| "catalog_no": "HL-3900088", | |
| "year_published": 1973, | |
| "rental": true, | |
| "contact": "info@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "anthology arr." | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn (F)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano/Keyboard", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 50, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M031", | |
| "M032", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M080", | |
| "M081" | |
| ], | |
| "notes": "Three performances. Informal attire. Standing ovations expected.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-10-22", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With featured artist/vocalist", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-10-23", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Sound check included; amplification setup", | |
| "start_time": "16:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-10-25", | |
| "start_time": "20:00", | |
| "call_time": "18:30", | |
| "downbeat": "19:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-10-26", | |
| "start_time": "20:00", | |
| "call_time": "18:30", | |
| "downbeat": "19:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2024-10-27", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C12", | |
| "series": "Pops", | |
| "title": "Film Night: John Williams", | |
| "dates": [ | |
| "2025-01-31", | |
| "2025-02-01", | |
| "2025-02-02" | |
| ], | |
| "conductor": "Michael Rivera", | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "John Williams", | |
| "nationality": "American", | |
| "work": "Star Wars Main Theme & Imperial March", | |
| "duration_min": 10, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Warner Chappell / Hal Leonard", | |
| "catalog_no": "HL-4003200", | |
| "year_published": 1977, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "Imperial March" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (C)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "SD, BD, Cym, Tam-tam, Xyl, Bells" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "John Williams", | |
| "nationality": "American", | |
| "work": "Schindler's List Theme", | |
| "duration_min": 6, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "MCA Music / Hal Leonard", | |
| "catalog_no": "HL-4003210", | |
| "year_published": 1993, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin Solo", | |
| "qty": 1, | |
| "note": "concertmaster features" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "John Williams", | |
| "nationality": "American", | |
| "work": "E.T. Adventures on Earth", | |
| "duration_min": 9, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "MCA Music / Hal Leonard", | |
| "catalog_no": "HL-4003215", | |
| "year_published": 1982, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Glock, Bells, Cym" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 4, | |
| "composer": "John Williams", | |
| "nationality": "American", | |
| "work": "Indiana Jones Theme", | |
| "duration_min": 5, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Bantha Music / Hal Leonard", | |
| "catalog_no": "HL-4003220", | |
| "year_published": 1981, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Raiders March" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (C)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "SD, BD, Cym, Tamb" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 5, | |
| "composer": "John Williams", | |
| "nationality": "American", | |
| "work": "Harry Potter Main Titles", | |
| "duration_min": 8, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Warner Chappell / Hal Leonard", | |
| "catalog_no": "HL-4003230", | |
| "year_published": 2001, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Hedwig's Theme arr." | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet (C)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Celesta/Glock featured, Xyl, Cym" | |
| }, | |
| { | |
| "part": "Celesta", | |
| "qty": 1, | |
| "note": "featured solo" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 6, | |
| "composer": "John Williams", | |
| "nationality": "American", | |
| "work": "Suite from Jurassic Park", | |
| "duration_min": 12, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "MCA Music / Hal Leonard", | |
| "catalog_no": "HL-4003240", | |
| "year_published": 1993, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (C)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Gong, BD, Cym, Vibraphone" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 55, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M008", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M068" | |
| ], | |
| "notes": "Film clips projected on screen. Family-friendly. Three performances.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-01-28", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With featured artist/vocalist", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-01-29", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Sound check included; amplification setup", | |
| "start_time": "16:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-01-31", | |
| "start_time": "20:00", | |
| "call_time": "18:30", | |
| "downbeat": "19:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-02-01", | |
| "start_time": "20:00", | |
| "call_time": "18:30", | |
| "downbeat": "19:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-02-02", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C13", | |
| "series": "Pops", | |
| "title": "Motown & Soul", | |
| "dates": [ | |
| "2025-03-28", | |
| "2025-03-29", | |
| "2025-03-30" | |
| ], | |
| "conductor": "Michael Rivera", | |
| "soloist": { | |
| "name": "Ledisi", | |
| "instrument": "Voice", | |
| "nationality": "American" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Berry Gordy / Various", | |
| "nationality": "American", | |
| "work": "Motown Classics Suite (arr. Rodriguez)", | |
| "duration_min": 22, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Hal Leonard / Jobete Music", | |
| "catalog_no": "HL-4901100", | |
| "year_published": 2018, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Rodriguez arrangement" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "electric bass option" | |
| }, | |
| { | |
| "part": "Reed 1 (Fl/Cl)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Reed 2 (Cl/ASax)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Reed 3 (TSax/Bn)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Trap set, Congas, Tamb" | |
| }, | |
| { | |
| "part": "Guitar", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Keyboard", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Stevie Wonder", | |
| "nationality": "American", | |
| "work": "Songs in the Key of Life \u2014 Selections", | |
| "duration_min": 18, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Black Bull Music / Hal Leonard", | |
| "catalog_no": "HL-4901110", | |
| "year_published": 1976, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "symphonic arr." | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Soprano Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Alto Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tenor Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Trap set, Conga, Tamb, Clave" | |
| }, | |
| { | |
| "part": "Guitar", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Keyboard", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Marvin Gaye", | |
| "nationality": "American", | |
| "work": "What's Going On \u2014 Suite", | |
| "duration_min": 20, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Jobete Music / Hal Leonard", | |
| "catalog_no": "HL-4901120", | |
| "year_published": 1971, | |
| "rental": true, | |
| "contact": "orchestral@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "symphonic arr." | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Alto Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tenor Saxophone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Trap set, Congas, Bongos" | |
| }, | |
| { | |
| "part": "Guitar", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Keyboard", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 48, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M031", | |
| "M032", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M047", | |
| "M048", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M068", | |
| "M074", | |
| "M075", | |
| "M077", | |
| "M080", | |
| "M082", | |
| "M086" | |
| ], | |
| "notes": "Standing venue setup. Casual attire. High energy.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-03-25", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "With featured artist/vocalist", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-03-26", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Sound check included; amplification setup", | |
| "start_time": "16:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-03-28", | |
| "start_time": "20:00", | |
| "call_time": "18:30", | |
| "downbeat": "19:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-03-29", | |
| "start_time": "20:00", | |
| "call_time": "18:30", | |
| "downbeat": "19:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-03-30", | |
| "start_time": "15:00", | |
| "call_time": "13:30", | |
| "downbeat": "14:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C14", | |
| "series": "Chamber", | |
| "title": "Autumn Strings", | |
| "dates": [ | |
| "2024-10-20" | |
| ], | |
| "conductor": null, | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Franz Schubert", | |
| "nationality": "Austrian", | |
| "work": "String Quintet in C major, D. 956", | |
| "duration_min": 50, | |
| "forces": "string quintet", | |
| "publisher": { | |
| "name": "B\u00e4renreiter", | |
| "catalog_no": "BA-5617", | |
| "year_published": 1828, | |
| "rental": false, | |
| "contact": "info@baerenreiter.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Score", | |
| "qty": 1, | |
| "note": "Urtext" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello I", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello II", | |
| "qty": 1, | |
| "note": "extra cello" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Jessie Montgomery", | |
| "nationality": "American", | |
| "work": "Five Freedom Songs", | |
| "duration_min": 18, | |
| "forces": "string quartet", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-12587", | |
| "year_published": 2014, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 10, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M019", | |
| "M025", | |
| "M026", | |
| "M011", | |
| "M003", | |
| "M020", | |
| "M027", | |
| "M031" | |
| ], | |
| "notes": "Intimate hall. Pre-concert wine reception.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-10-06", | |
| "type": "Chamber Coaching", | |
| "duration_hours": 2.0, | |
| "players": "chamber ensemble", | |
| "notes": "First reading, self-directed", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-05" | |
| }, | |
| { | |
| "date": "2024-10-11", | |
| "type": "Chamber Coaching", | |
| "duration_hours": 2.0, | |
| "players": "chamber ensemble", | |
| "notes": "Detail work, balance", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-05" | |
| }, | |
| { | |
| "date": "2024-10-16", | |
| "type": "Run-Through", | |
| "duration_hours": 1.5, | |
| "players": "chamber ensemble", | |
| "notes": "Final run-through in performance space", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-02" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-10-20", | |
| "start_time": "15:00", | |
| "call_time": "13:45", | |
| "downbeat": "14:45", | |
| "venue_id": "VEN-02" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C15", | |
| "series": "Chamber", | |
| "title": "Wind Serenade", | |
| "dates": [ | |
| "2025-02-23" | |
| ], | |
| "conductor": null, | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Wolfgang Amadeus Mozart", | |
| "nationality": "Austrian", | |
| "work": "Serenade No. 10 in B-flat major 'Gran Partita', K. 361", | |
| "duration_min": 50, | |
| "forces": "wind octet", | |
| "publisher": { | |
| "name": "B\u00e4renreiter", | |
| "catalog_no": "BA-4710", | |
| "year_published": 1781, | |
| "rental": false, | |
| "contact": "info@baerenreiter.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Urtext" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Basset Horn 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "or bass" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (Bb/F)", | |
| "qty": 4, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Richard Strauss", | |
| "nationality": "German", | |
| "work": "Wind Serenade in E-flat major, Op. 7", | |
| "duration_min": 11, | |
| "forces": "wind octet", | |
| "publisher": { | |
| "name": "Breitkopf & H\u00e4rtel", | |
| "catalog_no": "PB-5510", | |
| "year_published": 1884, | |
| "rental": false, | |
| "contact": "info@breitkopf.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2/3/4 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 13, | |
| "player_ids": [ | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M058" | |
| ], | |
| "notes": "Woodwind and brass principals. Pre-concert talk.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-02-09", | |
| "type": "Chamber Coaching", | |
| "duration_hours": 2.0, | |
| "players": "chamber ensemble", | |
| "notes": "First reading, self-directed", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-05" | |
| }, | |
| { | |
| "date": "2025-02-14", | |
| "type": "Chamber Coaching", | |
| "duration_hours": 2.0, | |
| "players": "chamber ensemble", | |
| "notes": "Detail work, balance", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-05" | |
| }, | |
| { | |
| "date": "2025-02-19", | |
| "type": "Run-Through", | |
| "duration_hours": 1.5, | |
| "players": "chamber ensemble", | |
| "notes": "Final run-through in performance space", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-02" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-02-23", | |
| "start_time": "15:00", | |
| "call_time": "13:45", | |
| "downbeat": "14:45", | |
| "venue_id": "VEN-02" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C16", | |
| "series": "Chamber", | |
| "title": "Piano Trios", | |
| "dates": [ | |
| "2025-04-13" | |
| ], | |
| "conductor": null, | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Johannes Brahms", | |
| "nationality": "German", | |
| "work": "Piano Trio No. 1 in B major, Op. 8", | |
| "duration_min": 38, | |
| "forces": "piano trio", | |
| "publisher": { | |
| "name": "Breitkopf & H\u00e4rtel", | |
| "catalog_no": "EB-8381", | |
| "year_published": 1891, | |
| "rental": false, | |
| "contact": "info@breitkopf.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Score", | |
| "qty": 1, | |
| "note": "revised 1891 version" | |
| }, | |
| { | |
| "part": "Violin", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Florence Price", | |
| "nationality": "American", | |
| "work": "Piano Quintet in A minor", | |
| "duration_min": 25, | |
| "forces": "piano quintet", | |
| "publisher": { | |
| "name": "G. Schirmer", | |
| "catalog_no": "ED-4785", | |
| "year_published": 2020, | |
| "rental": false, | |
| "contact": "rentals@schirmer.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Score", | |
| "qty": 1, | |
| "note": "newly engraved edition" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 7, | |
| "player_ids": [ | |
| "M001", | |
| "M025", | |
| "M063", | |
| "M002", | |
| "M011", | |
| "M019", | |
| "M026" | |
| ], | |
| "notes": "Florence Price spotlight. Composer-in-context program notes.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-03-30", | |
| "type": "Chamber Coaching", | |
| "duration_hours": 2.0, | |
| "players": "chamber ensemble", | |
| "notes": "First reading, self-directed", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-05" | |
| }, | |
| { | |
| "date": "2025-04-04", | |
| "type": "Chamber Coaching", | |
| "duration_hours": 2.0, | |
| "players": "chamber ensemble", | |
| "notes": "Detail work, balance", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-05" | |
| }, | |
| { | |
| "date": "2025-04-09", | |
| "type": "Run-Through", | |
| "duration_hours": 1.5, | |
| "players": "chamber ensemble", | |
| "notes": "Final run-through in performance space", | |
| "start_time": "14:00", | |
| "venue_id": "VEN-02" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-04-13", | |
| "start_time": "15:00", | |
| "call_time": "13:45", | |
| "downbeat": "14:45", | |
| "venue_id": "VEN-02" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C17", | |
| "series": "Education", | |
| "title": "Young People's Concert: Adventures in Sound", | |
| "dates": [ | |
| "2025-01-25", | |
| "2025-01-26" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Sergei Prokofiev", | |
| "nationality": "Russian", | |
| "work": "Peter and the Wolf, Op. 67", | |
| "duration_min": 28, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-18028", | |
| "year_published": 1936, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Narrator Script", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "bird theme" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "duck theme" | |
| }, | |
| { | |
| "part": "Clarinet (A)", | |
| "qty": 1, | |
| "note": "cat theme" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "grandfather theme" | |
| }, | |
| { | |
| "part": "Horn 1/2/3 (F)", | |
| "qty": 3, | |
| "note": "wolf theme" | |
| }, | |
| { | |
| "part": "Trumpet (Bb)", | |
| "qty": 1, | |
| "note": "hunters theme" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "hunters theme" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "hunters theme" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "hunters' shots" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "BD, SD, Triangle, Castanets" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Camille Saint-Sa\u00ebns", | |
| "nationality": "French", | |
| "work": "The Carnival of the Animals", | |
| "duration_min": 22, | |
| "forces": "chamber orchestra", | |
| "publisher": { | |
| "name": "Durand / Theodore Presser", | |
| "catalog_no": "TP-412-44100", | |
| "year_published": 1922, | |
| "rental": false, | |
| "contact": "presser@presser.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Xylophone", | |
| "qty": 1, | |
| "note": "Fossils mvt" | |
| }, | |
| { | |
| "part": "Glockenspiel", | |
| "qty": 1, | |
| "note": "Aviary mvt" | |
| }, | |
| { | |
| "part": "Glass Harmonica", | |
| "qty": 1, | |
| "note": "or Crystal Glasses" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 40, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M031", | |
| "M032", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M059", | |
| "M060", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M068" | |
| ], | |
| "notes": "School matin\u00e9e (Jan 25) + public Saturday performance. Interactive demonstrations.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-01-15", | |
| "type": "Music Rehearsal", | |
| "duration_hours": 2.5, | |
| "players": "full orchestra", | |
| "notes": "Music only, no narration", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-01-20", | |
| "type": "Staging Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Narration, visuals, and blocking coordination", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-01-22", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 2.5, | |
| "players": "full orchestra", | |
| "notes": "School group invited as audience", | |
| "start_time": "09:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-01-25", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-01-26", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C18", | |
| "series": "Education", | |
| "title": "Side-by-Side with Youth Orchestra", | |
| "dates": [ | |
| "2025-03-16" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": null, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Aaron Copland", | |
| "nationality": "American", | |
| "work": "Appalachian Spring Suite", | |
| "duration_min": 24, | |
| "forces": "chamber orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-17136", | |
| "year_published": 1945, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "chamber orchestra version" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn (F)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Pyotr Ilyich Tchaikovsky", | |
| "nationality": "Russian", | |
| "work": "Symphony No. 5 in E minor, Op. 64 \u2014 Mvts. 1 & 4", | |
| "duration_min": 26, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "B\u00e4renreiter", | |
| "catalog_no": "BA-9049", | |
| "year_published": 1888, | |
| "rental": false, | |
| "contact": "info@baerenreiter.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Mvts 1 & 4 only" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "mvt 4" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "solo horn Mvt 1" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (A)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 45, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066" | |
| ], | |
| "notes": "RSO professionals paired with Riverside Youth Orchestra students.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-03-06", | |
| "type": "Music Rehearsal", | |
| "duration_hours": 2.5, | |
| "players": "full orchestra", | |
| "notes": "Music only, no narration", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-03-11", | |
| "type": "Staging Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Narration, visuals, and blocking coordination", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| }, | |
| { | |
| "date": "2025-03-12", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 2.5, | |
| "players": "full orchestra", | |
| "notes": "School group invited as audience", | |
| "start_time": "09:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-03-16", | |
| "start_time": "14:00", | |
| "call_time": "12:30", | |
| "downbeat": "13:30", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C19", | |
| "series": "Special", | |
| "title": "D\u00eda de los Muertos Concert", | |
| "dates": [ | |
| "2024-11-02" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "Ballet Folkl\u00f3rico Riverside", | |
| "instrument": "Dance", | |
| "nationality": "American/Mexican" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "Carlos Chavez", | |
| "nationality": "Mexican", | |
| "work": "Sinfonia India", | |
| "duration_min": 13, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Boosey & Hawkes", | |
| "catalog_no": "BH-16920", | |
| "year_published": 1936, | |
| "rental": true, | |
| "contact": "orchestralrentals@boosey.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2/3 (C)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "Indigenous instruments: Yotol, Tunkul, Teponaxtli, Raspadores" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Arturo M\u00e1rquez", | |
| "nationality": "Mexican", | |
| "work": "Danz\u00f3n No. 2", | |
| "duration_min": 10, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Peer Music", | |
| "catalog_no": "PEER-1996-AM", | |
| "year_published": 1994, | |
| "rental": true, | |
| "contact": "orchestral@peermusic.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Timbales, G\u00fciro, Maracas, Conga, Bongo, Clave" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "essential role" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Silvestre Revueltas", | |
| "nationality": "Mexican", | |
| "work": "Sensemay\u00e1", | |
| "duration_min": 7, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Southern Music / Peer International", | |
| "catalog_no": "PEER-SMC-1938", | |
| "year_published": 1938, | |
| "rental": true, | |
| "contact": "orchestral@peermusic.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piccolo", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Eb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Clarinet", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Contrabassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1\u20133 (C)", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 3, | |
| "note": "BD, SD, Cym, Tom-toms, Tam-tam, G\u00fciro, Claves, Bongos" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 4, | |
| "composer": "Traditional", | |
| "nationality": "Mexican", | |
| "work": "La Llorona and other songs (arr. V\u00e1squez)", | |
| "duration_min": 20, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "RSO Commissions", | |
| "catalog_no": "RSO-COMM-2024", | |
| "year_published": 2024, | |
| "rental": false, | |
| "contact": "librarian@riversideso.org" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "manuscript arrangement by M. V\u00e1squez" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "Marimba, Guiro, Clave, Congas" | |
| }, | |
| { | |
| "part": "Guitar", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Vocal Soloist Score", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 52, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066", | |
| "M067", | |
| "M068", | |
| "M074" | |
| ], | |
| "notes": "Community celebration. Traditional altars in lobby. Free community tickets.", | |
| "rehearsals": [ | |
| { | |
| "date": "2024-10-28", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Coordination with guest artists/dance company", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2024-10-30", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Full run with guest ensemble and staging", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2024-11-02", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| }, | |
| { | |
| "concert_id": "C20", | |
| "series": "Special", | |
| "title": "MLK Day: A Dream Remembered", | |
| "dates": [ | |
| "2025-01-20" | |
| ], | |
| "conductor": "Dr. Elena Vasquez", | |
| "soloist": { | |
| "name": "RSO Chorus & Gospel Ensemble", | |
| "instrument": "Voice", | |
| "nationality": "Local" | |
| }, | |
| "program": [ | |
| { | |
| "order": 1, | |
| "composer": "William Grant Still", | |
| "nationality": "American", | |
| "work": "Suite from Afro-American Symphony", | |
| "duration_min": 22, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "Novello / Hal Leonard", | |
| "catalog_no": "HL-8312540", | |
| "year_published": 1930, | |
| "rental": true, | |
| "contact": "info@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "English Horn", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 2, | |
| "note": "BD, SD, Cym, Tam-tam, Banjo" | |
| }, | |
| { | |
| "part": "Harp", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Celesta", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 2, | |
| "composer": "Florence Price", | |
| "nationality": "American", | |
| "work": "Symphony No. 1 in E minor \u2014 Mvts. 1 & 3", | |
| "duration_min": 20, | |
| "forces": "full orchestra", | |
| "publisher": { | |
| "name": "G. Schirmer", | |
| "catalog_no": "ED-4780", | |
| "year_published": 1933, | |
| "rental": true, | |
| "contact": "rentals@schirmer.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Mvts 1 & 3 only" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1\u20134 (F)", | |
| "qty": 4, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet 1/2 (Bb)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "BD, SD, Cym" | |
| } | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "composer": "Traditional", | |
| "nationality": "American", | |
| "work": "Spirituals and Gospel Songs (arr. Hogan)", | |
| "duration_min": 25, | |
| "forces": "orchestra and chorus", | |
| "publisher": { | |
| "name": "Hal Leonard", | |
| "catalog_no": "HL-8350220", | |
| "year_published": 2005, | |
| "rental": true, | |
| "contact": "info@halleonard.com" | |
| }, | |
| "parts_list": [ | |
| { | |
| "part": "Full Score", | |
| "qty": 1, | |
| "note": "Moses Hogan arrangement" | |
| }, | |
| { | |
| "part": "Violin I", | |
| "qty": 8, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Violin II", | |
| "qty": 6, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Viola", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Cello", | |
| "qty": 5, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bass", | |
| "qty": 3, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Flute 1/2", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Oboe", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Clarinet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Bassoon", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Horn 1/2 (F)", | |
| "qty": 2, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trumpet (Bb)", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Trombone", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Tuba", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Timpani", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Percussion", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "Piano/Organ", | |
| "qty": 1, | |
| "note": "" | |
| }, | |
| { | |
| "part": "SATB Chorus", | |
| "qty": 120, | |
| "note": "choral edition" | |
| }, | |
| { | |
| "part": "Gospel Ensemble Score", | |
| "qty": 1, | |
| "note": "" | |
| } | |
| ] | |
| } | |
| ], | |
| "players_required": 55, | |
| "player_ids": [ | |
| "M001", | |
| "M002", | |
| "M003", | |
| "M004", | |
| "M005", | |
| "M006", | |
| "M007", | |
| "M011", | |
| "M012", | |
| "M013", | |
| "M014", | |
| "M015", | |
| "M016", | |
| "M019", | |
| "M020", | |
| "M021", | |
| "M022", | |
| "M023", | |
| "M025", | |
| "M026", | |
| "M027", | |
| "M028", | |
| "M031", | |
| "M032", | |
| "M033", | |
| "M035", | |
| "M036", | |
| "M038", | |
| "M039", | |
| "M041", | |
| "M042", | |
| "M044", | |
| "M045", | |
| "M047", | |
| "M048", | |
| "M049", | |
| "M050", | |
| "M052", | |
| "M053", | |
| "M054", | |
| "M055", | |
| "M056", | |
| "M057", | |
| "M058", | |
| "M059", | |
| "M060", | |
| "M061", | |
| "M062", | |
| "M063", | |
| "M064", | |
| "M065", | |
| "M066" | |
| ], | |
| "notes": "Free admission. Community partnership event.", | |
| "rehearsals": [ | |
| { | |
| "date": "2025-01-13", | |
| "type": "Full Rehearsal", | |
| "duration_hours": 3.0, | |
| "players": "full orchestra", | |
| "notes": "Coordination with guest artists/dance company", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-03" | |
| }, | |
| { | |
| "date": "2025-01-15", | |
| "type": "Dress Rehearsal", | |
| "duration_hours": 3.5, | |
| "players": "full orchestra", | |
| "notes": "Full run with guest ensemble and staging", | |
| "start_time": "10:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ], | |
| "performances": [ | |
| { | |
| "date": "2025-01-20", | |
| "start_time": "19:30", | |
| "call_time": "18:00", | |
| "downbeat": "19:00", | |
| "venue_id": "VEN-01" | |
| } | |
| ] | |
| } | |
| ], | |
| "season_summary": { | |
| "total_concerts": 20, | |
| "total_performances": 31, | |
| "series_breakdown": { | |
| "Masterworks": 10, | |
| "Pops": 3, | |
| "Chamber": 3, | |
| "Education": 2, | |
| "Special": 2 | |
| }, | |
| "composers_featured": 38, | |
| "living_composers_featured": 2, | |
| "american_composers_featured": 14, | |
| "women_composers_featured": 3, | |
| "guest_conductors": 2, | |
| "world_premieres": 1, | |
| "roster_pool_size": 180, | |
| "players_per_concert_range": "7\u201360", | |
| "core_players": 63, | |
| "sub_players": 14, | |
| "extra_players": 103 | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Q: I need sample data for an orchestra with a roster of 60 players playing concerts over the coarse of a season, using typical music played by american symphy orchestra. Assume that I have a roster of 180 potential musicians
I'll generate comprehensive sample data for a full American symphony orchestra season — roster, concerts, repertoire, and player assignments — and present it as a downloadable JSON file plus an interactive dashboard.Here's what's included in the JSON (~47 KB):
Organization: "Riverside Symphony Orchestra," Riverside CA, Music Director Dr. Elena Vasquez, founded 1978.
Roster pool (180 musicians, IDs M001–M180):
Each musician has: id, name, instrument, chair designation, tier, and availability score. All 180 have diverse, realistic names reflecting the demographics of a modern American orchestra.
20 concerts across 5 series:
Each concert has: dates, conductor, soloist, full program with composer nationality and duration, player count required, and a list of specific player IDs drawn from the pool.
Season highlights: Jessie Montgomery as composer-in-residence with a world premiere; guest conductor Mirga Gražinytė-Tyla; soloists including Yo-Yo Ma, Hilary Hahn, and Yuja Wang; 38 composers total; 14 American, 3 women, 2 living.