Return a specific Author

GET /data/api/authors/1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "name": "Mādhava",
    "alternative_name": "Vidyāraṇya(?)",
    "description": "Mādhava was the brother of Sāyaṇa. Some in the tradition believe that 'Vidyāraṇya' is another name of Mādhava and is not the name of a different person. The relation and identity between Sāyaṇa, Mādhava, and Vidyāraṇya are a subject of scholarly debate.",
    "location_most_active": "Vijayanagara, India",
    "date_active": "c. 1350 A.D.",
    "admin_notes": "",
    "admin_published": true,
    "meta_created_datetime": "2021-06-16T10:57:46.807709+01:00",
    "meta_lastupdated_datetime": "2021-06-23T18:05:36.467598+01:00",
    "meta_firstpublished_datetime": "2021-06-16T10:57:46.807466+01:00",
    "meta_citation_author": 3,
    "meta_created_by": 2,
    "meta_lastupdated_by": 2,
    "author": [
        2
    ],
    "meta_citation_additional_authors": []
}