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

[
    {
        "url": "https://demozoo.org/api/v1/productions/79736/?format=api",
        "demozoo_url": "https://demozoo.org/productions/79736/",
        "id": 79736,
        "title": "the-second-all-at-the-party-mega",
        "author_nicks": [
            {
                "name": "Cnackers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38150/?format=api",
                    "id": 38150,
                    "name": "Cnackers",
                    "is_group": true
                }
            },
            {
                "name": "Even",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3779/?format=api",
                    "id": 3779,
                    "name": "Even",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-06-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "php"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/68256/?format=api",
        "demozoo_url": "https://demozoo.org/productions/68256/",
        "id": 68256,
        "title": "All-at-the-party-mega-php-demo",
        "author_nicks": [
            {
                "name": "Cnackers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38150/?format=api",
                    "id": 38150,
                    "name": "Cnackers",
                    "is_group": true
                }
            },
            {
                "name": "Even",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3779/?format=api",
                    "id": 3779,
                    "name": "Even",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-12-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]