{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/durant-ok",
  "name": "Spot2Nite",
  "description": "Check out Durant / Choctaw Casino KOA in Durant, Oklahoma on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/durant-ok",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Durant",
    "addressRegion": "OK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.9924186,
    "longitude": -96.3971233
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/oklahoma/durant/durant-choctaw-casino-koa"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}