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

{
    "url": "https://demozoo.org/api/v1/parties/3283/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3283/",
    "id": 3283,
    "name": "ssw3",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1306/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1306/",
        "id": 1306,
        "name": "ssw3",
        "website": ""
    },
    "start_date": "2004",
    "end_date": "2004",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/174002/?format=api",
            "demozoo_url": "https://demozoo.org/productions/174002/",
            "id": 174002,
            "title": "SSW3 Invitro",
            "author_nicks": [
                {
                    "name": "Four Byte Aliens",
                    "abbreviation": "4BA",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/39901/?format=api",
                        "id": 39901,
                        "name": "Four Byte Aliens",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2004-11",
            "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/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": []
}