diff --git a/playgrounds.json b/playgrounds.json
new file mode 100644
index 0000000..9ebee29
--- /dev/null
+++ b/playgrounds.json
@@ -0,0 +1,24 @@
+{
+    "type": "overpass",
+    "name": {
+        "en": "Playgrounds"
+    },
+    "query": {
+        "15": "nwr[leisure=playground]",
+        "17": [
+            "(",
+            "nwr[leisure=playground];",
+            "nwr[playground];",
+            ")"
+        ]
+    },
+    "feature": {
+        "description": [
+            "{% if tags.leisure %}",
+            "{{ tagTrans('leisure', tags.leisure) }}",
+            "{% else %}",
+            "{{ tagTransList('playground', tags.playground) }}",
+            "{% endif %}"
+        ]
+    }
+}