Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production

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'; ?>
Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production

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'; ?>
Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production

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'; ?>
Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production

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'; ?>
Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production

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'; ?>
Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production

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'; ?>
Red Tails

Cast (50)

  • Bryan Cranston

    Bryan Cranston

    Colonel William Mortamus

  • David Oyelowo

    David Oyelowo

    Joe 'Lightning' Little

  • Cuba Gooding Jr.

    Cuba Gooding Jr.

    Major Emanuelle Stance

  • Daniela Ruah

    Daniela Ruah

    Sofia

  • Terrence Howard

    Terrence Howard

    Col. A.J. Bullard

  • Andre Royo

    Andre Royo

    Antwan 'Coffee' Coleman

  • Robert Kazinsky

    Robert Kazinsky

    Chester

  • Lee Tergesen

    Lee Tergesen

    Colonel Jack Tomlinson

  • Matthew Leitch

    Matthew Leitch

    Lt. David Long

  • Michael B. Jordan

    Michael B. Jordan

    Maurice Wilson

  • Method Man

    Method Man

    Sticks

  • Gerald McRaney

    Gerald McRaney

    Lieutenant General Luntz

  • Matthew Marsh

    Matthew Marsh

    Brigadier General Hauser

  • Barnaby Kay

    Barnaby Kay

    Commanding General Westlake

  • Chris Riedell

    Chris Riedell

    Bomber Navigator

  • Leslie Odom Jr.

    Leslie Odom Jr.

    Declan 'Winky' Hall

  • Nate Parker

    Nate Parker

    Marty Julian

  • Marcus T. Paulk

    Marcus T. Paulk

    David 'Deke' Watkins

  • Kevin Phillips

    Kevin Phillips

    Leon 'Neon' Edwards

  • Paul Fox

    Paul Fox

    Miller

  • Lars van Riesen

    Lars van Riesen

    Pretty Boy

  • David Gyasi

    David Gyasi

    Corporal

  • Josh Dallas

    Josh Dallas

    Ryan

  • Okezie Morro

    Okezie Morro

    Jammer

  • Aml Ameen

    Aml Ameen

    Bag 'O Bones

  • Nathaniel Martello-White

    Nathaniel Martello-White

    Command Officer

  • Anthony Welsh

    Anthony Welsh

    St. Lou

  • Rick Otto

    Rick Otto

    Flynt

  • Rupert Penry-Jones

    Rupert Penry-Jones

    Campbell

  • Ryan Early

    Ryan Early

    Bryce

  • Brian Gross

    Brian Gross

    Lt. White

  • Ciarán McMenamin

    Ciarán McMenamin

    Lowe

  • Matthew Alan

    Matthew Alan

    Pool Player

  • Michael Dixon

    Michael Dixon

    Lead Bomber Gunner

  • Paul Hampshire

    Paul Hampshire

    German Ground Soldier

  • Leon Ockenden

    Leon Ockenden

    Co-Pilot

  • Dan Hirst

    Dan Hirst

    German Ground Soldier

  • Mark Doerr

    Mark Doerr

    German POW Camp Commander

  • Richard Conti

    Richard Conti

    German Guard

  • Philip Bulcock

    Philip Bulcock

    Mission Captain

  • Dave Power

    Dave Power

    Prisoner 1

  • Sam Daly

    Sam Daly

    Prisoner 2

  • Justin Irving

    Justin Irving

    Air Controller

  • Tina D'Marco

    Tina D'Marco

    Sofia's Mother

  • Jaime King

    Jaime King

    Axis Mary (voice)

  • Sam Kennard

    Sam Kennard

    Pilot Ben

  • Tristan Mack Wilds

    Tristan Mack Wilds

    Ray Gannon

  • Ne-Yo

    Ne-Yo

    Andrew 'Smokey' Salem

  • Elijah Kelley

    Elijah Kelley

    Samuel ‘Joker’ George

  • Tommy Wright

    Tommy Wright

    Groundscrew (uncredited)

Crew (239)

Crew

Production