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

{
    "url": "https://demozoo.org/api/v1/parties/5200/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5200/",
    "id": 5200,
    "name": "ComParade 4",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/474/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/474/",
        "id": 474,
        "name": "Comparade",
        "website": "https://comparade.de"
    },
    "start_date": "1996-11-01",
    "end_date": "1996-11-03",
    "location": "Emmering, Upper Bavaria, Bavaria, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 48.1833,
    "longitude": 11.2833,
    "website": "https://comparade.de",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/361684/?format=api",
            "demozoo_url": "https://demozoo.org/productions/361684/",
            "id": 361684,
            "title": "It's Fettig",
            "author_nicks": [
                {
                    "name": "Willow",
                    "abbreviation": "WIL",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/14647/?format=api",
                        "id": 14647,
                        "name": "Willow",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1996-11-02",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                    "id": 3,
                    "name": "Commodore 64"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "one-file-demo",
                "sample-player"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=337&when=1996"
        }
    ]
}