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

{
    "name": "Roosevelt Jamison",
    "title": "Roosevelt Jamison",
    "id": 12498,
    "slug": "roosevelt-jamison",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12498/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23084,
            "title": "That's how strong my love is",
            "url": "https://www.guitarparty.com/songs/thats-how-strong-my-love-is/"
        }
    ]
}