Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver

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'; ?>
Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver

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'; ?>
Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver

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'; ?>
Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver

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'; ?>
Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver

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'; ?>
Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver

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'; ?>
Kill the Messenger

Cast (32)

  • Jeremy Renner

    Jeremy Renner

    Gary Webb

  • Mary Elizabeth Winstead

    Mary Elizabeth Winstead

    Anna Simons

  • Michael Sheen

    Michael Sheen

    Fred Weil

  • Ray Liotta

    Ray Liotta

    John Cullen

  • Robert Patrick

    Robert Patrick

    Ronny Quail

  • Andy García

    Andy García

    Norwin Meneses

  • Paz Vega

    Paz Vega

    Coral Baca

  • Michael Kenneth Williams

    Michael Kenneth Williams

    Ricky Ross

  • Rosemarie DeWitt

    Rosemarie DeWitt

    Sue Webb

  • Tim Blake Nelson

    Tim Blake Nelson

    Alan Fenster

  • Barry Pepper

    Barry Pepper

    Russell Dodson

  • Oliver Platt

    Oliver Platt

    Jerry Ceppos

  • Richard Schiff

    Richard Schiff

    Richard Zuckerman

  • Jena Sims

    Jena Sims

    Quail's Girlfriend

  • Joshua Close

    Joshua Close

    Rich Kline

  • Yul Vazquez

    Yul Vazquez

    Danilo Blandon

  • Lucas Hedges

    Lucas Hedges

    Ian Webb

  • Matt Lintz

    Matt Lintz

    Eric Webb

  • Gil Bellows

    Gil Bellows

    DEA Agent Miller

  • Steve Coulter

    Steve Coulter

    Anonymous Agent

  • Dan Futterman

    Dan Futterman

    Leo Wolinsky

  • Susan Walters

    Susan Walters

    Los Angeles Times Editor

  • David de Vries

    David de Vries

    Washington Post Editor

  • David Lee Garver

    David Lee Garver

    Doug Farah

  • Rhoda Griffis

    Rhoda Griffis

    Female Anchor

  • Jen Harper

    Jen Harper

    Ricky Ross Trial Judge

  • David Alessi

    David Alessi

    DEA Agent (uncredited)

  • Grace Baine

    Grace Baine

    Reporter Washington Post (uncredited)

  • Shaira Barton

    Shaira Barton

    DC Business Woman (uncredited)

  • Nancy Reagan

    Nancy Reagan

    Self (archive footage) (uncredited)

  • Parker Douglas

    Parker Douglas

    Christine Webb

  • James Lewis

    James Lewis

    Jaguar Driver