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

{
    "name": "Tony King",
    "title": "Tony King",
    "id": 8407,
    "slug": "tony-king",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8407/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15169,
            "title": "I´ve Cried My Last Tear For You",
            "url": "https://www.guitarparty.com/songs/i-ve-cried-my-last-tear-for-you/"
        }
    ]
}