ADVERTISEMENT

Charlotte Sands shares the new single 'Alright'

Published Jan 31, 2023 07:22 am
Single Artwork / Photo credit: Acacia Evans

Mixing the melodic rush, fiery attitude and relentless energy of pop-punk with the kind of voice and instantly irresistible hooks that powers chart-bound pop stars, Charlotte Sands bridges the space between those two worlds.

She’s just as comfortable opening for My Chemical Romance and YUNGBLUD as she is writing an appreciation of Harry Styles’ fashion choices with ‘Dress’, her biggest moment to date which has exceeded 35 million streams and spent 10 weeks in the Top 40 on pop radio in the States. She’s firmly on a trajectory which mirrors Katy Perry’s breakthrough, when she was racing up the charts while performing on the Warped Tour.

2023 will see Charlotte’s profile accelerate, starting with today’s release of her new single ‘Alright’. The song is unveiled as Charlotte is currently embarking upon a major UK and European tour as guest to PVRIS.

‘Alright’ represents a subtle evolution in Charlotte’s style. The raw emotions and soaring voice that fans first connected to so powerfully are still at the forefront, but this time they’re placed within the context of a dynamite ballad in which electro-pop touchpoints and dramatic intensity presents Charlotte’s artistic identity in a way that can reach her widest audience to date. She wrote the song with its producer, fellow Nashville resident Danen Reed Rector.

Charlotte says, “‘Alright’ is about having hope when it feels nearly impossible and forcing yourself to see the light at the end of the tunnel, holding onto even the slightest chance that it will get better. We wrote this song with the hope that it could remind even one person that life does go on and nothing is forever. The future can be so daunting especially in times of uncertainty, and it can so often feel like you’re stuck without a way out, but this song is a sign to keep moving forward because it will get better.”

Charlotte Sands grew up inspired by both fiery rock bands such as Taking Back Sunday and All Time Low, but also classic singer-songwriters such as Sheryl Crow and Bonnie Raitt. By the time she was 18, she was eager to move from small town Massachusetts to a place that would help her to develop her own talents as a writer. So she found a roommate in Nashville via Craigslist, stole her mum’s car, and set off on a two-day drive to Music City.

Her initial plan was to spend a year in Nashville before attending the prestigious Berklee College of Music. But she fell so hard into the creativity that the community provides that she didn’t want to leave. Instead she focused entirely on her songwriting, ramping up drastically during lockdown when she released seven singles in 2020 that were recorded in her bedroom studio.

Since then, Charlotte has exceeded 135 million streams, including collaborations with Sleeping with Sirens, Underoath and Mokita, as well as ‘Loved You A Little’ with Taking Back Sunday and The Maine, which saw all three artists grace the cover of Rock Sound. In the live arena, she has played shows with My Chemical Romance, YUNGBLUD, Ava Max, Charlie Puth, Nicky Youre and T-Pain, hit festivals such as Bonnaroo, Riot Fest and SXSW, and sold-out her own North American headline tour. Whatever she does, Charlotte’s goal is to create a safe space for people to feel accepted and celebrated for their individuality and diversity.

Instantly recognisable by her electric blue hair, Charlotte’s current tour dates with PVRIS are listed below. She will return to the UK in May to play both legs of the Slam Dunk Festival and is also confirmed for Rock am Ring and Rock im Park in Germany. More big plans for 2023 are also in the works - expect more news to be unveiled soon.

JANUARY - WITH PVRIS

25th - Birmingham, O2 Academy

26th - London, Eventim Apollo

29th - Antwerp, Kavka Zappa

31st- Tilburg, 013 Poppodium

FEBRUARY - WITH PVRIS

1st - Paris, Alhambra

2nd - Cologne, Gloria-Theater

4th - Hamburg, Gruenspan

6th - Vienna, Flex

7th - Munich, Technikum

8th - Milan, Magazzini Generali

10th - Berlin, Gretchen

Related Tags

charlottesands alright
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.