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

{
    "url": "https://demozoo.org/api/v1/parties/2947/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2947/",
    "id": 2947,
    "name": "NSD Hack 2000 (april)",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1188/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1188/",
        "id": 1188,
        "name": "NSD Hack",
        "website": ""
    },
    "start_date": "2000-04-28",
    "end_date": "2000-04-28",
    "location": "Härnösands Kommun, Västernorrland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.76667,
    "longitude": 17.68333,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 12345,
            "demozoo_url": "https://demozoo.org/competitions/12345/",
            "name": "Chip Music",
            "shown_date": "2000-04-28",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/157083/?format=api",
                        "demozoo_url": "https://demozoo.org/music/157083/",
                        "id": 157083,
                        "title": "Kalas Kofta",
                        "author_nicks": [
                            {
                                "name": "Ghidorah",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/27431/?format=api",
                                    "id": 27431,
                                    "name": "Ghidorah",
                                    "is_group": false
                                }
                            },
                            {
                                "name": "Haggeman",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/29159/?format=api",
                                    "id": 29159,
                                    "name": "Haggeman",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2000-04-28",
                        "supertype": "music",
                        "platforms": [],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                                "id": 29,
                                "name": "Tracked Music",
                                "supertype": "music"
                            }
                        ],
                        "tags": [
                            "4ch",
                            "xm"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": []
}