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

[
    {
        "url": "https://demozoo.org/api/v1/productions/200801/?format=api",
        "demozoo_url": "https://demozoo.org/music/200801/",
        "id": 200801,
        "title": "Real Love",
        "author_nicks": [
            {
                "name": "DJ Speedstar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/87668/?format=api",
                    "id": 87668,
                    "name": "DJ Speedstar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-06-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/200812/?format=api",
        "demozoo_url": "https://demozoo.org/music/200812/",
        "id": 200812,
        "title": "Hacking System Number 1",
        "author_nicks": [
            {
                "name": "DJ Speedstar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/87668/?format=api",
                    "id": 87668,
                    "name": "DJ Speedstar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-06-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it"
        ]
    }
]