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

{
    "url": "https://demozoo.org/api/v1/parties/4994/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4994/",
    "id": 4994,
    "name": "Crusade Copy Party 1990",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1823/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1823/",
        "id": 1823,
        "name": "Crusade Copy Party",
        "website": ""
    },
    "start_date": "1990-12-22",
    "end_date": "1990-12-23",
    "location": "Grenchen, Bezirk Lebern, Solothurn, Switzerland",
    "is_online": false,
    "country_code": "CH",
    "latitude": 47.19717,
    "longitude": 7.38752,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/307026/?format=api",
            "demozoo_url": "https://demozoo.org/productions/307026/",
            "id": 307026,
            "title": "GraphixMania II",
            "author_nicks": [
                {
                    "name": "Modern Arts",
                    "abbreviation": "MDA",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/54783/?format=api",
                        "id": 54783,
                        "name": "Modern Arts",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1991-01-25",
            "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/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=1418"
        }
    ]
}