Explore Venues, Gigs & Entertainers About Us Plans & Pricing Sign In Join Free →
‹ Back to Venues New York · Blue Note NYC
📷 Photos
◉ Live Music Venue

Blue Note NYC

131 W 3rd St · New York, NY · BSHV-0007
✦ Send Enquiry 🧭 Directions
👥 Capacity 220 🍸 Full bar

November 2047

SunMonTueWedThuFriSat
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TodayAug 15, 2026
WednesdayAug 19, 2026
ThursdayAug 20, 2026
About Blue Note NYC

Live music spot in New York.

Capacity
220
Neighborhood
New York, NY
Service
Full bar
Amenities
👥 Cap. 220
🍸 Full Bar
Gallery
Been here? Share your experience with the community.
No reviews yet — be the first.
Location & Hours
Where to find us

131 W 3rd St · New York, NY

🧭 Get Directions
Opening hours
Opening hours not listed — contact the venue.
const nav = document.getElementById('nav'); if(nav) window.addEventListener('scroll', () => { nav.classList.toggle('scrolled', window.scrollY > 60); }); const hamburger = document.getElementById('hamburger'); if(hamburger) hamburger.addEventListener('click', () => { document.getElementById('mobileMenu').classList.toggle('open'); }); const obs = new IntersectionObserver(entries => { entries.forEach(e => { if(e.isIntersecting) e.target.classList.add('in'); }); }, {threshold:.06, rootMargin:'0px 0px -20px 0px'}); document.querySelectorAll('.reveal').forEach(el => obs.observe(el)); document.querySelectorAll('.bs-tab').forEach(tab => { tab.addEventListener('click', () => { document.querySelectorAll('.bs-tab').forEach(t => t.classList.remove('active')); document.querySelectorAll('.bs-panel').forEach(p => p.classList.remove('active')); tab.classList.add('active'); const panel = document.getElementById('tab-' + tab.dataset.tab); if(panel) panel.classList.add('active'); }); });