top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

sex., 17 de out.

|

408 Murray St, Hay NSW 2711, Australia

Join RIFF for a powerful evening of live music at the Hay Bowling Club!

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

Horário e local

17 de out. de 2025, 18:00 – 21:00

408 Murray St, Hay NSW 2711, Australia

Sobre o evento

🎶 RIFF Live at Hay Bowling Club 🎶


📍 Hay Bowling Club, NSW

📅 Friday, 17th October 2025

🕕 6:00 PM – 9:00 PM


Join RIFF for a powerful evening of live music at the Hay Bowling Club! From heartfelt originals to crowd-favourite covers, this show will bring a dynamic blend of passion, storytelling, and energy that’s sure to leave a mark. Whether you're winding down after a big week or kicking off your weekend early, come along for great vibes, cold drinks, and live music done right.


Bring your friends, grab a meal, and get ready for an unforgettable night of music. CD and merch available on the night – come say hi!


Compartilhe esse evento

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