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

[
    {
        "url": "https://demozoo.org/api/v1/productions/99234/?format=api",
        "demozoo_url": "https://demozoo.org/productions/99234/",
        "id": 99234,
        "title": "Deadly Fumes",
        "author_nicks": [
            {
                "name": "Pete_K",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43363/?format=api",
                    "id": 43363,
                    "name": "Pete_K",
                    "is_group": false
                }
            },
            {
                "name": "Sooda",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41850/?format=api",
                    "id": 41850,
                    "name": "Sooda",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Perskarhunen Bros",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52199/?format=api",
                    "id": 52199,
                    "name": "Perskarhunen Bros",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-02-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/59/?format=api",
                "id": 59,
                "name": "Raspberry Pi"
            }
        ],
        "types": [],
        "tags": [
            "opengl",
            "python"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/87175/?format=api",
        "demozoo_url": "https://demozoo.org/music/87175/",
        "id": 87175,
        "title": "Brute Force",
        "author_nicks": [
            {
                "name": "Pete_K",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43363/?format=api",
                    "id": 43363,
                    "name": "Pete_K",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-10-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]