top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Cowra Bowling Club

jue, 15 ene

|

22/16 Brougham St, Cowra NSW 2794, Australia

Join RIFF for a big night of live music at the Cowra Bowling Club! Expect a high-energy mix of crowd-favourite covers and original songs, delivered with passion, heart and plenty of good vibes.

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

Horario y ubicación

15 ene 2026, 18:50 – 21:50

22/16 Brougham St, Cowra NSW 2794, Australia

Acerca del evento

🎶 Live Music at Cowra Bowling Club 🎶


Thursday, 15th January | 6:45pm – 9:45pm


Join RIFF for a big night of live music at the Cowra Bowling Club! Expect a high-energy mix of crowd-favourite covers and original songs, delivered with passion, heart and plenty of good vibes.


Perfect for a relaxed midweek night out — grab a drink, enjoy a meal and settle in for three hours of quality live entertainment that’s sure to have you singing along and tapping your feet.


🎸 Great music

🍻 Great atmosphere


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