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

{
    "url": "https://demozoo.org/api/v1/parties/4356/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4356/",
    "id": 4356,
    "name": "Aasheim Party 1996",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1498/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1498/",
        "id": 1498,
        "name": "Aasheim Party",
        "website": ""
    },
    "start_date": "1996-03",
    "end_date": "1996-03",
    "location": "Åsheim, Osterøy, Vestland, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 60.56667,
    "longitude": 5.5,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 16762,
            "demozoo_url": "https://demozoo.org/competitions/16762/",
            "name": "Music",
            "shown_date": "1996-03",
            "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": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/300011/?format=api",
                        "demozoo_url": "https://demozoo.org/music/300011/",
                        "id": 300011,
                        "title": "Last Look Back",
                        "author_nicks": [
                            {
                                "name": "Zanti",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/126570/?format=api",
                                    "id": 126570,
                                    "name": "Zanti",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [
                            {
                                "name": "The Electrocution",
                                "abbreviation": "ELQ",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/13756/?format=api",
                                    "id": 13756,
                                    "name": "The Electrocution",
                                    "is_group": true
                                }
                            }
                        ],
                        "release_date": "1996-03",
                        "supertype": "music",
                        "platforms": [],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                                "id": 29,
                                "name": "Tracked Music",
                                "supertype": "music"
                            }
                        ],
                        "tags": [
                            "12ch",
                            "xm"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1877&when=1996"
        }
    ]
}