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

{
    "url": "https://demozoo.org/api/v1/parties/5532/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5532/",
    "id": 5532,
    "name": "Monastery 2003",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1269/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1269/",
        "id": 1269,
        "name": "Monastery",
        "website": ""
    },
    "start_date": "2003",
    "end_date": "2003",
    "location": "Czechia",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 49.75,
    "longitude": 15.0,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/386364/?format=api",
            "demozoo_url": "https://demozoo.org/productions/386364/",
            "id": 386364,
            "title": "Monastery 2003 Report",
            "author_nicks": [
                {
                    "name": "Cactus",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/5069/?format=api",
                        "id": 5069,
                        "name": "DJ Gruby",
                        "is_group": false
                    }
                },
                {
                    "name": "LHS",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/5571/?format=api",
                        "id": 5571,
                        "name": "LHS",
                        "is_group": false
                    }
                },
                {
                    "name": "Sad",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/8866/?format=api",
                        "id": 8866,
                        "name": "Sad",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2003-07-20",
            "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/44/?format=api",
                    "id": 44,
                    "name": "Report",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=462"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=572&when=2003"
        }
    ]
}