It’s Yo Day (Birthday Anthem)

Band :
Release Date : June 11, 2026
Label :
Format : Digital Download

“It’s Yo Day (Birthday Anthem)” is the new party single from Reshard Battle, released June 11, 2026 on I Am Music. A clean, high energy hip hop celebration record built for birthdays, anniversaries, and every “errbody in the buildin'” moment. Out now on all major platforms.

Press play on Spotify below, and stream “It’s Yo Day” on Apple Music, YouTube Music, Amazon Music, and everywhere you listen.

Watch the official video:

/* 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);