top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

8月16日(土)

|

408 Murray St, Hay NSW 2711, Australia

Get ready for an unforgettable evening of live music as RIFF returns to Hay Bowling Club!

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

日時・場所

2025年8月16日 18:00 – 21:00

408 Murray St, Hay NSW 2711, Australia

イベントについて

🎶 RIFF Live at Hay Bowling Club 🎶


📍 Hay Bowling Club, NSW

📅 Saturday, 16th of August, 2025

🕕 6 PM – 9 PM


Get ready for an unforgettable evening of live music as RIFF returns to Hay Bowling Club! From 6 PM to 9 PM, enjoy a dynamic setlist packed with heartfelt originals and crowd-favourite covers that will have you singing along, tapping your feet, and dancing into the weekend.


Whether you’re a long-time fan or catching RIFF live for the first time, this is your chance to experience the passion, energy, and soul that defines every performance. Bring your friends, grab a drink, and settle in for three hours of great music and good vibes.


このイベントをシェア

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