27 lines
580 B
JSON
27 lines
580 B
JSON
{
|
|
"name": "The Greatest Showman",
|
|
"year": 2017,
|
|
"runtime": 105,
|
|
"categories": [
|
|
"Biography",
|
|
"Drama",
|
|
"Musical"
|
|
],
|
|
"release-date": "2017-12-08",
|
|
"director": "Michael Gracey",
|
|
"writer": [
|
|
"Jenny Bicks",
|
|
"Bill Condon"
|
|
],
|
|
"actors": [
|
|
"Hugh Jackman",
|
|
"Michelle Williams",
|
|
"Zac Efron",
|
|
"Zendaya",
|
|
"Rebecca Ferguson",
|
|
"Austyn Johnson",
|
|
"Cameron Seely"
|
|
],
|
|
"storyline": "Celebrates the birth of show business and tells of a visionary who rose from nothing to create a spectacle that became a worldwide sensation."
|
|
}
|