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

{
    "url": "https://demozoo.org/api/v1/parties/4360/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4360/",
    "id": 4360,
    "name": "PICO-1K Jam 2021",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1636/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1636/",
        "id": 1636,
        "name": "PICO-1K Jam",
        "website": "https://itch.io/jam/pico-1k"
    },
    "start_date": "2021-09-01",
    "end_date": "2021-09-30",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://itch.io/jam/pico-1k",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/300246/?format=api",
            "demozoo_url": "https://demozoo.org/productions/300246/",
            "id": 300246,
            "title": "PICO-1k Jam Invitation",
            "author_nicks": [
                {
                    "name": "Ribbon",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/192/?format=api",
                        "id": 192,
                        "name": "Ribbon",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2021-08-15",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/81/?format=api",
                    "id": 81,
                    "name": "PICO-8"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                    "id": 21,
                    "name": "1K Intro",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/300948/?format=api",
            "demozoo_url": "https://demozoo.org/productions/300948/",
            "id": 300948,
            "title": "PICO-1k jam thanks",
            "author_nicks": [
                {
                    "name": "Liquidream",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/126973/?format=api",
                        "id": 126973,
                        "name": "Liquidream",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2021-09-30",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/81/?format=api",
                    "id": 81,
                    "name": "PICO-8"
                }
            ],
            "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=1959&when=2021"
        }
    ]
}