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

{
    "url": "https://demozoo.org/api/v1/parties/5309/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5309/",
    "id": 5309,
    "name": "SpeXtream 2005",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1508/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1508/",
        "id": 1508,
        "name": "SpeXtream",
        "website": ""
    },
    "start_date": "2005-07-16",
    "end_date": "2005-07-17",
    "location": "Sievierodonetsk, Luhansk, Ukraine",
    "is_online": false,
    "country_code": "UA",
    "latitude": 48.94832,
    "longitude": 38.49166,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/372319/?format=api",
            "demozoo_url": "https://demozoo.org/productions/372319/",
            "id": 372319,
            "title": "SpeXtream 2005 Demo",
            "author_nicks": [
                {
                    "name": "KC Soft",
                    "abbreviation": "KCS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/12293/?format=api",
                        "id": 12293,
                        "name": "KC Soft",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2005-07-15",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                    "id": 2,
                    "name": "ZX Spectrum"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "pentagon",
                "incomplete-credits"
            ]
        }
    ],
    "competitions": [],
    "external_links": []
}