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

{
    "name": "Frank LaVere",
    "title": "Frank LaVere",
    "id": 9588,
    "slug": "frank-lavere",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9588/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22451,
            "title": "Pretend",
            "url": "https://www.guitarparty.com/songs/pretend/"
        },
        {
            "id": 21259,
            "title": "Pretend You´re Happy When You´re Blue",
            "url": "https://www.guitarparty.com/songs/pretend-you-re-happy-when-you-re-blue/"
        }
    ]
}