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

{
    "url": "https://demozoo.org/api/v1/parties/1901/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1901/",
    "id": 1901,
    "name": "AADN 2004",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/517/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/517/",
        "id": 517,
        "name": "AADN",
        "website": ""
    },
    "start_date": "2004-10-15",
    "end_date": "2004-10-17",
    "location": "Lyon, Département du Rhône, Auvergne-Rhône-Alpes, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 45.75889,
    "longitude": 4.84139,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/79809/?format=api",
            "demozoo_url": "https://demozoo.org/productions/79809/",
            "id": 79809,
            "title": "Aadn Invitation",
            "author_nicks": [
                {
                    "name": "Popsy Team",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/76/?format=api",
                        "id": 76,
                        "name": "Popsy Team",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2004-08-07",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                    "id": 1,
                    "name": "Windows"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "werkkzeug"
            ]
        }
    ],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/103142/?format=api",
            "demozoo_url": "https://demozoo.org/music/103142/",
            "id": 103142,
            "title": "Miel",
            "author_nicks": [
                {
                    "name": "Fabounio",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/27797/?format=api",
                        "id": 27797,
                        "name": "Fabounio",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2004-10-16",
            "supertype": "music",
            "platforms": [],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                    "id": 30,
                    "name": "Streaming Music",
                    "supertype": "music"
                }
            ],
            "tags": [
                "mp3"
            ]
        }
    ],
    "competitions": [
        {
            "id": 12264,
            "demozoo_url": "https://demozoo.org/competitions/12264/",
            "name": "PC Demo",
            "shown_date": "2004-10-16",
            "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/156029/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/156029/",
                        "id": 156029,
                        "title": "NOPIXEL3 - Crau04 Invitation",
                        "author_nicks": [
                            {
                                "name": "BOS",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/30128/?format=api",
                                    "id": 30128,
                                    "name": "BOS",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2004-10-16",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                                "id": 1,
                                "name": "Windows"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "lost"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/aadn/aadn-2004"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=679&when=2004"
        }
    ]
}