Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)

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'; ?>
Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)

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'; ?>
Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)

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'; ?>
Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)

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'; ?>
Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)

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'; ?>
Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)

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'; ?>
Detroit 9000

Cast (35)

  • Alex Rocco

    Alex Rocco

    Danny Bassett

  • Hari Rhodes

    Hari Rhodes

    Jesse Williams

  • Vonetta McGee

    Vonetta McGee

    Roby Harris

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Ferdy

  • Robert Phillips

    Robert Phillips

    Captain Chalmers

  • Ellaraino

    Ellaraino

    Helen Durbin

  • Scatman Crothers

    Scatman Crothers

    Reverend Markham

  • Sally Baker

    Sally Baker

    Ethel

  • Rudy Challenger

    Rudy Challenger

    Aubrey Hale Clayton

  • Doris Ingraham

    Doris Ingraham

  • George Skaff

    George Skaff

    Oscar

  • Council Cargle

    Council Cargle

    Drew Sheppard

  • Regis Cordic

    Regis Cordic

    Dr. Horace Cooley

  • Stacy Keach, Sr.

    Stacy Keach, Sr.

  • Davis Roberts

    Davis Roberts

    Milo

  • Jason Sommers

    Jason Sommers

  • Bob Charlton

    Bob Charlton

  • Ed Oldani

    Ed Oldani

  • Mike Lucci

    Mike Lucci

  • Martha Jean Steinberg

    Martha Jean Steinberg

  • Woody Willis

    Woody Willis

  • Ernie Winstanley

    Ernie Winstanley

  • Ron Khoury

    Ron Khoury

  • Jerry Dahlmann

    Jerry Dahlmann

  • Whit Vernon

    Whit Vernon

  • Don Hayes

    Don Hayes

  • Herb Weatherspoon

    Herb Weatherspoon

  • Michael Tylo

    Michael Tylo

  • Don Shapiro

    Don Shapiro

  • Erik L. Nelson

    Erik L. Nelson

    Hitman

  • Hedgemon Lewis

    Hedgemon Lewis

  • Ron McIlwain

    Ron McIlwain

    Sam Orr

  • June Fairchild

    June Fairchild

    Barbara (uncredited)

  • Marilyn Joi

    Marilyn Joi

    Dancing Hooker (uncredited)

  • Laura Lee

    Laura Lee

    Vocalist (uncredited)