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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18741/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18741/",
        "id": 18741,
        "title": "I",
        "author_nicks": [
            {
                "name": "Deranged",
                "abbreviation": "DRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13467/?format=api",
                    "id": 13467,
                    "name": "Deranged",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/18742/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18742/",
        "id": 18742,
        "title": "Badlands BBS (2)",
        "author_nicks": [
            {
                "name": "Deranged",
                "abbreviation": "DRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13467/?format=api",
                    "id": 13467,
                    "name": "Deranged",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]