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

[
    {
        "url": "https://demozoo.org/api/v1/productions/141774/?format=api",
        "demozoo_url": "https://demozoo.org/music/141774/",
        "id": 141774,
        "title": "Intro",
        "author_nicks": [
            {
                "name": "Tolli",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60007/?format=api",
                    "id": 60007,
                    "name": "Tolli",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Lazer Heads",
                "abbreviation": "TLH, T.L.H.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32256/?format=api",
                    "id": 32256,
                    "name": "The Lazer Heads",
                    "is_group": true
                }
            }
        ],
        "release_date": "1992-01-03",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/141773/?format=api",
        "demozoo_url": "https://demozoo.org/music/141773/",
        "id": 141773,
        "title": "Bells Bang Man",
        "author_nicks": [
            {
                "name": "Tolli",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60007/?format=api",
                    "id": 60007,
                    "name": "Tolli",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Lazer Heads",
                "abbreviation": "TLH, T.L.H.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32256/?format=api",
                    "id": 32256,
                    "name": "The Lazer Heads",
                    "is_group": true
                }
            }
        ],
        "release_date": "1992",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]