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

{
    "url": "https://demozoo.org/api/v1/party_series/1244/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1244/",
    "id": 1244,
    "name": "The Forge Of MB",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3143/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3143/",
            "id": 3143,
            "name": "The Forge Of MB 1999",
            "tagline": "",
            "start_date": "1999",
            "end_date": "1999",
            "location": "Ufa, Bashkortostan, Russia",
            "is_online": false,
            "country_code": "RU",
            "latitude": 54.74306,
            "longitude": 55.96779,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/3144/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3144/",
            "id": 3144,
            "name": "The Forge Of MB 2000",
            "tagline": "",
            "start_date": "2000",
            "end_date": "2000",
            "location": "Ufa, Bashkortostan, Russia",
            "is_online": false,
            "country_code": "RU",
            "latitude": 54.74306,
            "longitude": 55.96779,
            "website": ""
        }
    ]
}