Studios & Availability | ASL Studios

Click a studio below to see availability.

Real-time calendars for each room. Hold your time, add add-ons, and check out—no back-and-forth. You can always reach out to challenge a hold or book directly—we’ll work with you to make your production schedule work.

Studio One • Full-Color Cyc

Full color cyc

25' wide full-color cyc with lighting grid, DMX presets, and build-friendly footprint.

Capacity: 12–20 Half/Full Day Live Streams Ready
Learn More
Standing Set • Interview Ready

Living Room Set

Pre-lit, camera-ready homey set for interviews, panels, and branded content.

Turnkey In-House Gear Control Room Tie-In
Learn More
Podcast • Turnkey

Video Podcast Studio

4K multi-cam podcast space with teleprompter, audio, lighting, and operator available.

Up to 4 Mics Remote Guests Rapid Delivery
Learn More
© ASL Studios · Midtown Manhattan Questions? Email Us
New York
320 W 37th Street
10th Floor, New York, NY 10018
646.481.1472 contact@aslproductions.com
© 2025 ASL Productions. All rights reserved. | Privacy Policy
document.addEventListener('DOMContentLoaded', function(){ document.querySelectorAll('.slider').forEach(function(slider){ var radios = slider.querySelectorAll('input[type="radio"]'); function sync(){ var idx = Array.prototype.findIndex.call(radios, function(r){ return r.checked; }); slider.setAttribute('data-step', (idx >= 0 ? (idx + 1) : 1)); } // Make arrow labels flip the underlying radio even if WP wraps things slider.addEventListener('click', function(e){ var label = e.target.closest('label[for]'); if(!label) return; var id = label.getAttribute('for'); var input = slider.querySelector('#' + id); if(input && input.type === 'radio'){ input.checked = true; input.dispatchEvent(new Event('change', { bubbles: true })); } }); radios.forEach(function(r){ r.addEventListener('change', sync); }); sync(); // initialize }); }); })