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

[
    {
        "url": "https://demozoo.org/api/v1/productions/222135/?format=api",
        "demozoo_url": "https://demozoo.org/productions/222135/",
        "id": 222135,
        "title": "Beige",
        "author_nicks": [
            {
                "name": "F.I.N.E.",
                "abbreviation": "FINE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92681/?format=api",
                    "id": 92681,
                    "name": "F.I.N.E.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-09-16",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/305781/?format=api",
        "demozoo_url": "https://demozoo.org/productions/305781/",
        "id": 305781,
        "title": "Music Ripper v3.0a",
        "author_nicks": [
            {
                "name": "F.I.N.E.",
                "abbreviation": "FINE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92681/?format=api",
                    "id": 92681,
                    "name": "F.I.N.E.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "music-ripper"
        ]
    }
]