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

[
    {
        "url": "https://demozoo.org/api/v1/productions/52009/?format=api",
        "demozoo_url": "https://demozoo.org/productions/52009/",
        "id": 52009,
        "title": "80f in february",
        "author_nicks": [
            {
                "name": "anix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23961/?format=api",
                    "id": 23961,
                    "name": "anix",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "rqdq",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30685/?format=api",
                    "id": 30685,
                    "name": "rqdq",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-02-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/36678/?format=api",
        "demozoo_url": "https://demozoo.org/productions/36678/",
        "id": 36678,
        "title": "Firstie",
        "author_nicks": [
            {
                "name": "anix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23961/?format=api",
                    "id": 23961,
                    "name": "anix",
                    "is_group": false
                }
            },
            {
                "name": "sydÕs",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23962/?format=api",
                    "id": 23962,
                    "name": "sydÕs",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-06-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]