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

[
    {
        "url": "https://demozoo.org/api/v1/productions/39641/?format=api",
        "demozoo_url": "https://demozoo.org/productions/39641/",
        "id": 39641,
        "title": "Meaning Of Life 2",
        "author_nicks": [
            {
                "name": "Crux",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25319/?format=api",
                    "id": 25319,
                    "name": "Crux",
                    "is_group": true
                }
            },
            {
                "name": "Delirium",
                "abbreviation": "DLR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25310/?format=api",
                    "id": 25310,
                    "name": "Delirium",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-03-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "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/49244/?format=api",
        "demozoo_url": "https://demozoo.org/productions/49244/",
        "id": 49244,
        "title": "Meaning of The Life",
        "author_nicks": [
            {
                "name": "Crux",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25319/?format=api",
                    "id": 25319,
                    "name": "Crux",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-07-08",
        "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/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "useless-sound-system"
        ]
    }
]