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

{
    "name": "Jim Owen",
    "title": "Jim Owen",
    "id": 8700,
    "slug": "jim-owen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8700/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20842,
            "title": "Broad Minded Man",
            "url": "https://www.guitarparty.com/songs/broad-minded-man/"
        },
        {
            "id": 18182,
            "title": "One More Drink",
            "url": "https://www.guitarparty.com/songs/one-more-drink/"
        },
        {
            "id": 21393,
            "title": "Southern Loving",
            "url": "https://www.guitarparty.com/songs/southern-loving/"
        }
    ]
}