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

{
    "url": "https://demozoo.org/api/v1/parties/5503/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5503/",
    "id": 5503,
    "name": "Theatre Meeting 1990",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1940/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1940/",
        "id": 1940,
        "name": "Theatre Meeting",
        "website": ""
    },
    "start_date": "1990-09-22",
    "end_date": "1990-09-23",
    "location": "Gjelleråsen, Nittedal, Viken, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 59.98708,
    "longitude": 10.933,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/228038/?format=api",
            "demozoo_url": "https://demozoo.org/productions/228038/",
            "id": 228038,
            "title": "Fantastic Pack 1",
            "author_nicks": [
                {
                    "name": "Fantasy",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/28810/?format=api",
                        "id": 28810,
                        "name": "Fantasy",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1990-09-23",
            "supertype": "production",
            "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/9/?format=api",
                    "id": 9,
                    "name": "Pack",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "KestraBitworldParty",
            "url": "https://janeway.exotica.org.uk/party.php?id=737"
        }
    ]
}