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

{
    "url": "https://demozoo.org/api/v1/parties/5204/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5204/",
    "id": 5204,
    "name": "Berzan 1995",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/294/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/294/",
        "id": 294,
        "name": "Berzan",
        "website": ""
    },
    "start_date": "1995",
    "end_date": "1995",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 19561,
            "demozoo_url": "https://demozoo.org/competitions/19561/",
            "name": "Music",
            "shown_date": "1995",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/362207/?format=api",
                        "demozoo_url": "https://demozoo.org/music/362207/",
                        "id": 362207,
                        "title": "Some Poured Milk",
                        "author_nicks": [
                            {
                                "name": "Inco",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/10304/?format=api",
                                    "id": 10304,
                                    "name": "Inco",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [
                            {
                                "name": "Noice",
                                "abbreviation": "NOC",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/180/?format=api",
                                    "id": 180,
                                    "name": "Noice",
                                    "is_group": true
                                }
                            },
                            {
                                "name": "Spin",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/13808/?format=api",
                                    "id": 13808,
                                    "name": "Spin",
                                    "is_group": true
                                }
                            }
                        ],
                        "release_date": "1995",
                        "supertype": "music",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                                "id": 29,
                                "name": "Tracked Music",
                                "supertype": "music"
                            }
                        ],
                        "tags": [
                            "4ch",
                            "mod"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=675&when=1995"
        }
    ]
}