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

{
    "url": "https://demozoo.org/api/v1/parties/437/?format=api",
    "demozoo_url": "https://demozoo.org/parties/437/",
    "id": 437,
    "name": "Technophobia 1993",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/168/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/168/",
        "id": 168,
        "name": "Technophobia",
        "website": ""
    },
    "start_date": "1993-08",
    "end_date": "1993-08",
    "location": "",
    "is_online": false,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 1908,
            "demozoo_url": "https://demozoo.org/competitions/1908/",
            "name": "Demo",
            "shown_date": "1993-08",
            "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": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/27036/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/27036/",
                        "id": 27036,
                        "title": "Don't Panic",
                        "author_nicks": [
                            {
                                "name": "Zwilight Tone",
                                "abbreviation": "ZT",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/7846/?format=api",
                                    "id": 7846,
                                    "name": "Zwilight Tone",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1993-08",
                        "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": [
                            "fakedemo"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1993/technophobia93/"
        }
    ]
}