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

[
    {
        "url": "https://demozoo.org/api/v1/productions/42163/?format=api",
        "demozoo_url": "https://demozoo.org/productions/42163/",
        "id": 42163,
        "title": "Demo Anty Faszystowskie",
        "author_nicks": [
            {
                "name": "Active Minds",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15009/?format=api",
                    "id": 15009,
                    "name": "Active Minds",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-03-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "politics",
            "antifascism"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/211576/?format=api",
        "demozoo_url": "https://demozoo.org/productions/211576/",
        "id": 211576,
        "title": "Anarchist Magazine 1",
        "author_nicks": [
            {
                "name": "Active Minds",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15009/?format=api",
                    "id": 15009,
                    "name": "Active Minds",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "politics",
            "amigaguide"
        ]
    }
]