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

{
    "name": "Billy Deaton",
    "title": "Billy Deaton",
    "id": 5985,
    "slug": "billy-deaton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5985/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10711,
            "title": "Divorce Or Destroy",
            "url": "https://www.guitarparty.com/songs/divorce-or-destroy/"
        },
        {
            "id": 10733,
            "title": "I´d Rather Not Know",
            "url": "https://www.guitarparty.com/songs/i8217d-rather-not-know/"
        },
        {
            "id": 21938,
            "title": "My Hands Are Clean",
            "url": "https://www.guitarparty.com/songs/my-hands-are-clean/"
        },
        {
            "id": 14853,
            "title": "My Imagination Running Wild",
            "url": "https://www.guitarparty.com/songs/my-imagination-running-wild/"
        }
    ]
}