top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

Fri, 21 Nov

|

408 Murray St, Hay NSW 2711, Australia

Get ready for a fantastic Friday night as RIFF brings his signature blend of heartfelt originals and crowd-favourite covers to the Hay Bowling Club!

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

Time & Location

21 Nov 2025, 6:00 pm – 9:00 pm

408 Murray St, Hay NSW 2711, Australia

About the event

🎶 Live Music with RIFF at Hay Bowling Club 🎶


📍 Hay Bowling Club, NSW

📅 Friday, 21st November 2025

🕕 6:00 PM – 9:00 PM


Get ready for a fantastic Friday night as RIFF brings his signature blend of heartfelt originals and crowd-favourite covers to the Hay Bowling Club! From powerful acoustic vibes to uplifting melodies, RIFF’s live performance promises a dynamic and memorable evening for all music lovers.

Whether you're winding down the week with a cold drink, catching up with mates, or just keen for some quality live tunes, this is the perfect way to kick off your weekend.


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