Mic Drop

Glastonbury: Where the hell do I go?

Glastonbury: Where the hell do I go?

Forget about the Pyramid stage we all know who's playing there what else is on and where do you go? The festival takes place on over 900 acres of land with 7 main stages and 70 more performance areas. Each area in Glastonbury can have multiple stages, bars and plenty of places for late night fun. Silver Hayes An open air night club, come hear if you want to get your fix of electronic music Feedbacks picks: Girls don't sync, Hak Baker and Shy FX Woodsies Best for up and coming artists!! Perfect...

read more
Glastonbury: Where the hell do I go?

Glastonbury: Where the hell do I go?

Forget about the Pyramid stage we all know who's playing there what else is on and where do you go? The festival takes place on over 900 acres of land with 7 main stages and 70 more performance areas. Each area in Glastonbury can have multiple stages, bars and plenty of places for late night fun. Silver Hayes An open air night club, come hear if you want to get your fix of electronic music Feedbacks picks: Girls don't sync, Hak Baker and Shy FX Woodsies Best for up and coming artists!! Perfect...

read more
Album of day: 25th May 

Album of day: 25th May 

Our album of the day for 25 May is The Native’s EP Looking Back, released in 2023.  The Native accrue a massive 186,599 monthly listeners on spotify...

read more

Who’s Playing Where?

Festivals

Glastonbury: Where the hell do I go?

Glastonbury: Where the hell do I go?

Forget about the Pyramid stage we all know who's playing there what else is on and where do you go? The festival takes place on over 900 acres of land with 7 main stages and 70 more performance areas. Each area in Glastonbury can have multiple stages, bars and plenty of places for late night fun....

read more
document.addEventListener('DOMContentLoaded', function() { // Select all audio modules with the custom class var audioModules = document.querySelectorAll('.custom-audio-module'); audioModules.forEach(function(module, index) { // Create a container for the counter var counterContainer = document.createElement('div'); counterContainer.classList.add('counter-container'); counterContainer.innerHTML = '0'; // Append the counter container to the module module.appendChild(counterContainer); // Get the audio element var audio = module.querySelector('audio'); // Initialize the counter var counter = 0; // Add play event listener to the audio element audio.addEventListener('play', function() { counter++; document.getElementById('audio-counter-' + index).textContent = counter; }); }); });