Any way to get image associated to ERC721 contract?

As the title says the current response for /nft/{address}/metadata is

{
  "token_address": "0x2d30ca6f024dbc1307ac8a1a44ca27de6f797ec22ef20627a1307243b0ab7d09",
  "name": "KryptoKitties",
  "synced_at": "string",
  "symbol": "RARI",
  "contract_type": "ERC721"
}

Are there plans to add the image, or an alternate solution?