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

[
    {
        "url": "https://demozoo.org/api/v1/productions/132753/?format=api",
        "demozoo_url": "https://demozoo.org/music/132753/",
        "id": 132753,
        "title": "Reggae",
        "author_nicks": [
            {
                "name": "X-Ample",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/46198/?format=api",
                    "id": 46198,
                    "name": "X-Ample",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Frantic",
                "abbreviation": "FTC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/837/?format=api",
                    "id": 837,
                    "name": "Frantic",
                    "is_group": true
                }
            }
        ],
        "release_date": "1992-03",
        "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/214221/?format=api",
        "demozoo_url": "https://demozoo.org/music/214221/",
        "id": 214221,
        "title": "techno",
        "author_nicks": [
            {
                "name": "X-Ample",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/46198/?format=api",
                    "id": 46198,
                    "name": "X-Ample",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992",
        "supertype": "music",
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]