Zarah Mohseni

Director

is a theatre artist and writer who blurs the lines between process and performance. Born in 1998 in Iran and with a background in Dramatic Literature, she is now based in Amsterdam and recently graduated from DAS Theatre school, a research-based master’s program.

In the Fair Performance Pact Summer Development, she continues her research on art and cannibalism alongside The Excluded Middle — a project exploring the intersections of writing, food, painting, and the power hidden in the word “masterpiece.” She invites audiences to step into the unknown with her, through the portal of theatre.

MANIFESTTOPCONTACT
PERFORMERS
PERFORMERS
PERFORMERS
PERFORMERS
No items found.
document.getElementById("copy-button").addEventListener("click", function() { // Get the current page URL var currentUrl = window.location.href; // Create a temporary input element var tempInput = document.createElement("input"); // Add the current page URL to the input value tempInput.setAttribute("value", currentUrl); // Append the input to the body document.body.appendChild(tempInput); // Select the input tempInput.select(); // Copy the selected text document.execCommand("copy"); // Remove the input from the body document.body.removeChild(tempInput); // Update the text of the "copy-status" element document.getElementById("copy-status").textContent = "Copied!"; });