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

[
    {
        "url": "https://demozoo.org/api/v1/productions/119342/?format=api",
        "demozoo_url": "https://demozoo.org/productions/119342/",
        "id": 119342,
        "title": "Limppademo2000",
        "author_nicks": [
            {
                "name": "Allybatmobeal",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52487/?format=api",
                    "id": 52487,
                    "name": "Allybatmobeal",
                    "is_group": false
                }
            },
            {
                "name": "Cock Norris",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52488/?format=api",
                    "id": 52488,
                    "name": "Cock Norris",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Ninja GeFilus",
                "abbreviation": "NGFL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15380/?format=api",
                    "id": 15380,
                    "name": "Ninja GeFilus",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-12-05",
        "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/20/?format=api",
                "id": 20,
                "name": "512b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound",
            "commodore-basic-v2"
        ]
    }
]