diff --git a/fixtures/program/host.json b/fixtures/program/host.json
deleted file mode 100644
index 18650306cc0991ed875c47f82a7de5f8ae617ab0..0000000000000000000000000000000000000000
--- a/fixtures/program/host.json
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-  {
-    "model": "program.host",
-    "pk": 1,
-    "fields": {
-      "name": "Musikredaktion",
-      "is_active": true,
-      "email": "",
-      "biography": "",
-      "image": null,
-      "created_at": "2000-06-01 00:00Z",
-      "created_by": "loaddata"
-    }
-  }
-]
diff --git a/fixtures/program/show.json b/fixtures/program/show.json
deleted file mode 100644
index 597026872db92c22c309727ae0f7671cf6eccacc..0000000000000000000000000000000000000000
--- a/fixtures/program/show.json
+++ /dev/null
@@ -1,32 +0,0 @@
-[
-  {
-    "model": "program.show",
-    "pk": 1,
-    "fields": {
-      "predecessor": null,
-      "type": 3,
-      "funding_category": 1,
-      "name": "Musikprogramm",
-      "slug": "musikprogramm",
-      "image": null,
-      "logo": null,
-      "short_description": "Unmoderiertes Musikprogramm",
-      "description": "Unmoderiertes Musikprogramm",
-      "email": "musikredaktion@helsinki.at",
-      "cba_series_id": null,
-      "default_playlist_id": null,
-      "is_active": true,
-      "is_public": false,
-      "hosts": [
-        1
-      ],
-      "owners": [],
-      "language": [],
-      "category": [],
-      "topic": [],
-      "music_focus": [],
-      "created_at": "2000-06-01 00:00Z",
-      "created_by": "loaddata"
-    }
-  }
-]
diff --git a/fixtures/program/category.json b/fixtures/sample/category.json
similarity index 100%
rename from fixtures/program/category.json
rename to fixtures/sample/category.json
diff --git a/fixtures/program/fundingcategory.json b/fixtures/sample/fundingcategory.json
similarity index 100%
rename from fixtures/program/fundingcategory.json
rename to fixtures/sample/fundingcategory.json
diff --git a/fixtures/program/language.json b/fixtures/sample/language.json
similarity index 100%
rename from fixtures/program/language.json
rename to fixtures/sample/language.json
diff --git a/fixtures/program/licensetype.json b/fixtures/sample/licensetype.json
similarity index 100%
rename from fixtures/program/licensetype.json
rename to fixtures/sample/licensetype.json
diff --git a/fixtures/program/linktype.json b/fixtures/sample/linktype.json
similarity index 100%
rename from fixtures/program/linktype.json
rename to fixtures/sample/linktype.json
diff --git a/fixtures/program/musicfocus.json b/fixtures/sample/musicfocus.json
similarity index 100%
rename from fixtures/program/musicfocus.json
rename to fixtures/sample/musicfocus.json
diff --git a/fixtures/program/topic.json b/fixtures/sample/topic.json
similarity index 100%
rename from fixtures/program/topic.json
rename to fixtures/sample/topic.json
diff --git a/fixtures/program/type.json b/fixtures/sample/type.json
similarity index 100%
rename from fixtures/program/type.json
rename to fixtures/sample/type.json