diff --git a/fixtures/program/host.json b/fixtures/program/host.json
index f8dbfc722e446b4bddfd4130bfbf20e65b1fa46a..e49a3956ef4270b07174b9a9d9fba2e3f0134852 100644
--- a/fixtures/program/host.json
+++ b/fixtures/program/host.json
@@ -7,10 +7,12 @@
       "is_active": true,
       "email": "",
       "biography": null,
-      "ppoi": "0.5x0.5",
-      "height": null,
-      "width": null,
-      "image": ""
+      "image": null,
+      "image_ppoi": "0.5x0.5",
+      "image_width": null,
+      "image_height": null,
+      "created_at": "2000-06-01 00:00Z",
+      "created_by": "loaddata"
     }
   }
 ]
diff --git a/fixtures/program/show.json b/fixtures/program/show.json
index ce3183ee60bb76a262330817048ddc6db59c4942..228a775a79661605de509a04e54831b56d01ebc7 100644
--- a/fixtures/program/show.json
+++ b/fixtures/program/show.json
@@ -8,10 +8,10 @@
       "funding_category": 1,
       "name": "Musikprogramm",
       "slug": "musikprogramm",
-      "ppoi": "0.5x0.5",
-      "height": null,
-      "width": null,
-      "image": "",
+      "image": null,
+      "image_width": null,
+      "image_height": null,
+      "image_ppoi": "0.5x0.5",
       "logo": "",
       "short_description": "Unmoderiertes Musikprogramm",
       "description": "Unmoderiertes Musikprogramm",
@@ -27,7 +27,9 @@
       "language": [],
       "category": [],
       "topic": [],
-      "music_focus": []
+      "music_focus": [],
+      "created_at": "2000-06-01 00:00Z",
+      "created_by": "loaddata"
     }
   }
 ]