top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

Sun, 25 Jan

|

408 Murray St, Hay NSW 2711, Australia

Join acclaimed singer-songwriter RIFF for a relaxed Sunday afternoon of live music at the Hay Bowling Club.

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

Time & Location

25 Jan 2026, 5:00 pm – 8:00 pm

408 Murray St, Hay NSW 2711, Australia

Guests

About the event

🎶 Live Music at Hay Bowling Club – RIFF 🎶


Join acclaimed singer-songwriter RIFF for a relaxed Sunday afternoon of live music at the Hay Bowling Club.


🗓 Sunday, 25th of January

5pm – 8pm

📍 Hay Bowling Club


Expect a great mix of crowd-favourite covers and original songs, delivered with heart, groove, and plenty of feel-good vibes. It’s the perfect way to wind down the weekend with friends, cold drinks, and quality live entertainment.


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