(function() { var SHAZAM_URL = '/now_playing.json'; var RADIOCO_URL = 'https://public.radio.co/stations/s22464ca53/status'; var STALE_MINUTES = 5; function isStale(recognisedAt) { if (!recognisedAt) return true; var then = new Date(recognisedAt).getTime(); var now = Date.now(); return (now - then) > (STALE_MINUTES * 60 * 1000); } function setSlogan(text) { var el = document.querySelector('.nsr-utility-slogan'); if (el) el.textContent = text; } function tryRadioCo() { fetch(RADIOCO_URL + '?cb=' + Date.now()) .then(function(r) { return r.json(); }) .then(function(d) { var track = d.current_track; if (track && track.title) { setSlogan('\u25B6 ' + track.title); } }) .catch(function() {}); } function nsrShazamUpdate() { fetch(SHAZAM_URL + '?cb=' + Date.now()) .then(function(r) { return r.json(); }) .then(function(d) { if (d.artist && d.title && !isStale(d.recognised_at)) { setSlogan('\u25B6 ' + d.artist + ' \u2014 ' + d.title); } else { tryRadioCo(); } }) .catch(function() { tryRadioCo(); }); } document.addEventListener('DOMContentLoaded', nsrShazamUpdate); setInterval(nsrShazamUpdate, 30000); })();
Tune in to the Set List Sessions every Saturday and Sunday on Northern Soul Radio
Rockin' Red Robbo • www.bigradiospain.com - every Wednesday 6-8 CET • 25 March 2026
Almost two solid hours of a reasonably varied mix of soul music styles that get played on my weekly radio show on BR2 PURE GOLD RADIO here on the Costa Blanca in Spain.
The station is part of the BIG RADIO SPAIN group of community radio stations, playing a broad mix of nearly all styles of music across the schedules, mixed with news, local weather and traffic reports. Please remember that the station is a commercial enterprise so the show is punctuated with occasional advertising, which helps to keep the music flowing. Enjoy!
Keep listening, keep digging, and keep the faith. Got a set of your own? Submit it and we’ll turn it into a Northern Soul Radio session page.