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

{
    "name": "Walter Scott",
    "title": "Walter Scott",
    "id": 5629,
    "slug": "walter-scott",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5629/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/WalterScott34503.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 10294,
            "title": "Across the Bridge",
            "url": "https://www.guitarparty.com/songs/across-the-bridge/"
        },
        {
            "id": 13415,
            "title": "Ill Follow You",
            "url": "https://www.guitarparty.com/songs/ill-follow-you-2/"
        }
    ]
}