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

{
    "url": "https://demozoo.org/api/v1/parties/5431/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5431/",
    "id": 5431,
    "name": "Shucon 2012",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/108/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/108/",
        "id": 108,
        "name": "Shucon",
        "website": ""
    },
    "start_date": "2012-06",
    "end_date": "2012-06",
    "location": "Czechia",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 49.75,
    "longitude": 15.0,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/348902/?format=api",
            "demozoo_url": "https://demozoo.org/productions/348902/",
            "id": 348902,
            "title": "Mrtka z Krtka Strikes Back",
            "author_nicks": [
                {
                    "name": "Hooy-Program",
                    "abbreviation": "H-Prg",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1427/?format=api",
                        "id": 1427,
                        "name": "Hooy-Program",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2012-07",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                    "id": 2,
                    "name": "ZX Spectrum"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "nsfw",
                "space-invaders",
                "partyprod"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1296&when=2012"
        }
    ]
}