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

{
    "url": "https://demozoo.org/api/v1/parties/2798/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2798/",
    "id": 2798,
    "name": "Warf Meeting 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1123/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1123/",
        "id": 1123,
        "name": "Warf Meeting",
        "website": ""
    },
    "start_date": "1997-06-27",
    "end_date": "1997-06-29",
    "location": "Montluçon, Département de l'Allier, Auvergne, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 46.33333,
    "longitude": 2.6,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 12043,
            "demozoo_url": "https://demozoo.org/competitions/12043/",
            "name": "Demo",
            "shown_date": "1997-06-28",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/151648/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/151648/",
                        "id": 151648,
                        "title": "Jocker",
                        "author_nicks": [
                            {
                                "name": "The Flying Penguins",
                                "abbreviation": "TFP",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/9802/?format=api",
                                    "id": 9802,
                                    "name": "The Flying Penguins",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1997-06-28",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                                "id": 4,
                                "name": "MS-Dos"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1997/warf_meeting97/"
        }
    ]
}