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

{
    "url": "https://demozoo.org/api/v1/parties/2448/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2448/",
    "id": 2448,
    "name": "Rewired 2014",
    "tagline": "The 2nd Garden Edition",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/231/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/231/",
        "id": 231,
        "name": "Rewired",
        "website": "http://www.rewired.be/"
    },
    "start_date": "2014-07-11",
    "end_date": "2014-07-13",
    "location": "Belgium",
    "is_online": false,
    "country_code": "BE",
    "latitude": 50.75,
    "longitude": 4.5,
    "website": "http://www.rewired.be/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/113601/?format=api",
            "demozoo_url": "https://demozoo.org/productions/113601/",
            "id": 113601,
            "title": "Rewired Garden Edition 2014",
            "author_nicks": [
                {
                    "name": "Royal Belgian Beer Squadron",
                    "abbreviation": "RBBS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3772/?format=api",
                        "id": 3772,
                        "name": "Royal Belgian Beer Squadron",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2014-06-14",
            "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/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1439&when=2014"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/RewiredParty"
        }
    ]
}