In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
In Search of a Midnight Kiss

Cast (22)

  • Scoot McNairy

    Scoot McNairy

    Wilson

  • Sara Simmonds

    Sara Simmonds

    Vivian

  • Brian McGuire

    Brian McGuire

    Jacob

  • Kathleen Luong

    Kathleen Luong

    Min

  • Robert Murphy

    Robert Murphy

    Jack

  • Twink Caplan

    Twink Caplan

    Wilson's Mother

  • Bret Roberts

    Bret Roberts

    Bui

  • Ann Chatterton

    Ann Chatterton

    Neighbor #1

  • Cindy Drummond

    Cindy Drummond

    Neighbor #2

  • Giorgio Pierangeli

    Giorgio Pierangeli

    Maitre d'

  • Michael Pierangeli

    Michael Pierangeli

    Young boy

  • Bruce Jay

    Bruce Jay

    Stevie

  • Stephanie Feury

    Stephanie Feury

    Jacob's mother

  • Julie Levin-Pierangeli

    Julie Levin-Pierangeli

    Wilson's sister

  • Kennedy Rich-Collins

    Kennedy Rich-Collins

    Vivian's mother

  • Via Osgood

    Via Osgood

    Karen

  • Justin Huen

    Justin Huen

    Neptune

  • Angel Diamond

    Angel Diamond

    Subway man with roses

  • Nic Harcourt

    Nic Harcourt

    Radio DJ

  • Tony Morgan

    Tony Morgan

    Gay date caller (voice)

  • Sandra Lindquist

    Sandra Lindquist

    Divorce date caller (voice)

  • Regina Crosby

    Regina Crosby

    Prostitute caller (voice)