UNB-logo_SINGLEult.gif
 

ABOUT

 

<div style="text-align:center; margin-top:20px;">
  <h3 style="font-family:Arial, sans-serif; font-size:18px; color:#fff;">🎵 My Song Title</h3>
  <audio id="mysong" loop>
    <source src="Unfixed & Broken - You And Me.mp3" type="audio/mpeg">
    Your browser does not support the audio element.
  </audio>
</div>

<script>
document.addEventListener('click', function() {
  const audio = document.getElementById('mysong');
  if (audio.paused) {
    audio.play().catch(err => console.log('Autoplay blocked:', err));
  }
}, { once: true });

document.addEventListener('scroll', function() {
  const audio = document.getElementById('mysong');
  if (audio.paused) {
    audio.play().catch(err => console.log('Autoplay blocked:', err));
  }
}, { once: true });
</script>

Unfixed & Broken are a London and LA-based DJ and producer duo known for electrifying performances across disco, RnB/hip-hop, modern Afro rhythms, broken beats, and deep house. They seamlessly blend styles and tempos to create dynamic, engaging experiences for every audience.

They have released music on labels including 1980 Recordings, Development Music, and Badroom Recordings.

Having shared the stage with MJ Cole, Roni Size, Jax Jones, and Riva Starr, they have performed at prestigious venues such as The Chiltern Firehouse, Annabel’s Club, Louie, and W Hotel London. Currently regular DJs at The Twenty Two Hotel, The Ned, and The Kensington Roof Gardens, they bring fresh energy and unforgettable musical experiences to every set.