ADVERTISEMENT

It's confirmed — juan karlos soars to SM Mall of Asia Arena this November

The singer-songwriter marks a decade in music with his first major concert

Published Aug 10, 2024 02:38 pm

At A Glance

  • This highly anticipated musical event promises to be an unforgettable evening that will showcase the talent that has made JK one of the most influential artists of his generation.
65cac9d8-5444-4870-8174-28a772360fc2.jpeg
 juan karlos

Singer-songwriter juan karlos is set to take the SM Mall of Asia Arena stage for ‘juan karlos LIVE’ on Nov. 29, 2024. 

This highly anticipated musical event promises to be an unforgettable evening that will showcase the talent that has made JK one of the most influential artists of his generation.

‘juan karlos LIVE’ will be directed by Paolo Valenciano, with Karel Honasan as musical director. 

The concert is produced by Nathan Studios, a creative content company known for delivering cutting-edge content across various media, including the film Topakk and series like Cattleya Killer and The Bagman. With juan karlos’ first major solo concert, Nathan Studios expands its portfolio into the live events industry, further solidifying its reputation for high-quality, innovative entertainment.

JK rose to fame at just 13 years old as the third-place finalist on the debut season of The Voice Kids in 2014. He put out two albums as a solo artist before forming his namesake band, juan karlos. His most recent single, “Ere,” made history by becoming the first Filipino song to debut on Spotify’s Global Chart, entering at No. 177 with over 1.22 million streams in 24 hours. It later climbed to No. 87, marking a significant achievement for Filipino music internationally.

7e6aea42-02dd-4c04-8bf3-a697dca6a1b8.jpeg

“Ere” is part of his ‘Sad Songs and Bullshit Part 1’ album, which explores themes of heartbreak and loss. ‘Sad Songs and Bullshit Part 1’ also features collaborations with Paolo of Ben&Ben and ZILD.

JK has since released “Sad Songs and Bullshit Part 2,’ which features collaborations with fellow artists Kyle Echarri and Moira Dela Torre.

In addition to his many musical achievements which include several recognitions from PMPC and Awit Awards, JK has also made significant strides in acting. He has starred in several ABS-CBN shows, including Hawak-Kamay (2014), Pangako Sa 'Yo (2015–16), A Love To Last (2017), and Senior High (2023–24). JK recently returned to acting on ABS-CBN’s drama-thriller ‘Senior High’ as well as its spin-off, ‘High Street.’  JK also delivered a powerful performance on the Netflix original movie ‘Lolo And The Kid,’ which is currently ranked as the top, most streamed movie on the platform.

juan karlos LIVE is supported by Universal Music Group, JK's record label, which has been instrumental in his journey to becoming one of the Philippines’ most celebrated artists. This concert marks a major milestone in JK's career, coinciding with his 10th anniversary in the industry. 

Stay tuned for ticketing information and other details. Tickets for juan karlos LIVE are expected to sell out quickly, so JK’s fans should secure their seats early for what’s sure to be a night of electrifying performances and unforgettable music.

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.