ADVERTISEMENT

Othello and National Theatre Live! at Greenbelt

Published Mar 28, 2024 04:24 am

At A Glance

  • I look forward to King Lear next month and Hamlet in May. I hope this series continues, and I wish there were more than one screening! 
image0.jpeg
Othello and Iago

For the culture vultures out there, one of the worst-kept secrets would be the series of National Theatre Live screenings that go on monthly at the Ayala Greenbelt cinema. The round of Shakespeare performances began with Othello just the other week, and on April 30, we have King Lear, and on May 28, Hamlet. And before you leave this paragraph, know that while these may be filmed performances from some years back, they’ve been regarded as signature, if not landmark, contemporary interpretations. King Lear will have Ian McKellan portraying the family despot in modern dress, while Hamlet has no other than Benedict Cumberbatch as the Danish prince with mental health issues. The National Theatre is one of the grandest theatre production houses in the United Kingdom.

image1.jpeg
 

I say worst-kept secrets, as during the Othello screening, both Issa and I were pleased and surprised to bump into so many theater friends who made it a point to catch these presentations. Yes, they’re filmed as live stagings, inclusive of the intermission; but the multiple cameras set-up allow our eye to ‘roam’, and feel like we’re closer to the action than if we were physically seated in a West End theater. Little add-ons like a host introducing the National Theatre and tonight’s performance, plus fireside chats with the Director and resource people, add texture to the viewing experience. I, for one, appreciated these bonus elements.

Back to Othello and how this adaptation, directed by Clint Dyer, was a brilliant exploration of current issues about misogyny and systemic racism via a period drama/tragedy set in Venice. Giles Terera took on the title character, Rosy McEwan as Desdemona, Tanya Franks as Emilia, Rory Fleck Byrne portraying Michael Cassio, and at the true center of this play, the brilliant Paul Hilton as Iago.

des.jpeg
Desdemona and Emilia

At the center, anyone who has watched Othello will know that while Othello is the title of the tragedy, the one who truly fascinates us for being such a scheming, manipulative, envious courtier is Iago. He discloses from the outset how he’s double-faced, hates Othello for being a Moor and still the favorite of the Duke, and has even the audacity to marry the daughter of an Italian nobleman… a Caucasian woman lying in bed with this dark-skinned heathen. Iago plots to bring Othello down, and our fascination is with how easy it is to put suspicion of his wife in the mind of this paragon of virtue.

In one stroke, Shakespeare offers commentary on the mental frailty of man, the psyche of the outsider, and observations on how often women are subjugated into stereotypical roles, virgin and/or seducer, by men. As has been often said about the Bard, the genius is in how, even if it’s written in Elizabethan times, his lines reveal so much about human nature and that these universal truths still apply to these days.

image4.jpeg
 

Someone commented, ‘Poor Venice’. If not discriminating against Jews, as in Merchant of Venice, then they’re persecuting Moors. Why this dim view of the Italian city and its people? Perhaps it has to do with how much easier it was for Shakespeare to make his audiences laugh, cry, or reflect if the subject seemed far from home and hype up how these ‘foreigners’ are so different. Then, the subtlety of asking how so different we are can come into play and not have the audiences becoming so defensive right away.

We see this in how Verona, Romeo and Juliet, Midsummer, Measure, Taming, Tempest, and so on are situated in Italy, or in the case of Hamlet, on the continent. Only the History plays, and Merry Wives of Windsor are set in England.

I look forward to King Lear next month and Hamlet in May. I hope this series continues, and I wish there were more than one screening! Thank you, Ayala Greenbelt.

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.