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

{
    "url": "https://demozoo.org/api/v1/parties/3393/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3393/",
    "id": 3393,
    "name": "Mini Floppy 2009",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1337/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1337/",
        "id": 1337,
        "name": "Mini Floppy",
        "website": ""
    },
    "start_date": "2009",
    "end_date": "2009",
    "location": "Helsingborg, Skåne, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 56.05648,
    "longitude": 12.78718,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/175234/?format=api",
            "demozoo_url": "https://demozoo.org/productions/175234/",
            "id": 175234,
            "title": "Svenska Narkotikapolisföreningens c64 Tidning #1",
            "author_nicks": [
                {
                    "name": "Svenska Narkotikapolisföreningen",
                    "abbreviation": "SNPF",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/14679/?format=api",
                        "id": 14679,
                        "name": "Svenska Narkotikapolisföreningen",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2009-01",
            "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/5/?format=api",
                    "id": 5,
                    "name": "Diskmag",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}