Talent Competition

Perform at Mendip Basecamp

Musician playing guitar on small outdoor stage at Mendip Basecamp, overlooking relaxed festival crowd.

Dream of playing a festival stage? Now’s your chance!

We’re inviting aspiring performers to take the spotlight during our Mendip Mini Fests with a 30-minute set on our brand-new Bandwagon stage.

Expect real lights, real sound and a proper summer festival atmosphere - supportive, relaxed and full of energy. Solo artists, duos, bands and first-time performers are all welcome to apply. This is open to both children and adults. Children must be aged 8+ and an adult must be in attendance.

All winners will be given free camping for the weekend for them and their family.

Bring the energy. We’ll bring the crowd!

Apply Now

Loading...
window.laravelCookieConsent = (function () { const COOKIE_VALUE = 1; const COOKIE_DOMAIN = 'mendipbasecamp.com'; function consentWithCookies() { setCookie('laravel_cookie_consent', COOKIE_VALUE, 7300); hideCookieDialog(); } function cookieExists(name) { return (document.cookie.split('; ').indexOf(name + '=' + COOKIE_VALUE) !== -1); } function hideCookieDialog() { const dialogs = document.getElementsByClassName('js-cookie-consent'); for (let i = 0; i < dialogs.length; ++i) { dialogs[i].style.display = 'none'; } } function setCookie(name, value, expirationInDays) { const date = new Date(); date.setTime(date.getTime() + (expirationInDays * 24 * 60 * 60 * 1000)); document.cookie = name + '=' + value + ';expires=' + date.toUTCString() + ';domain=' + COOKIE_DOMAIN + ';path=/' + ';samesite=lax'; } if (cookieExists('laravel_cookie_consent')) { hideCookieDialog(); } const buttons = document.getElementsByClassName('js-cookie-consent-agree'); for (let i = 0; i < buttons.length; ++i) { buttons[i].addEventListener('click', consentWithCookies); } return { consentWithCookies: consentWithCookies, hideCookieDialog: hideCookieDialog }; })();