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

{
    "url": "https://demozoo.org/api/v1/parties/5234/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5234/",
    "id": 5234,
    "name": "Bugs Meeting (1995)",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1053/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1053/",
        "id": 1053,
        "name": "Bugs Meeting",
        "website": ""
    },
    "start_date": "1995-04",
    "end_date": "1995-04",
    "location": "",
    "is_online": false,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/366043/?format=api",
            "demozoo_url": "https://demozoo.org/productions/366043/",
            "id": 366043,
            "title": "Bugs Meeting 95",
            "author_nicks": [
                {
                    "name": "Swab System",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/109242/?format=api",
                        "id": 109242,
                        "name": "Swab System",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1995-04",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                    "id": 5,
                    "name": "Amiga OCS/ECS"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/44/?format=api",
                    "id": 44,
                    "name": "Report",
                    "supertype": "production"
                }
            ],
            "tags": []
        },
        {
            "url": "https://demozoo.org/api/v1/productions/170080/?format=api",
            "demozoo_url": "https://demozoo.org/productions/170080/",
            "id": 170080,
            "title": "No Transition 2",
            "author_nicks": [
                {
                    "name": "Ukonx",
                    "abbreviation": "UKX",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/19808/?format=api",
                        "id": 19808,
                        "name": "Ukonx",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1995",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                    "id": 6,
                    "name": "Amiga AGA"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=379&when=1995"
        }
    ]
}