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

{
    "url": "https://demozoo.org/api/v1/parties/1889/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1889/",
    "id": 1889,
    "name": "Megafun 1 - 1990",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/313/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/313/",
        "id": 313,
        "name": "Gigafun",
        "website": ""
    },
    "start_date": "1990-11",
    "end_date": "1990-11",
    "location": "Lille, Département du Nord, Nord-Pas-de-Calais-Picardie, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 50.63297,
    "longitude": 3.05858,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/74526/?format=api",
            "demozoo_url": "https://demozoo.org/productions/74526/",
            "id": 74526,
            "title": "Megafun Party Demo",
            "author_nicks": [
                {
                    "name": "Phenix",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/31811/?format=api",
                        "id": 31811,
                        "name": "Phenix",
                        "is_group": true
                    }
                },
                {
                    "name": "Replicants",
                    "abbreviation": "REPS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/31491/?format=api",
                        "id": 31491,
                        "name": "The Replicants",
                        "is_group": true
                    }
                },
                {
                    "name": "The Storm Brothers",
                    "abbreviation": "TSB",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/31592/?format=api",
                        "id": 31592,
                        "name": "The Storm Brothers",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1990-11",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                    "id": 9,
                    "name": "Pack",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=21&when=1990"
        }
    ]
}