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

{
    "url": "https://demozoo.org/api/v1/parties/3189/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3189/",
    "id": 3189,
    "name": "ST World Computer Fair 1995",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1260/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1260/",
        "id": 1260,
        "name": "ST World Computer Fair",
        "website": ""
    },
    "start_date": "1995-12-09",
    "end_date": "1995-12-10",
    "location": "United Kingdom",
    "is_online": false,
    "country_code": "GB",
    "latitude": 54.75844,
    "longitude": -2.69531,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/69341/?format=api",
            "demozoo_url": "https://demozoo.org/productions/69341/",
            "id": 69341,
            "title": "Ninistral Modules Disk #01",
            "author_nicks": [
                {
                    "name": "Effect",
                    "abbreviation": "EFT",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2181/?format=api",
                        "id": 2181,
                        "name": "Effect",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1995-12-09",
            "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/7/?format=api",
                    "id": 7,
                    "name": "Musicdisk",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                    "id": 9,
                    "name": "Pack",
                    "supertype": "production"
                }
            ],
            "tags": [
                "noisepakker"
            ]
        }
    ],
    "competitions": [],
    "external_links": []
}