ADVERTISEMENT

'Hospital Playlist 2,' 'Hometown Cha-Cha-Cha,' 'Vincenzo' voted best Korean dramas of 2021

Published Nov 7, 2021 10:47 am

People from the Korean entertainment industry have voted to select the best Korean dramas of 2021.

Korean entertainment media outlet Joy News 24 held a survey from Oct. 12 to 19 to celebrate its 17 anniversary. There were 200 respondents in the survey including employees of entertainment and broadcasting companies, film and broadcast content producers, and entertainment reporters.

(Clockwise from top left) “Hospital Playlist" Season 2, "Hometown Cha-Cha-Cha," "Vincenzo" and "Beyond Evil" (tvN, JTBC)

1. “Hospital Playlist” Season 2 (tvN) - 35 votes

“Hospital Playlist” Season 2, which aired from June to September 2021, starred Jo Jung-suk, Yoo Yeon-seok, Jung Kyung-ho, Kim Dae-myung and Jeon Mi-do.

Korean industry people voted it as the No. 1 best drama of 2021 (excluding OTT dramas) with 35 votes. “Hospital Playlist” Season 2 brought fun, laughter, healing and emotions to viewers who were exhausted from the aftermath of COVID-19 and achieved high ratings, according to Joy News 24.

“Hospital Playlist” Director Shin Won-ho said, "It was amazing that it was greatly loved despite the challenge of having a season system and organizing it once a week with a small story but I am truly grateful to have won the title of 'Drama of the Year.’ Thank you to the viewers who gave me a lot of love for season 1 and season 2.”

The finale of “Hospital Playlist” Season 2 received a rating of 14.08 percent based on Nielsen Korea’s paid platforms nationwide to place 13th among the highest-rated Korean dramas on Korean cable TV history.

2. “Hometown Cha-Cha-Cha” (tvN) - 27 votes

“Hometown Cha-Cha-Cha,” which ran from August to October 2021, starred Shin Min-a and Kim Seon-ho.

The drama ranked second place as best drama in 2021 with 27 votes. It is a healing romance drama about dentist Yoon Hye-jin (Shin Min-a) and jack of all trades Hong Du-sik (Kim Seon-ho) set in a sea village. It achieved its highest rating of 12.665 percent (Nielsen Korea) for its 16th and final episode. This was Kim Seon-ho’s follow up drama after last year’s “Start-Up.”

In another survey by Joy News 24, Shin Min-a and Kim Seon-ho were voted as the No. 1 best drama couple.

3. “Vincenzo” (tvN) - 22 votes

“Vincenzo” placed third in the survey with 22 votes. It starred Song Joong-ki, eon Yeo-bin, Ok Taec-yeon, Kim Yeo-jin, Kwak Dong-yeon and Jo Han-chul and aired from February to May 2021.

Song Joong-ki played the title role as Vincenzo Cassano, an Italian lawyer and adviser to a mafia organization, who was born in South Korea and adopted by an Italian family. He returns to South Korea after a conflict occurs in the organization.

The final episode of “Vincenzo” received a rating of 14.636 percent, its highest, to place 10th among highest-rated dramas in Korean cable TV history.

4. “Beyond Evil” (JTBC) - 21 votes

“Beyond Evil” (aka “Monster) received 21 votes to place fourth in the survey of the best dramas of 2021. It starred Shin Ha-kyun and Yeo Jin-goo. The JTBC drama ran from February to April 2021.

At the 57th Baeksang Arts Awards, held last May, “Beyond Evil” won best drama and best screenplay while Shin Ha-kyun took home the best actor award.

5. “Racket Boys” (SBS) - 20 votes

“Racket Boys,” which aired from May to August 2021 on SBS, grabbed fifth place in the survey with 20 votes. It starred Kim Sang-kyung, Oh Na-ra, Tang Joon-sang, Kim Kang-hoon and Lee Jae-in.

Other dramas which received votes for best dramas of 2021 are “The Penthouse” (12 votes), “Youth in May” and “Love (ft. Marriage and Divorce)” (7 votes each), “Mine” (6 votes), “Bossam: Steal the Fate,” “The Veil” and “One the Woman” (3 votes each), “The Uncanny Counter,” “Lost,” “Taxi Driver” and “Mouse” (2 votes each).

Related Tags

Hospital Playlist 2 Hometown Cha-Cha-Cha Korean dramas Kim Seon-ho Vincenzo Shin Min-a Beyond Evil best Korean dramas of 2021
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.