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

{
    "url": "https://demozoo.org/api/v1/party_series/1776/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1776/",
    "id": 1776,
    "name": "Revenge of Mr. Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2210/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2210/",
            "id": 2210,
            "name": "Revenge of Mr. Party 3",
            "tagline": "Polaris Computer Party 1993",
            "start_date": "1993-05-29",
            "end_date": "1993-05-29",
            "location": "Sisak, Sisak Općina, Sisačko-Moslavačka, Croatia",
            "is_online": false,
            "country_code": "HR",
            "latitude": 45.46611,
            "longitude": 16.37833,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4888/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4888/",
            "id": 4888,
            "name": "Revenge of Mr. Party 4",
            "tagline": "",
            "start_date": "1993-11-06",
            "end_date": "1993-11-06",
            "location": "Sisak, Grad Sisak, Sisačko-Moslavačka, Croatia",
            "is_online": false,
            "country_code": "HR",
            "latitude": 45.46611,
            "longitude": 16.37833,
            "website": ""
        }
    ]
}