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

{
    "name": "Larry Kolber",
    "title": "Larry Kolber",
    "id": 7040,
    "slug": "larry-kolber",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7040/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20028,
            "title": "Here Comes The World Again",
            "url": "https://www.guitarparty.com/songs/here-comes-the-world-again/"
        },
        {
            "id": 11309,
            "title": "I Just Can't Help Believing",
            "url": "https://www.guitarparty.com/songs/i-just-cant-help-believing/"
        },
        {
            "id": 10534,
            "title": "Patches",
            "url": "https://www.guitarparty.com/songs/patches/"
        },
        {
            "id": 20990,
            "title": "The Yellow Bandana",
            "url": "https://www.guitarparty.com/songs/the-yellow-bandana/"
        }
    ]
}