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

{
    "url": "https://demozoo.org/api/v1/productions/123956/?format=api",
    "demozoo_url": "https://demozoo.org/productions/123956/",
    "id": 123956,
    "title": "TSC Multi-Frequency Dialer V5.5",
    "author_nicks": [
        {
            "name": "Zaphod Beeblebrox",
            "abbreviation": "",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/2444/?format=api",
                "id": 2444,
                "name": "Zaphod Beeblebrox",
                "is_group": false
            }
        }
    ],
    "author_affiliation_nicks": [
        {
            "name": "The Syndicate",
            "abbreviation": "TSC",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/31495/?format=api",
                "id": 31495,
                "name": "The Syndicate",
                "is_group": true
            }
        }
    ],
    "release_date": null,
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
            "id": 9,
            "name": "Atari ST/E"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
            "id": 6,
            "name": "Tool",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "Zaphod Beeblebrox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2444/?format=api",
                    "id": 2444,
                    "name": "Zaphod Beeblebrox",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        }
    ],
    "download_links": [],
    "external_links": [],
    "release_parties": [],
    "competition_placings": [],
    "invitation_parties": [],
    "screenshots": [],
    "tags": [
        "phreaking-tool"
    ]
}