ADVERTISEMENT

Blossoms release brand-new album, 'Ribbon Around the Bomb' – out now

Published May 17, 2022 06:48 am
Blossoms

Acclaimed British band Blossoms’ brand-new album ‘Ribbon Around The Bomb’ is out. The album features production by their consistent and renowned collaborators James Skelly and Rich Turvey. 

Standout tracks on the record include recent singles ‘The Sulking Poet,’ ‘Care For,’ ‘Ode To NYC’ and the album’s title track, ‘Ribbon Around The Bomb.’ Other highlights include, ‘The Writer’ which deals with the fear of, and frustration associated with writer’s block and ‘Everything About You,’ one of the album’s only love songs, which Tom Ogden says is “as honest as they come.” ‘Visions’ meanwhile, contains one of the album’s key lyrics “Was I complete at 23,” as Tom explains. “At 23 I had just had a number 1 album and begun my relationship with my now wife, Katie. Reflecting on what I’d achieved at such a young age left me wondering, what now?”

Speaking about inspiration and meaning behind the album’s title, Tom explains, “While on tour in 2019 in Mexico, I visited Frida Kahlo’s house. Looking at her paintings on show, someone had described one of them as being like a ‘ribbon around a bomb’. I immediately thought that it was a great title for a song and album because of the imagery that it evoked in my mind. I thought about how lots of things in life could be described as being a ribbon around a bomb in the sense that as people we often dress things up which have a darkness lying beneath them.”

“This album revolves around a central character, ‘The Writer’. The more songs I wrote, the more I realized the writer is in fact me,” Tom reveals. “Having been so busy for the past 8 years, I never really had the chance to step back and reflect on what we’ve achieved, you’re so hellbent on the future, write the next album, tour, your life is usually mapped out almost 2 years in advance.”

Edwin Burdis, Arctic Monkeys’ Creative Director, who worked on the band’s Tranquility Base Hotel & Casino and AM albums has directed all of the creative and music videos for ‘Ribbon Around The Bomb’,  as well as a film of the same name, which will premiere at The Plaza Theatre in Blossoms’ hometown, Stockport next Tuesday, May 3. Watch the most recent music video for ‘The Sulking Poet’ HERE.

Currently, gearing up to play a series of live shows and festivals in the UK this summer as well as a run of support dates with The Killers.  Blossoms have also announced plans to return to the U.S. with two shows confirmed in New York City and Los Angeles this summer. The band are set to play Irving Plaza in New York on Tuesday, August 16, followed by a show at Los Angeles’ iconic El Rey Theater on Thursday, August 18. Tickets are on sale now.

These live dates follow successful sold-out headline runs in 2019 and 2017 - including critically acclaimed appearances at Coachella Festival in California and Lollapalooza in Chicago. For a list of all live dates and to buy tickets, please visit www.blossomsband.co.uk/tour/.

Since forming in 2013, Blossoms have enjoyed widespread success and acclaim. Their 2016 debut ‘Blossoms’ topped the album charts for two consecutive weeks and went on to earn the band BRIT Award and Mercury Prize nominations, while 2018’s ‘Cool Like You’ charted at Number 4 in the UK album chart, spawning the anthemic singles “I Can’t Stand It”, “There’s A Reason Why (I Never Returned Your Calls)” and “How Long Will This Last?” Their third studio album, 2020’s ‘Foolish Loving Spaces’ was the band’s second UK Number 1 album and following the release of In Isolation/Live From The Plaza Theatre, Stockport in 2020, the band have now had four top 5 albums in the UK.

Related Tags

ribbonaroundthebomb blossoms
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.