GET /api/v3/core/authors/15522/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Dave Clark",
    "title": "Dave Clark",
    "id": 15522,
    "slug": "dave-clark",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15522/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28152,
            "title": "Because ( The Dave Clark Five )",
            "url": "https://www.guitarparty.com/songs/because-the-dave-clark-five/"
        }
    ]
}