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

[
    {
        "url": "https://demozoo.org/api/v1/productions/98507/?format=api",
        "demozoo_url": "https://demozoo.org/music/98507/",
        "id": 98507,
        "title": "Little Boat",
        "author_nicks": [
            {
                "name": "Zik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3700/?format=api",
                    "id": 3700,
                    "name": "Zik",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Futurs'",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3943/?format=api",
                    "id": 3943,
                    "name": "Futurs'",
                    "is_group": true
                }
            }
        ],
        "release_date": "2012-06-23",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                "id": 36,
                "name": "Amstrad CPC"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/1025/?format=api",
        "demozoo_url": "https://demozoo.org/music/1025/",
        "id": 1025,
        "title": "Fairy",
        "author_nicks": [
            {
                "name": "Zik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3700/?format=api",
                    "id": 3700,
                    "name": "Zik",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Futurs'",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3943/?format=api",
                    "id": 3943,
                    "name": "Futurs'",
                    "is_group": true
                }
            }
        ],
        "release_date": "2010-04-05",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/61/?format=api",
                "id": 61,
                "name": "Amstrad Plus"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/31/?format=api",
                "id": 31,
                "name": "Executable Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]