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

{
    "url": "https://demozoo.org/api/v1/parties/5211/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5211/",
    "id": 5211,
    "name": "Shield Copy-Party 1987",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/568/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/568/",
        "id": 568,
        "name": "Shield Copy-Party",
        "website": ""
    },
    "start_date": "1987-11-21",
    "end_date": "1987-11-22",
    "location": "Bielefeld, Regierungsbezirk Detmold, North Rhine-Westphalia, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 52.02113,
    "longitude": 8.535,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/363803/?format=api",
            "demozoo_url": "https://demozoo.org/productions/363803/",
            "id": 363803,
            "title": "Shield Intromaker V6.3",
            "author_nicks": [
                {
                    "name": "Monster Inc.",
                    "abbreviation": "MS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/137324/?format=api",
                        "id": 137324,
                        "name": "Monster Inc.",
                        "is_group": true
                    }
                },
                {
                    "name": "Shield",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/39713/?format=api",
                        "id": 39713,
                        "name": "Shield",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1987-11-21",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                    "id": 3,
                    "name": "Commodore 64"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                    "id": 6,
                    "name": "Tool",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=1084"
        }
    ]
}