Animal Collective To AZ Yet Video

“Walker 2022”— Animal Collective

“All Alone (Demo 1992) 2021”— Anti-Flag

“Take a Lesson 2022”— Anvil

“T69 collapse 2018”— Aphex Twin

“Rise 2020”— Apocalyptica

“MORE LOVE 2022”— Apparat W/Moderat

“I Am What I Am (Copenhagen 2021 WorldPride anthem) 2021”— Aqua

“Life Has a Way 2021”— Arc Of Life

“Eyes of the Night 2019”— Arcadia

“Never Had Your Back 2022”— Arrested Development

“What’s to Say 2019”— The Art Ensemble Of Chicago

“Half a Hundred Years 2021”— Asleep At The Wheel

“No Wolf Like The Present 2017”— At The Drive-In

“Southgate You’re the One (Football’s Coming Home Again) 2021”— Atomic Kitten

“Souls On Fire 2020”— Autograph

“The Wicked Rule The Night 2022”— Avantasia

“Work to Do 2018”— Average White Band

“Born to Lose 2019”— Axe

“The Wheel [Explicit] 2021”— AZ Feat. Jahiem

“Kleptomaniac 2019”— Az Yet

Copyright © 2025 Masters Radio
document.addEventListener('DOMContentLoaded', function () { var shuffleBtn = document.getElementById('shuffle-playlist'); if (!shuffleBtn) return; shuffleBtn.addEventListener('click', function () { // Find the playlist container var playlist = document.querySelector('.wp-playlist-tracks'); if (!playlist) { alert('Playlist not found. Please check the selector.'); return; } // Get all tracks as an array var tracks = Array.from(playlist.querySelectorAll('.wp-playlist-item')); // Fisher-Yates shuffle for (let i = tracks.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1)); [tracks[i], tracks[j]] = [tracks[j], tracks[i]]; } // Remove all tracks and re-append in shuffled order tracks.forEach(track => playlist.appendChild(track)); // Optionally, play the first song after shuffling: // Try simulating a click on the first song's link setTimeout(function () { var firstTrack = playlist.querySelector('.wp-playlist-item a.wp-playlist-caption'); if (firstTrack) firstTrack.click(); }, 300); }); });