22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"name": "Happy Death Day",
|
|
"year": 2017,
|
|
"runtime": 96,
|
|
"categories": [
|
|
"horror",
|
|
"mystery",
|
|
"thriller"
|
|
],
|
|
"release-date": "2017-10-13",
|
|
"director": "Christopher B. Landon",
|
|
"writer": [
|
|
"Scott Lobdell"
|
|
],
|
|
"actors": [
|
|
"Jessica Rothe",
|
|
"Israel Broussard",
|
|
"Ruby Modine"
|
|
],
|
|
"storyline": "A college student must relive the day of her murder over and over again, in a loop that will end only when she discovers her killer's identity."
|
|
}
|