Nicole Kidman leads ‘Nine Perfect Strangers’ on quite a trip

By Associated Press
Published: August 17, 2021 01:15 PM

NEW YORK 

Tune in to catch “Nine Perfect Strangers” and you’ll find drama and suspense. But underneath the hood you might also see some heady stuff, says star Nicole Kidman.

“It kind of delves into some of the biggest existentialist questions,” she says. “What is reality? What place can you choose to exist in? Can we alter that? Is there another reality that we can access that maybe is a more desired reality?”

The Hulu limited series that starts Wednesday is definitely ambitious, centering on nine troubled people attending a remote Northern California wellness retreat. Kidman plays Masha, the spa’s mysterious guru who has an unusual treatment method involving psychedelics.

The strangers include an unhappy romance writer, a former football star, a bored couple, a simmering-with-anger divorcee, a mysterious gay man and three members of a family grieving the loss of a fourth. Their 10-day retreat is told over eight episodes — like an Agatha Christie-style parlor mystery mashed with an adult “The Breakfast Club.”

The series is adapted by David E. Kelley and John Henry Butterworth from Liane Moriarty’s 2018 novel of the same name. The show’s cast is impressive, with Melissa McCarthy, Bobby Cannavale, Regina Hall, Samara Weaving and Michael Shannon in the ensemble.

“I loved that there were so many characters in it that I felt were so truly three-dimensional,” says McCarthy, who plays the novelist. “They were complicated, and people are messy. And I thought that’s how real people are. I don’t know any perfect people. I wouldn’t know how to play someone perfect.”

Some of the issues the series deals with are addiction, the warping influence of social media, emotional suppression, imposter syndrome and the complicated nuances of mourning. The nine visitors — as well as the spa staff, including Masha — are hurting in some way.

“What would you do to take away the pain? How far would you go?” asks Kidman. “Those questions are really interesting to me, particularly when they’re put in an entertaining format.”

Cannavale, who plays the former football star, read the script after having just finished Michael Pollan’s 2018 book “How to Change Your Mind,” which explores the therapeutic potential of psychedelics. The actor jumped at the chance to show another way to treat depression.

“We’ve been treating people the same way for years. And we’ve been kind of ignoring this alternative way of treating it,” he says. “Maybe people who have never heard of this go, ‘Is that real?’ And they’ll do a little dive on their phone and go, ‘Oh, my God, it is real.’”

McCarthy and Hall, who plays the repressed divorcee, both were attracted to the show’s message of appreciating the messiness of life and piercing through peoples’ overly processed, manufactured and edited portraits on social media.

“I think once you recognize the flaw in someone else, you can see the flaw in yourself and that flaw can become beautiful,” says Hall. “As soon as you can see the beauty in someone else’s flaw, then you don’t have to look at yours so badly.”

The series arrives at an opportune time to be talking about mental health, with the lockdowns for the pandemic making depression and isolation a cultural issue, as well as the Olympics bringing mental wellness to the fore.

“I think that the last year and a half have given us wonderful opportunities of reflection and to actually sit with what we have been doing,” says Hall. “In that pause, it’s allowed people to say ‘It’s OK for me to be honest. It’s OK to not be OK.’ Not only is it OK to not be OK, it’s OK to say I’m not OK.”

While the show is set in a remote part of California, filming actually took place in the southeastern Australian coastal town of Byron Bay, this “magic bubble where there was no COVID,” said McCarthy.

The Australians took COVID-19 safety very seriously, escorting the cast and their loved ones by military to hotel rooms and quarantining them for 15 days with a guard outside. Masks and tests continued on set.

“They were not kidding around. Their protocols were intense,” said McCarthy, who traveled with her family. “There’s nobody to clean your room. Nobody changed your sheets. You were just there and had some self reflection. We did a lot of coloring, strangely.”

Request history8.2.19PHP Version6.56sRequest Duration6MBMemory UsageGET amp/news/{slug}Route
    • Booting (27.28ms)time
    • Application (6.53s)time
    • 1 x Application (99.58%)
      6.53s
      1 x Booting (0.42%)
      27.28ms
      1 templates were rendered
      • frontend.amp-detailamp-detail.blade.php#?blade
      uri
      GET amp/news/{slug}
      middleware
      web, mynews, kyc
      controller
      App\Http\Controllers\Frontend\News\NewsController@getBySlug
      namespace
      prefix
      where
      as
      news.slug
      file
      app/Http/Controllers/Frontend/News/NewsController.php:276-373
      10 statements were executed6.48s
      • NewsController.php#297republica1909msselect `id`, `title`, `content`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, `is_subscriber_user`, `is_free`, `is_logged_in_user`, `content`, `caption`, `news_slug`, `exclusive_news` from `news` where `permalink` = 'nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip' and `status` = 1 limit 1
        Bindings
        • 0: nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica11.43msselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '0' and `news_has_attachments`.`news_id` in (116183)
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1610μsselect `categories`.`id`, `name`, `news_has_categories`.`news_id` as `pivot_news_id`, `news_has_categories`.`category_id` as `pivot_category_id`, `news_has_categories`.`created_at` as `pivot_created_at`, `news_has_categories`.`updated_at` as `pivot_updated_at` from `categories` inner join `news_has_categories` on `categories`.`id` = `news_has_categories`.`category_id` where `news_has_categories`.`news_id` in (116183)
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1580μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '1' and `news_has_attachments`.`news_id` in (116183)
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1530μsselect `authors`.`id`, `name`, `avatar`, `news_has_authors`.`news_id` as `pivot_news_id`, `news_has_authors`.`author_id` as `pivot_author_id`, `news_has_authors`.`created_at` as `pivot_created_at`, `news_has_authors`.`updated_at` as `pivot_updated_at` from `authors` inner join `news_has_authors` on `authors`.`id` = `news_has_authors`.`author_id` where `news_has_authors`.`news_id` in (116183)
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#388republica12.92sselect `id`, `title`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, MATCH(title, excerpt) AGAINST ('Nicole Kidman leads Nine Perfect Strangers on quite a trip' IN BOOLEAN MODE) as score from `news` where `id` != 116183 and `status` = 1 order by `score` desc, `pub_date` desc limit 6
        Bindings
        • 0: 116183
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:388
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:380
        • app/Http/Controllers/Frontend/News/NewsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#388republica12.49msselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '0' and `news_has_attachments`.`news_id` in (22750, 39662, 58267, 85136, 100241, 128160)
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:388
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:380
        • app/Http/Controllers/Frontend/News/NewsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#388republica1660μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '1' and `news_has_attachments`.`news_id` in (22750, 39662, 58267, 85136, 100241, 128160)
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:388
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:380
        • app/Http/Controllers/Frontend/News/NewsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#416republica150.59msselect `id`, `title`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, `read_time`, `news_slug` from `news` where `pub_date` between '2025-04-14 03:47:22' and '2025-04-15 03:47:22' and `id` not in (116183) and `status` = 1 order by `view_count` desc limit 3
        Bindings
        • 0: 2025-04-14 03:47:22
        • 1: 2025-04-15 03:47:22
        • 2: 116183
        • 3: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:416
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:410
        • app/Http/Controllers/Frontend/News/NewsController.php:315
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • UpdateNewsVisitListener.php#27republica12.6supdate `news` set `view_count` = `view_count` + 1, `news`.`updated_at` = '2025-04-15 03:47:22' where `id` = 116183 and `status` = 1
        Bindings
        • 0: 2025-04-15 03:47:22
        • 1: 116183
        • 2: 1
        Backtrace
        • app/Listeners/UpdateNewsVisitListener.php:27
        • vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:473
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:264
      App\Models\News
      7News.php#?
      App\Models\Attachment
      7Attachment.php#?
      App\Models\Category
      2Category.php#?
      App\Models\Author
      1Author.php#?
          _token
          AQOigAODAhHiqdFAq5gLZueqc1b4VW4O33JSKjgM
          subscriber_only_page
          https://newtest.myrepublica.com/amp/news/nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip
          _previous
          array:1 [ "url" => "https://newtest.myrepublica.com/amp/news/nicole-kidman-leads-nine-perfect-stra...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /amp/news/nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:24 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.148.106.39" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik1jYVhoRjRkeGUyY3VCeGNpUjU1b3c9PSIsInZhbHVlIjoiUFRpZmw0VTNpKzNobXNsTnlHOEFRTUdWRUd4T2U5dWNjSXlMWWs2QmhvQ1pkb0JoenV4cFArTGFpTXg0dXNXYnhEcGNTbCtCVmYveTJUcE05UDZsQnhLUmFmZU1pUjNha096bmZ6aUZUVUlIbzFVYmdmZHZub21FalhqVE1tb0kiLCJtYWMiOiI1OTFhNmMxYTgzNjZjNmQwZTdiYTJjYmExNDM4NjQwYzYzNWE4MDg4YWFlZmY3NjNhZDA0OTYyYzg0YTBlYzcyIiwidGFnIjoiIn0%3D; republica_session=eyJpdiI6IjZ4U1A3N0Nqc2tIV0FLKzRScjFCTEE9PSIsInZhbHVlIjoiZXVZdk9vWFdyZy9nOExNcE5vNWlWRW1jaHZaWVp0U1BrallxbW0rUUhyWEhoUXJycVpSYXRLcEJLM2FZM0owL2EwSEE5UFpOZ2t4Y2pJVGN4OVRFa0t1dEFoTVZldUpNeXlSUG1QdW9CSWo2M3hWaWpKOVB5TVRDd0ZYaWhleVciLCJtYWMiOiI1YTg5MTNmZjQyNGZhOThiYmQwZDE3NWI1ZjlmN2FjMmRhMTZhM2MzNWEyN2U4ZWI2N2RmNmI3ZGVhZDE1YzhmIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Ik1jYVhoRjRkeGUyY3VCeGNpUjU1b3c9PSIsInZhbHVlIjoiUFRpZmw0VTNpKzNobXNsTnlHOEFRTUdWRUd4T2U5dWNjSXlMWWs2QmhvQ1pkb0JoenV4cFArTGFpTXg0dXNXYnhEcGNTb" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "host" => array:1 [ 0 => "newtest.myrepublica.com" ] "x-forwarded-for" => array:1 [ 0 => "3.148.106.39" ] "cf-ray" => array:1 [ 0 => "93067c9bdaa82330-ORD" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "AQOigAODAhHiqdFAq5gLZueqc1b4VW4O33JSKjgM" "republica_session" => "vS4AO4OEahZxgHUr04jexzJsObdh1MfVkyWUm6ub" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 14 Apr 2025 22:02:25 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Iml4QUEycXp5ejRFQ2hMbU5oQkR5SXc9PSIsInZhbHVlIjoiZWNZVnNpNzV3Lzcya045QWNRVlFFSFVWalZzZXc1U0c5Rmx5VkhCdW05L0tqUGVCb0F3NVNQWGRYVTlPVkN0TDV5QWZOYXl4WmJNdnljQmlVOUpwUVlGYlZ6eW42MExNNEh4a0hsNlFpbXd1WUcxZkxJZWZTZnZYN0RPOEZiYkEiLCJtYWMiOiIyMDMwM2FjNmFhZWE5Nzc2M2Y0NTc2NjJjNzM5NjJlYWRhN2QxZWFhMTE5ZjYzMmE1MjI4NmNlOTFlNmNmMmZhIiwidGFnIjoiIn0%3D; expires=Tue, 14 Apr 2026 22:02:25 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Iml4QUEycXp5ejRFQ2hMbU5oQkR5SXc9PSIsInZhbHVlIjoiZWNZVnNpNzV3Lzcya045QWNRVlFFSFVWalZzZXc1U0c5Rmx5VkhCdW05L0tqUGVCb0F3NVNQWGRYVTlPVkN0TDV5QWZOY" 1 => "republica_session=eyJpdiI6IlFLSDdCTlFvVTZGdEIrZ05Dd09lQ3c9PSIsInZhbHVlIjoiY0lTUFRZSnVETFR2MlN5REc1NVNKQVluWTdyajhpU0I4RHFDNWM5d3JEcGV1WHdxcDJ4VjlEam4rQmVSbWVTbjJhSGVWWGQzVllzQjJWU095VTVkVFY4VFRMV2lBdnh3QnV5VXlPbUN3ZlZYYkZqeWk2VENNQkZzVFJTbkZ2UnUiLCJtYWMiOiI0MGVlNDMxY2RlNTdkZTdjYzNjNzJjYWExOWU1YmE1YTQxMDRkYjUyOGEyYjU5ZmFhZDk2ZDg5NWZmOTVjZTI1IiwidGFnIjoiIn0%3D; expires=Tue, 14 Apr 2026 22:02:25 GMT; Max-Age=31536000; path=/; secure; httponly; samesite=laxrepublica_session=eyJpdiI6IlFLSDdCTlFvVTZGdEIrZ05Dd09lQ3c9PSIsInZhbHVlIjoiY0lTUFRZSnVETFR2MlN5REc1NVNKQVluWTdyajhpU0I4RHFDNWM5d3JEcGV1WHdxcDJ4VjlEam4rQmVSbWVTbj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Iml4QUEycXp5ejRFQ2hMbU5oQkR5SXc9PSIsInZhbHVlIjoiZWNZVnNpNzV3Lzcya045QWNRVlFFSFVWalZzZXc1U0c5Rmx5VkhCdW05L0tqUGVCb0F3NVNQWGRYVTlPVkN0TDV5QWZOYXl4WmJNdnljQmlVOUpwUVlGYlZ6eW42MExNNEh4a0hsNlFpbXd1WUcxZkxJZWZTZnZYN0RPOEZiYkEiLCJtYWMiOiIyMDMwM2FjNmFhZWE5Nzc2M2Y0NTc2NjJjNzM5NjJlYWRhN2QxZWFhMTE5ZjYzMmE1MjI4NmNlOTFlNmNmMmZhIiwidGFnIjoiIn0%3D; expires=Tue, 14-Apr-2026 22:02:25 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Iml4QUEycXp5ejRFQ2hMbU5oQkR5SXc9PSIsInZhbHVlIjoiZWNZVnNpNzV3Lzcya045QWNRVlFFSFVWalZzZXc1U0c5Rmx5VkhCdW05L0tqUGVCb0F3NVNQWGRYVTlPVkN0TDV5QWZOY" 1 => "republica_session=eyJpdiI6IlFLSDdCTlFvVTZGdEIrZ05Dd09lQ3c9PSIsInZhbHVlIjoiY0lTUFRZSnVETFR2MlN5REc1NVNKQVluWTdyajhpU0I4RHFDNWM5d3JEcGV1WHdxcDJ4VjlEam4rQmVSbWVTbjJhSGVWWGQzVllzQjJWU095VTVkVFY4VFRMV2lBdnh3QnV5VXlPbUN3ZlZYYkZqeWk2VENNQkZzVFJTbkZ2UnUiLCJtYWMiOiI0MGVlNDMxY2RlNTdkZTdjYzNjNzJjYWExOWU1YmE1YTQxMDRkYjUyOGEyYjU5ZmFhZDk2ZDg5NWZmOTVjZTI1IiwidGFnIjoiIn0%3D; expires=Tue, 14-Apr-2026 22:02:25 GMT; path=/; secure; httponlyrepublica_session=eyJpdiI6IlFLSDdCTlFvVTZGdEIrZ05Dd09lQ3c9PSIsInZhbHVlIjoiY0lTUFRZSnVETFR2MlN5REc1NVNKQVluWTdyajhpU0I4RHFDNWM5d3JEcGV1WHdxcDJ4VjlEam4rQmVSbWVTbj" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "AQOigAODAhHiqdFAq5gLZueqc1b4VW4O33JSKjgM" "subscriber_only_page" => "https://newtest.myrepublica.com/amp/news/nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip" "_previous" => array:1 [ "url" => "https://newtest.myrepublica.com/amp/news/nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-15 03:47:25GET/amp/news/nicole-kidman-leads-nine-perfect-strangers-on-quite-a-trip11017