top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railway Hotel, Deniliquin

8月16日(土)

|

82 Napier St, Deniliquin NSW 2710, Australia

Get ready for a night of high-energy live music as RIFF returns to the Railway Hotel in Deniliquin on Saturday, 16th of August!

Registration is closed
See other events
Railway Hotel, Deniliquin
Railway Hotel, Deniliquin

日時・場所

2025年8月16日 19:30 – 23:30

82 Napier St, Deniliquin NSW 2710, Australia

イベントについて

🎸 Live Music at the Railway Hotel, Deniliquin – Saturday, August 16 🎶

🕢 7:30 PM – 11:30 PM


Get ready for a night of high-energy live music as RIFF returns to the Railway Hotel in Deniliquin on Saturday, 16th of August! From 7:30 PM to 11:30 PM, settle in for an epic four-hour set packed with heartfelt originals, crowd-favourite covers, and powerful vocals that’ll have you singing along and dancing all night.


Whether you're a local or just passing through, this is your chance to enjoy a night of great music, good vibes, and classic country pub hospitality.

📀 Merchandise and CDs will be available on the night – grab yours and support original music!


📍 Railway Hotel, Deniliquin


このイベントをシェア

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