// Adds dimensions UUID, Author and Topic into GA4
Friday, July 18, 2025
31 C
Singapore

Police interview with BTS’ Suga not set; BIGHIT MUSIC “cannot confirm date”

According to PINKVILLA, the authorities and BTS’ SUGA’s agency, BIGHIT MUSIC, have denied recent reports suggesting that the idol would appear for police questioning on Aug 22.

Earlier this month, SUGA was involved in a drunk driving incident while riding an electric scooter. Currently, he is fulfilling his mandatory military service as a social service worker.

SUGA was supposed to be questioned by authorities the next day, according to various media sources on Aug 21. This prompted reporters to gather outside the police station early on Aug 22, hoping to capture footage of his appearance.

However, the Seoul Yongsan Police Station clarified that the date for SUGA’s questioning in the drunk driving case is yet to be determined.

Photo: Instagram/SUGA

Not appearing for questioning

BIGHIT MUSIC also issued a statement confirming that SUGA would not be appearing for questioning on Aug 22. They also expressed regret for the false information that the prior stories had propagated and clarified that the date of his interrogation has not yet been set.

See also  K-Pop band BTS taking a break to work on solo projects

The investigation into SUGA’s case stems from an incident on Aug 6, when he was found by three police officers after falling off an electric scooter on his way home. The officers detected the smell of alcohol, and SUGA was subsequently taken to the local police station.

Since the incident, SUGA has faced strong public criticism.

Case of drunk driving

On Aug 7, SUGA addressed the situation, confirming that he was under police investigation for drunk driving. He issued a public apology via Weverse, explaining how he ended up riding the electric scooter and admitting he was unaware of the specific traffic laws regarding the vehicle. BIGHIT MUSIC also released a statement detailing the situation and confirming the reports, while SUGA expressed regret over his actions.

South Korean rapper, composer, and record producer SUGA’s real name is Min Yoon Gi. SUGA is part of popular K-pop group BTS.

SUGA is known for his deep, resonant voice and his ability to write and produce high-quality music. He has contributed to many of BTS’s hit songs, including “Agust D,” “Give It To Me,” and “Trivia: Seesaw.”

See also  Bigg Boss 14 Weekend Ka Vaar written update day 124: Arshi Khan voted out, Aly Goni cries as he bids her goodbye

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });