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

{
    "name": "Odell McLeod",
    "title": "Odell McLeod",
    "id": 6270,
    "slug": "odell-mcleod",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6270/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12123,
            "title": "30 Pieces of Silver",
            "url": "https://www.guitarparty.com/songs/30-pieces-of-silver/"
        },
        {
            "id": 13954,
            "title": "From The Manger To The Cross",
            "url": "https://www.guitarparty.com/songs/from-the-manger-to-the-cross/"
        },
        {
            "id": 11063,
            "title": "The Battle of Armageddon",
            "url": "https://www.guitarparty.com/songs/the-battle-of-armageddon/"
        }
    ]
}