GET /api/v1/party_series/1893/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demozoo.org/api/v1/party_series/1893/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1893/",
    "id": 1893,
    "name": "RVScene",
    "website": "https://www.rvscene.org",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5232/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5232/",
            "id": 5232,
            "name": "RVScene 2008",
            "tagline": "The Demoparty You Can Drive",
            "start_date": "2008-08-25",
            "end_date": "2008-08-25",
            "location": "San Jose, Santa Clara County, California, United States",
            "is_online": false,
            "country_code": "US",
            "latitude": 37.33939,
            "longitude": -121.89496,
            "website": "https://www.rvscene.org"
        }
    ]
}