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

[
    {
        "url": "https://demozoo.org/api/v1/productions/69927/?format=api",
        "demozoo_url": "https://demozoo.org/productions/69927/",
        "id": 69927,
        "title": "Undercover Magascene #17 Intro",
        "author_nicks": [
            {
                "name": "Front De Liberation Atariste",
                "abbreviation": "FLA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2185/?format=api",
                    "id": 2185,
                    "name": "Front De Liberation Atariste",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-11-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "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/69926/?format=api",
        "demozoo_url": "https://demozoo.org/productions/69926/",
        "id": 69926,
        "title": "Hallowin",
        "author_nicks": [
            {
                "name": "Front De Liberation Atariste",
                "abbreviation": "FLA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2185/?format=api",
                    "id": 2185,
                    "name": "Front De Liberation Atariste",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "halloween"
        ]
    }
]