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

{
    "url": "https://demozoo.org/api/v1/parties/3223/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3223/",
    "id": 3223,
    "name": "Wrath Designs Expo 2003",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1282/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1282/",
        "id": 1282,
        "name": "Wrath Designs Expo",
        "website": ""
    },
    "start_date": "2003-06-13",
    "end_date": "2003-06-15",
    "location": "Malmö, Skåne, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 55.56512,
    "longitude": 13.01874,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/356556/?format=api",
            "demozoo_url": "https://demozoo.org/productions/356556/",
            "id": 356556,
            "title": "Intro 33",
            "author_nicks": [
                {
                    "name": "Wrath Designs",
                    "abbreviation": "WD",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/135/?format=api",
                        "id": 135,
                        "name": "Wrath Designs",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2003-06-15",
            "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/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        },
        {
            "url": "https://demozoo.org/api/v1/productions/356555/?format=api",
            "demozoo_url": "https://demozoo.org/productions/356555/",
            "id": 356555,
            "title": "Intro 36",
            "author_nicks": [
                {
                    "name": "Wrath Designs",
                    "abbreviation": "WD",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/135/?format=api",
                        "id": 135,
                        "name": "Wrath Designs",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2003-06-15",
            "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/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=543"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=596&when=2003"
        }
    ]
}