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

{
    "name": "Alex Kramer",
    "title": "Alex Kramer",
    "id": 10006,
    "slug": "alex-kramer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10006/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22090,
            "title": "Faraway Places",
            "url": "https://www.guitarparty.com/songs/faraway-places/"
        },
        {
            "id": 22072,
            "title": "Thats The Beginning Of The End",
            "url": "https://www.guitarparty.com/songs/thats-the-beginning-of-the-end/"
        }
    ]
}