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

{
    "url": "https://demozoo.org/api/v1/productions/345415/?format=api",
    "demozoo_url": "https://demozoo.org/productions/345415/",
    "id": 345415,
    "title": "Swap Demo",
    "author_nicks": [
        {
            "name": "Computer Freaks Association",
            "abbreviation": "CFA",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/22186/?format=api",
                "id": 22186,
                "name": "Computer Freaks Association",
                "is_group": true
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "1988-09-18",
    "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"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "Dan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/122506/?format=api",
                    "id": 122506,
                    "name": "Dan",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        },
        {
            "nick": {
                "name": "Tubbs",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/122505/?format=api",
                    "id": 122505,
                    "name": "Tubbs",
                    "is_group": false
                }
            },
            "category": "Graphics",
            "role": ""
        },
        {
            "nick": {
                "name": "Charles Deenen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2667/?format=api",
                    "id": 2667,
                    "name": "Charles Deenen",
                    "is_group": false
                }
            },
            "category": "Music",
            "role": ""
        }
    ],
    "download_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://csdb.dk/release/download.php?id=135369"
        }
    ],
    "external_links": [
        {
            "link_class": "CsdbRelease",
            "url": "https://csdb.dk/release/?id=108277"
        }
    ],
    "release_parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4818/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4818/",
            "id": 4818,
            "name": "ZSS Copy Party 1988",
            "tagline": "",
            "start_date": "1988-09-17",
            "end_date": "1988-09-18",
            "location": "Pratteln, Bezirk Liestal, Basel-Landschaft, Switzerland",
            "is_online": false,
            "country_code": "CH",
            "latitude": 47.5185,
            "longitude": 7.69275,
            "website": ""
        }
    ],
    "competition_placings": [],
    "invitation_parties": [],
    "screenshots": [
        {
            "original_url": "https://media.demozoo.org/screens/o/bc/d9/f6a4.343437.png",
            "original_width": 384,
            "original_height": 272,
            "standard_url": "https://media.demozoo.org/screens/s/bc/d9/f6a4.343437.png",
            "standard_width": 384,
            "standard_height": 272,
            "thumbnail_url": "https://media.demozoo.org/screens/t/bc/d9/f6a4.343437.png",
            "thumbnail_width": 200,
            "thumbnail_height": 141
        }
    ],
    "tags": [
        "one-file-demo"
    ]
}