Take It Back Ryan Adams

Ryan Adams – Take It Back Lyrics | Genius Lyrics

Besides three album releases in three years, Ryan Adams has helped produce too many albums for other artists to list here. We could, but that’s a LOT of typing and this is supposed to be a short post! Isn’t Ryan Adams still only twenty years old? He’s been around a long time, but it is like when you see friends from the past and they tell you their kids just graduated from college.

His new song is called “Take It Back.” This is coincidently what the tag line was for the Edsel and New Coke. Just kidding! No, not really. They both sucked. This song doesn’t.

Audio Player

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

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