top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Early Riser is the latest EP from RIFF. Four carefully chosen cover songs delivered with the raw energy and soulful passion that RIFF brings to every live performance.

 

From the reflective opening of Time (This Moment Should Stay) to the sun-soaked vibes of Pictures Of A Paradise, the driving spirit of Born To Rock Again, and the title track Early Riser — this EP takes you on a journey through some of music's most beloved moments, reimagined through the unmistakable voice and style of RIFF.

 

Whether you're a long-time fan or discovering RIFF for the first time, Early Riser is the perfect addition to your music collection.

 

Tracklist:

  • Time (This Moment Should Stay)
  • Pictures Of A Paradise
  • Born To Rock Again
  • Early Riser
  •  

Format: CD | Standard Jewel Case

Ships: Nationwide and Worldwide

Release Date: Friday, 22nd May 2025

Price: $15.00

Support live music — own the music.

Early Riser - CD

Artikelnummer: RIFF-EP-ER-CD-001
15,00 AU$Preis
Anzahl
    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); });