top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Barooga Blues Festival

dom 06 apr

|

2-6 Vermont St, Barooga NSW 3644, Australia

Join us for an electrifying afternoon as RIFF takes the stage at the Barooga Blues Festival.

Registration is closed
See other events
Barooga Blues Festival
Barooga Blues Festival

Orario & Sede

06 apr 2025, 12:00 – 14:00

2-6 Vermont St, Barooga NSW 3644, Australia

Info sull'evento

Join us for an electrifying afternoon as RIFF takes the stage at the Barooga Blues Festival. Renowned for his dynamic blend of classic rock and blues, RIFF delivers powerful performances that resonate with both long-time fans and new listeners. His latest album, "Travel By The Waters," released on 14th June 2024, showcases his evolving sound and has received critical acclaim.


📍 Venue: Barooga Hotel, Barooga, NSW

📅 Date: Sunday, 6th April 2025

⏰ Time: 12 PM – 2 PM


Don't miss this opportunity to experience RIFF's soulful melodies and captivating stage presence. Whether you're a blues enthusiast or simply looking for an unforgettable live music experience, RIFF's performance promises to be a highlight of the festival.

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