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

[
    {
        "url": "https://demozoo.org/api/v1/productions/169046/?format=api",
        "demozoo_url": "https://demozoo.org/productions/169046/",
        "id": 169046,
        "title": "Terror Dirstyle",
        "author_nicks": [
            {
                "name": "Akira",
                "abbreviation": "AKA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23747/?format=api",
                    "id": 23747,
                    "name": "Akira",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/53/?format=api",
                "id": 53,
                "name": "BBS Door",
                "supertype": "production"
            }
        ],
        "tags": [
            "amiex-misc"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/186742/?format=api",
        "demozoo_url": "https://demozoo.org/productions/186742/",
        "id": 186742,
        "title": "LaserCaller Design 1.0",
        "author_nicks": [
            {
                "name": "Akira",
                "abbreviation": "AKA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23747/?format=api",
                    "id": 23747,
                    "name": "Akira",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-08-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/53/?format=api",
                "id": 53,
                "name": "BBS Door",
                "supertype": "production"
            }
        ],
        "tags": [
            "amiex-misc"
        ]
    }
]