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

[
    {
        "url": "https://demozoo.org/api/v1/productions/85691/?format=api",
        "demozoo_url": "https://demozoo.org/productions/85691/",
        "id": 85691,
        "title": "Kindergarten Boogie Mini",
        "author_nicks": [
            {
                "name": "Bluebox Cinematique Gmbh",
                "abbreviation": "BX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6010/?format=api",
                    "id": 6010,
                    "name": "Bluebox Cinematique Gmbh",
                    "is_group": true
                }
            },
            {
                "name": "Team Pokeme",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5911/?format=api",
                    "id": 5911,
                    "name": "Team Pokeme",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-06-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/14/?format=api",
                "id": 14,
                "name": "Console Handheld"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "pokemon-mini"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/3727/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3727/",
        "id": 3727,
        "title": "SHIZZLE",
        "author_nicks": [
            {
                "name": "Team Pokeme",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5911/?format=api",
                    "id": 5911,
                    "name": "Team Pokeme",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005-03-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/14/?format=api",
                "id": 14,
                "name": "Console Handheld"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "pokemon-mini"
        ]
    }
]