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

[
    {
        "url": "https://demozoo.org/api/v1/productions/234076/?format=api",
        "demozoo_url": "https://demozoo.org/productions/234076/",
        "id": 234076,
        "title": "Mini Demo",
        "author_nicks": [
            {
                "name": "Computer Line",
                "abbreviation": "CL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105891/?format=api",
                    "id": 105891,
                    "name": "Computer Line",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-11-30",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/234077/?format=api",
        "demozoo_url": "https://demozoo.org/productions/234077/",
        "id": 234077,
        "title": "Weekend Demo",
        "author_nicks": [
            {
                "name": "Computer Line",
                "abbreviation": "CL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105891/?format=api",
                    "id": 105891,
                    "name": "Computer Line",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-11-30",
        "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/234071/?format=api",
        "demozoo_url": "https://demozoo.org/productions/234071/",
        "id": 234071,
        "title": "Contact Demo",
        "author_nicks": [
            {
                "name": "Computer Line",
                "abbreviation": "CL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105891/?format=api",
                    "id": 105891,
                    "name": "Computer Line",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-10-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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]