top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

शनि, 28 फ़र॰

|

408 Murray St, Hay NSW 2711, Australia

Join RIFF for a big night of live music at the Hay Bowling Club on Saturday, 28th of February, from 6pm to 9pm.

Registration is closed
See other events
Hay Bowling Club
Hay Bowling Club

समय और स्थान

28 फ़र॰ 2026, 6:00 pm – 9:00 pm

408 Murray St, Hay NSW 2711, Australia

इवेंट के बारे में

🎶 Live Music at Hay Bowling Club – RIFF 🎶


Join RIFF for a big night of live music at the Hay Bowling Club on Saturday, 28th of February, from 6pm to 9pm.


Expect a high-energy mix of crowd-favourite covers and heartfelt originals, delivered with passion, soul, and plenty of feel-good vibes. Whether you’re up for a dance, a singalong, or just kicking back with a drink and great music, this one’s got you covered.


Merchandise available on the night

🍻 Great food, cold drinks, and a top atmosphere

🎸 Music that hits home and stays with you


यह इवेंट साझा करें

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); });