ADVERTISEMENT

Southeast Asia water festivals begin, but earthquake recovery blunts Myanmar's celebrations

Published Apr 13, 2025 03:30 pm

BANGKOK (AP) — Several Southeast Asian countries kicked off their annual water festival holiday on Sunday, but in the wake of a devastating earthquake last month, Myanmar is missing out on the fun.

AP25103388355383.jpgThai people with faces stained with paint take part in the Songkran water festival to celebrate the Thai New Year in Prachinburi Province, Thailand, Sunday, April 13, 2025. (AP Photo/Wason Wanichakorn)

The holiday is an occasion for merrymaking during what is usually the hottest time of the year. In Thailand, Laos, Cambodia and Myanmar, millions normally take part in a mix of raucous play with uninhibited splashing of water on friends and strangers alike, and sober ceremonies to show respect to one’s elders.

Temperatures this time of year can creep above 40 degrees Celsius (104 Fahrenheit). Many who have moved to cities for work return to their native villages and towns to reunite with their families. The celebration is normally spread over several days, culminating on the actual New Year’s Day.

In Myanmar, the holiday is called Thingyan. But this year, the country is struggling to recover from the 7.7 magnitude earthquake on March 28 that devastated its central heartland, killing more than 3,600 people and leveling structures from new condos to ancient pagodas.

Central Myanmar was shaken again on Sunday by a 5.5 magnitude earthquake in one of the biggest aftershocks since the March 28 temblor.

Even before last month's quake, Myanmar was reeling from a repressive military that seized power in 2021 and is carrying out a brutal war on the pro-democracy forces trying to unseat it. In 2020, the pandemic also quashed celebrations.

Still, the holiday offered a brief respite from the grim struggles of daily life in one of the region's poorer countries, and this is the first year Myanmar could celebrate Thingyan's inclusion on the UNESCO Representative List of Intangible Cultural Heritage of Humanity, an honor attained last December.

A few days after the quake, the military government announced that this year’s festival would be observed peacefully in pursuit of traditional culture and would not include joyous singing and dancing, due to a nationwide grieving period.

People are free to celebrate privately and quietly, and items related to the festival, including water guns, are being sold in malls and stores. However, there is no government-organized entertainment. In Yangon, the country’s largest city, major festival pavilions and decorations that were already being built in front of the City Hall were dismantled.

People’s Square, a major celebration spot in Yangon, will not host the festival this year, but a traditional charity feast will be held without music and dance, the state-run Global New Light of Myanmar newspaper reported on Thursday.

In Yangon, the downtown area near City Hall was quiet, in sharp contrast to many past occasions.

The only visible signs of the holiday were the sights of children playing with water in the streets of residential neighborhoods, and mostly elderly people going to Buddhist monasteries and pagodas for traditional prayers.

In the capital, Naypyitaw, state-media reported Saturday that a quiet celebration of the holiday’s recognition by UNESCO would include events such as applying Thanaka, a yellowish-white paste made from ground tree bark as a traditional natural cosmetic, gently washing the heads and cutting the nails of elderly people as a gesture of respect, and donating food.

Neighboring Thailand, where the holiday is called Songkran, was expected to celebrate with revelry as usual. It sees a mass exodus of the workforce in the capital, Bangkok, return to their upcountry home towns, often extending what is officially a three-day holiday into an entire working week.

Foreign tourists join locals in almost orgiastic water fights, especially in Bangkok’s Khao San Road backpackers district. Water pistols are merely small arms. It is not unusual to see huge buckets of water dumped on any convenient target. Moving vehicles serve as both platforms and targets for attacks.

The holiday is historically pegged to a seasonal movement of the sun, critical to largely agrarian societies. The water hijinks originated in olden days as a ceremony to welcome rainy season. A traditional ritual still practiced by many involves cleansing images of the Buddha and washing the hands and feet of elders.

There is a darker side to the goings-on, as well. Thailand already has one of the world’s highest rates of traffic fatalities, which spikes during Songkran with so many on the move and often inebriated.

Cambodia, where the holiday is called Choul Chnam Thmey, and Laos, where it is Pi Mai Lao, have similar celebrations, generally smaller in scale and less raucous than those in Thailand.

 

Related Tags

World news
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.