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

[
    {
        "url": "https://demozoo.org/api/v1/productions/210621/?format=api",
        "demozoo_url": "https://demozoo.org/music/210621/",
        "id": 210621,
        "title": "Poing2",
        "author_nicks": [
            {
                "name": "Lui",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/124877/?format=api",
                    "id": 124877,
                    "name": "Lui",
                    "is_group": false
                }
            },
            {
                "name": "R.T.D.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8382/?format=api",
                    "id": 8382,
                    "name": "R.T.D.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-01-02",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/210620/?format=api",
        "demozoo_url": "https://demozoo.org/productions/210620/",
        "id": 210620,
        "title": "Demo-Pack 1",
        "author_nicks": [
            {
                "name": "Murdog",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/76314/?format=api",
                    "id": 76314,
                    "name": "Murdog",
                    "is_group": false
                }
            },
            {
                "name": "R.T.D.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8382/?format=api",
                    "id": 8382,
                    "name": "R.T.D.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-05-31",
        "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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]