'id': picture.id,
'title': picture.title,
'author': picture.author_unicode(),
+ 'epoch': picture.tag_unicode('epoch'),
+ 'kind': picture.tag_unicode('kind'),
+ 'genre': picture.tag_unicode('genre'),
+ 'style': picture.extra_info['style'],
'image_url': picture.image_file.url,
'width': picture.width,
'height': picture.height,