top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Deniliquin RSL - 'EARLY RISER' EP LAUNCH

5月22日(金)

|

72 End St, Deniliquin NSW 2710, Australia

RIFF hits the Deniliquin RSL this Friday night for a massive 4-hour show!

Registration is closed
See other events
Deniliquin RSL - 'EARLY RISER' EP LAUNCH
Deniliquin RSL - 'EARLY RISER' EP LAUNCH

日時・場所

2026年5月22日 19:30 – 23:30

72 End St, Deniliquin NSW 2710, Australia

イベントについて

🎸 RIFF hits the Deniliquin RSL this Friday night for a massive 4-hour show — and it's a big one.


May 22 marks the official launch of the brand new EP Early Riser, so expect the night to pack in originals, covers, and plenty of rock, pop and alternative energy from start to finish.

Come celebrate the launch, grab a drink, and let's make it a night to remember.


📍 Deniliquin RSL

📅 Friday 22 May

🕣 7:30pm – 11:30pm


このイベントをシェア

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