LMN's new thriller movie, My Son Didn't Do It, is all set to premiere on the channel on Thursday, August 17, 2023. The film centers around a woman who's struggling to balance her professional and personal lives. Her life takes an even more dramatic turn when her son gets arrested for murder.

Take a look at LMN's official synopsis of the movie:

''Doing her best to balance a successful career with family life, a single mom’s world spirals out of control when her shy teenage son is arrested for the murder of a young woman he met online.''

My Son Didn't Do It stars Gina Holden in the lead role, with many others portraying significant supporting characters. The movie is directed by Soran Mardookhi and written by Jan Libby.


My Son Didn't Do It cast list: Who stars in LMN's new thriller drama?

1) Gina Holden

Gina Holden stars in the lead role in LMN's My Son Didn't Do It. She plays the single mom who's struggling to deal with the numerous issues affecting her personal and professional lives. Things get worse for her when her son is accused of murdering a woman.

It'll be interesting to see how her character is explored in the film, as she's the heart and soul of the movie. Gina Holden's other notable acting credits include Kidnapped to the Island, Assault on VA-33, Sleeping With My Student, and His Deadly Affair, to name a few.


2) Jason Cermak as Jack

Jason Cermak portrays the character of Jack in the new LMN thriller film. Apart from that, not many other details pertaining to his character are known at this point, but he's expected to play a significant role in the story.

Jason Cermak has previously starred in numerous other films and TV shows like V.C. Andrews' Dawn, Dying for a Good Grade, Debbie Macomber's A Mrs. Miracle Christmas, A Glenbrooke Christmas, and many more.


3) Zoe Christie as Gia Parker

Zoe Christie essays the role of Gia Parker in My Son Didn't Do It. Not much else is known about her character, but she's set to play a pivotal role in the film. Viewers might recognize Christie from Honor Society, School Spirits, and Alaska Daily.

Apart from the aforementioned actors, the film also stars various others in important supporting/minor roles. These include actors like:

  • Stephanie Izsak as Judy
  • Kayden Boisclair as Lucas
  • Quinten James as Taylor Parker
  • Kennedy Rowe as Sophia Bliss
  • Timothy Wallace as a Local Reporter
  • Paul Vos
  • Ashley Wood as Delaney
  • Blake Williams as Miles

An official promo or trailer for My Son Didn't Do It has not yet been released by LMN, but based on the synopsis, viewers can look forward to a fascinating, atmospheric, character-driven thriller film that explores the darkest facets of human nature. Viewers who enjoyed other Lifetime movies with a similar tone like Trapped in the Cabin, Love at First Lie, and To Kill a Stepfather should certainly check this one out.

Viewers can watch My Son Didn't Do It on LMN on Thursday, August 17, 2023, at 8 pm ET.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1628696, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1628696); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1628696) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1628696) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();