top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

The Rock Bowling Club

ven 15 mag

|

86 Urana St, The Rock NSW 2655, Australia

Get ready for a huge night of live music as RIFF returns to The Rock Bowling Club for an electric three-hour show!

The Rock Bowling Club
The Rock Bowling Club

Orario & Sede

15 mag 2026, 20:00 – 23:00

86 Urana St, The Rock NSW 2655, Australia

Info sull'evento

🎸 RIFF Live at The Rock Bowling Club!

Friday, 15th May — 8:00 PM to 11:00 PM


Get ready for a huge night of live music as RIFF returns to The Rock Bowling Club for an electric three-hour show! Expect a powerful mix of your favourite covers, original tracks, big sing-alongs, and the signature sound that keeps crowds coming back.


Whether you’re after a night out with mates, a cold drink, or a reason to hit the dance floor, this is the perfect Friday plan. Bring your crew, grab a table early, and settle in for an unforgettable evening of live entertainment.


📍 The Rock Bowling Club

🕗 8pm–11pm


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