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

{
    "url": "https://demozoo.org/api/v1/parties/4907/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4907/",
    "id": 4907,
    "name": "ACE Copyparty 1988",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1783/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1783/",
        "id": 1783,
        "name": "ACE Copyparty",
        "website": ""
    },
    "start_date": "1988-04-28",
    "end_date": "1988-04-28",
    "location": "Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 51.5,
    "longitude": 10.5,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/310551/?format=api",
            "demozoo_url": "https://demozoo.org/productions/310551/",
            "id": 310551,
            "title": "Charts of 1987",
            "author_nicks": [
                {
                    "name": "Actual Cracking Entertainment",
                    "abbreviation": "ACE",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/28906/?format=api",
                        "id": 28906,
                        "name": "Actual Cracking Entertainment",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1988-04-28",
            "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/5/?format=api",
                    "id": 5,
                    "name": "Diskmag",
                    "supertype": "production"
                }
            ],
            "tags": [
                "charts"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=954"
        }
    ]
}