retrieve:
Return the details about the given Theme id.

list:
List all Theme objects.

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

{
    "id": 2,
    "fr_label": "Santé",
    "en_label": "Health",
    "de_label": "Gesundheit"
}