Explore Venues, Gigs & Entertainers
About Us
Plans & Pricing
Sign In
Join Free →
Explore Venues, Gigs & Entertainers
About Us
Plans & Pricing
Sign In
Join Free →
‹ Back to Entertainers
Chicago, IL ·
DJ Halcyon
📍 Chicago, IL
◉ Entertainer
DJ Halcyon
R&B
Electronic
Funk
✦ Send Enquiry
♡ Follow
↗ Share
🎤
0
Upcoming gigs
👥
0
Followers
★
—
Rating · 0 reviews
Entertainments
· 1
D
DJ
DJ Halcyon
R&B · Electronic · Funk
View →
Gigs & Events
📅 Calendar
📋 List
October 2047
←
→
Sun
Mon
Tue
Wed
Thu
Fri
Sat
29
30
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
31
1
2
Gigs on
—
×
No gigs this month
DJ Halcyon hasn't got any gigs listed for October yet.
About DJ Halcyon
Open-format DJ spinning house, funk and throwbacks. Full rig with lighting available on request.
Based in
Chicago, IL
Member since
2026
Genres
R&B · Electronic · Funk
Instruments
DJ Equipment
Gallery
No gallery uploads yet.
Reviews
Been here? Share your experience with the community.
✍ Write a review
No reviews yet — be the first.
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'); }); });