top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

Sat, 16 May

|

408 Murray St, Hay NSW 2711, Australia

Hay Bowling Club
Hay Bowling Club

Time & Location

16 May 2026, 6:00 pm – 9:00 pm

408 Murray St, Hay NSW 2711, Australia

About the event

🎶 Live Music at Hay Bowling Club – Saturday, 16th May | 6pm–9pm 🎶


Get ready for a great night of live music as RIFF returns to the Hay Bowling Club for a three-hour set of acoustic favourites, crowd pleasers, and original tracks.


From 6pm to 9pm, settle in for a full evening of high-energy tunes, soulful vocals, and the signature RIFF sound that keeps audiences coming back. Whether you’re after a relaxed dinner vibe, a few drinks with mates, or a reason to hit the dance floor, this is the perfect way to spend your Saturday night.


📍 Hay Bowling Club

📅 Saturday, 16th May

⏰ 6:00pm – 9:00pm


Share this event

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });