top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

Fri, 16 May

|

408 Murray St, Hay NSW 2711, Australia

Get ready for an unforgettable night of live music as RIFF takes the stage at Hay Bowling Club! ๐ŸŽธ

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

Time & Location

16 May 2025, 6:00 pm โ€“ 9:00 pm

408 Murray St, Hay NSW 2711, Australia

About the event

๐ŸŽถ RIFF Live at Hay Bowling Club! ๐ŸŽถ


๐Ÿ“… Date: Friday, 16th May 2025

โฐ Time: 6:00 PM โ€“ 9:00 PM

๐Ÿ“ Venue: Hay Bowling Club, Hay, NSW


Get ready for an unforgettable night of live music as RIFF takes the stage at Hay Bowling Club! ๐ŸŽธ๐Ÿ”ฅ Bringing a mix of energetic classics, heartfelt originals, and crowd-favorite covers, this is a show you wonโ€™t want to miss.


Whether you're up for a night of dancing, kicking back with friends, or discovering fresh new tunes, RIFF delivers a dynamic performance that connects with music lovers of all kinds.


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