I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
Home / I Am Music

I Am Music

I Choose You single cover art, Reshard Battle, I AM Music
View release

I Choose You

The Family Slide (Family Reunion Anthem) cover art by Reshard Battle on I Am Music
View release

The Family Slide (Family Reunion Anthem)

View release

It’s Yo Day (Birthday Anthem)

View release

Hoka Hey — The Blue Darter Anthem

View release

“Head Up High”

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