Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self

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'; ?>
Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self

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'; ?>
Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self

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'; ?>
Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self

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'; ?>
Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self

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'; ?>
Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self

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'; ?>
Madonna: The Confessions Tour

Cast (25)

  • Madonna

    Madonna

    Self - Lead Vocals & Guitar

  • Stuart Price

    Stuart Price

    Self - Keyboardist

  • Steve Sidelnyk

    Steve Sidelnyk

    Self - Drummer

  • Monte Pittman

    Monte Pittman

    Self - Guitar Player

  • Marcus Brown

    Marcus Brown

    Self - Keyboardist

  • Donna DeLory

    Donna DeLory

    Self - Backing Vocals

  • Nicki Richards

    Nicki Richards

    Self - Backing Vocals

  • Isaac Sinwani

    Isaac Sinwani

    Self - Vocals

  • Jason Young

    Jason Young

    Self - Dancer Captain

  • Addie Yungmee-Schilling-George

    Addie Yungmee-Schilling-George

    Self - Dance Captain

  • Charm La'Donna

    Charm La'Donna

    Self - Dancer

  • Daniel 'Cloud' Campos

    Daniel 'Cloud' Campos

    Self - Dancer

  • Mowii

    Mowii

    Self - Dancer

  • Levi Meeuwenberg

    Levi Meeuwenberg

    Self - Traceur

  • Mihran Kirakosian

    Mihran Kirakosian

    Self - Dancer

  • Oleg Vorslavs

    Oleg Vorslavs

    Self - Traceur

  • Reshma Gajjar

    Reshma Gajjar

    Self - Dancer

  • Sébastien Foucan

    Sébastien Foucan

    Self - Traceur

  • Sofia Boutella

    Sofia Boutella

    Self - Dancer

  • Steve Nestar

    Steve Nestar

    Self - Dancer

  • Tamara Levinson

    Tamara Levinson

    Self - Dancer

  • Victor Lopez

    Victor Lopez

    Self - Traceur

  • Williams Charlemoine

    Williams Charlemoine

    Self - Dancer

  • Ryan Allen Carrillo

    Ryan Allen Carrillo

    Self - Skater

  • Rylan Clark

    Rylan Clark

    Self