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

{
    "url": "https://demozoo.org/api/v1/party_series/1143/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1143/",
    "id": 1143,
    "name": "Animal Nitrate",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2853/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2853/",
            "id": 2853,
            "name": "Animal Nitrate 1999",
            "tagline": "",
            "start_date": "1999-09-03",
            "end_date": "1999-09-06",
            "location": "Amberg, Upper Palatinate, Bavaria, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 49.44287,
            "longitude": 11.86267,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/2854/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2854/",
            "id": 2854,
            "name": "Animal Nitrate 2000",
            "tagline": "",
            "start_date": "2000-04-14",
            "end_date": "2000-04-18",
            "location": "Edelsfeld, Upper Palatinate, Bavaria, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 49.57644,
            "longitude": 11.69589,
            "website": ""
        }
    ]
}