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

The Family Slide (Family Reunion Anthem)

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

“The Family Slide (Family Reunion Anthem)” is the new single from Reshard Battle, released June 11, 2026 on I Am Music. A smooth 2000s R&B steppers groove made for the family reunion, the cookout, and the dance floor. It comes with its own easy line dance the whole family can do together. Out now on all major platforms.

Press play on Spotify below, and stream “The Family Slide” 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);