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

{
    "name": "Herb Magidson",
    "title": "Herb Magidson",
    "id": 9855,
    "slug": "herb-magidson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9855/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21962,
            "title": "Enjoy Yourself (Its Later Than You Think)",
            "url": "https://www.guitarparty.com/songs/enjoy-yourself-its-later-than-you-think/"
        },
        {
            "id": 22402,
            "title": "Gone With The Wind",
            "url": "https://www.guitarparty.com/songs/gone-with-the-wind/"
        },
        {
            "id": 22252,
            "title": "Music, Maestro, Please",
            "url": "https://www.guitarparty.com/songs/music-maestro-please/"
        }
    ]
}