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

{
    "url": "https://demozoo.org/api/v1/parties/4902/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4902/",
    "id": 4902,
    "name": "jumaLAN 2007",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1301/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1301/",
        "id": 1301,
        "name": "jumaLAN",
        "website": ""
    },
    "start_date": "2007",
    "end_date": "2007",
    "location": "",
    "is_online": false,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/338785/?format=api",
            "demozoo_url": "https://demozoo.org/productions/338785/",
            "id": 338785,
            "title": "yyyy yy yyyy (ff fff ffff)",
            "author_nicks": [
                {
                    "name": "Naemok",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/36375/?format=api",
                        "id": 36375,
                        "name": "Naemok",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2007",
            "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": []
        }
    ],
    "competitions": [],
    "external_links": []
}