ADVERTISEMENT

35,000 fans watch K-pop group Seventeen's 2-day Seoul concert

Published Jun 28, 2022 07:41 pm

K-pop boy band Seventeen drew 35,000 fans to its two-day in-person Seoul concert over the weekend, according to their agency.

The 13-member group held their “Seventeen World Tour: Be The Sun” Seoul concert on June 25 and 26 at the Gocheok Sky Dome.The concert was also watched by global fans through a livestream.

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

Seventeen performed 24 songs during the concert from tightly choreographed performances of “Hot,” “March” and “Hit” to unit tracks including “Moonwalker,” “Imperfect love” and “Back it up.”

“Left & Right,” “Crush,” “Darl+ing” and others completed the set, boasting the band’s versatility. For the finale, Seventeen staged their iconic hour-long encore with “Snap Shoot” and “Very Nice.”

“We woke up with every part of our body aching after the first day. So today, we danced even harder. You are the source of all our energy,” said Woozi, the group’s producer and vocal unit leader.

The team’s performance unit leader Hoshi emphasized throughout the 2-day show, “We run at full throttle for this set. We wanted to show everyone what a ‘performance’ is.”

After the encore, Seventeen announced the release of their repackaged album “Sector 17,” a deluxe edition of their record-setting fourth album “Face the Sun,” on July 18.

Seventeen achieved a new milestone in May when “Face the Sun” racked up over two million copies in sales in the first week of release, the second artist to reach the feat in K-pop history after BTS.

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

"Seventeen World Tour: Be The Sun" concert in Seoul (Pledis Entertainment)

After Seoul, Seventeen will bring the concert to Vancouver as they embark on the North American leg of the tour.

A total of 11 shows will follow across Seattle, Oakland, Los Angeles, Houston, Fort Worth, Chicago, Washington D.C., Atlanta, Belmont Park, Toronto and Newark.

They will hold the concert in Manila on Oct. 8 and 9 at the SM Mall of Asia Arena.

A total of 27 dates across 20 cities worldwide have been announced for the concert tour set to continue until December this year.

Here are the ticket prices for Seventeen’s “Seventeen World Tour: Be The Sun” in Manila, according to the Live Nation Philippines website:

VIP Soundcheck (VIP ticket included + soundcheck - P18,450

VIP Floor Standing - Left, Right, Center - P14,450

LBA Premium - P12,450

LBA Regular - P11,450

LBB Premium - P10,950

LBB Regular - P10,450

UB Premium - P6,450

UB Regular - P5,700

Gen Ad - P2,900

Here is the setlist for Seventeen’s “Seventeen World Tour: Be The Sun” in Seoul:

1. INTRO + HOT + OUTRO

2. March

3. HIT

4. Rock with you

5. BOOMBOOM

6. 2 MINUS 1

7. MOONWALKER

8. Wave

9. Come To Me

10. Imperfect love

11. GAM3 BO1

12. Back it up

13. Mansae

14. Left & Right

15. Very Nice

16. Intro + Shadow

17. Ready to Love

18. 24H

19. Crush

20. Darl+ing

21. Heaven’s Cloud

22. Our Dawn is Hotter Than Day

23. Snap Shoot

Related Tags

Seventeen World Tour: Be The Sun Manila Seventeen World Tour: Be The Sun Seventeen World Tour: Be The Sun Seoul Seventeen
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.