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

{
    "name": "James O`Gwynn",
    "title": "James O`Gwynn",
    "id": 5974,
    "slug": "james-ogwynn",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5974/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13119,
            "title": "Talk To Me Lonesome Heart",
            "url": "https://www.guitarparty.com/songs/talk-to-me-lonesome-heart/"
        },
        {
            "id": 10695,
            "title": "Talk To Me Old Lonesome Heart",
            "url": "https://www.guitarparty.com/songs/talk-to-me-old-lonesome-heart/"
        }
    ]
}