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

[
    {
        "url": "https://demozoo.org/api/v1/productions/193378/?format=api",
        "demozoo_url": "https://demozoo.org/productions/193378/",
        "id": 193378,
        "title": "Graffiti Demo",
        "author_nicks": [
            {
                "name": "Sprite Magic Duo",
                "abbreviation": "SMD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/76918/?format=api",
                    "id": 76918,
                    "name": "Sprite Magic Duo",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-12-18",
        "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/193379/?format=api",
        "demozoo_url": "https://demozoo.org/productions/193379/",
        "id": 193379,
        "title": "Info Demo",
        "author_nicks": [
            {
                "name": "Sprite Magic Duo",
                "abbreviation": "SMD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/76918/?format=api",
                    "id": 76918,
                    "name": "Sprite Magic Duo",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]