I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
Home / Live Loud Music

Live Loud Music

View release

“All My Life”

View release

“Rest In You”

View release

“Lay It”

View release

“Do What I Do”

  • Services
  • Artists
  • Music
  • About
  • Contact
© 2026 I AM Music, LLC. All Rights Reserved.
/* Fix: release links must always navigate (theme one-page JS + lightbox were hijacking clicks) */ document.addEventListener('click', function(e){ var a = e.target.closest ? e.target.closest('a') : null; if(!a) return; var href = a.getAttribute('href') || ''; if(href.indexOf('/release/') !== -1){ if(e.stopImmediatePropagation) e.stopImmediatePropagation(); else e.stopPropagation(); e.preventDefault(); window.location.href = href; } }, true);