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

{
    "url": "https://demozoo.org/api/v1/parties/2413/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2413/",
    "id": 2413,
    "name": "Zodiac Coding Party",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/954/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/954/",
        "id": 954,
        "name": "Zodiac Coding Party",
        "website": ""
    },
    "start_date": "1992-06-06",
    "end_date": "1992-06-09",
    "location": "Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 51.5,
    "longitude": 10.5,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/95759/?format=api",
            "demozoo_url": "https://demozoo.org/productions/95759/",
            "id": 95759,
            "title": "Intro Compilation #07",
            "author_nicks": [
                {
                    "name": "Stranger",
                    "abbreviation": "TSG",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/32213/?format=api",
                        "id": 32213,
                        "name": "Stranger",
                        "is_group": true
                    }
                },
                {
                    "name": "Zodiac",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/34580/?format=api",
                        "id": 34580,
                        "name": "Zodiac",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1992-06-06",
            "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/9/?format=api",
                    "id": 9,
                    "name": "Pack",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}