22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"name": "Passengers",
|
|
"year": 2016,
|
|
"runtime": 116,
|
|
"categories": [
|
|
"drama",
|
|
"sci-fi",
|
|
"thriller"
|
|
],
|
|
"release-date": "2016-12-14",
|
|
"director": "Morten Tyldum",
|
|
"writer": [
|
|
"Jon Spaihts"
|
|
],
|
|
"actors": [
|
|
"Jennifer Lawrence",
|
|
"Chris Pratt",
|
|
"Michael Sheen"
|
|
],
|
|
"storyline": "A spacecraft traveling to a distant colony planet and transporting thousands of people has a malfunction in its sleep chambers. As a result, two passengers are awakened 90 years early."
|
|
}
|