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

{
    "name": "Bob Corbin",
    "title": "Bob Corbin",
    "id": 5672,
    "slug": "bob-corbin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5672/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14075,
            "title": "Ill Never Be In Love Again",
            "url": "https://www.guitarparty.com/songs/ill-never-be-in-love-again/"
        },
        {
            "id": 10355,
            "title": "In The Middle Of The Night",
            "url": "https://www.guitarparty.com/songs/in-the-middle-of-the-night/"
        }
    ]
}