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

{
    "url": "https://demozoo.org/api/v1/party_series/1195/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1195/",
    "id": 1195,
    "name": "The Project",
    "website": "http://www.thjeproject.nu/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2972/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2972/",
            "id": 2972,
            "name": "The Project 2001",
            "tagline": "",
            "start_date": "2001-08-16",
            "end_date": "2001-08-19",
            "location": "Partille Kommun, Västra Götaland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 57.73306,
            "longitude": 12.13072,
            "website": "http://www.theproject.nu/"
        }
    ]
}