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

[
    {
        "url": "https://demozoo.org/api/v1/productions/23476/?format=api",
        "demozoo_url": "https://demozoo.org/productions/23476/",
        "id": 23476,
        "title": "REA-M",
        "author_nicks": [
            {
                "name": "Scala Productions",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14264/?format=api",
                    "id": 14264,
                    "name": "Scala Productions",
                    "is_group": true
                }
            },
            {
                "name": "Smash Designs",
                "abbreviation": "SDS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/462/?format=api",
                    "id": 462,
                    "name": "Smash Designs",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-12-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "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/19827/?format=api",
        "demozoo_url": "https://demozoo.org/productions/19827/",
        "id": 19827,
        "title": "Party Test",
        "author_nicks": [
            {
                "name": "Scala Productions",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14264/?format=api",
                    "id": 14264,
                    "name": "Scala Productions",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-12-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]