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

{
    "name": "Jack Morrow",
    "title": "Jack Morrow",
    "id": 8164,
    "slug": "jack-morrow",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8164/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14265,
            "title": "For Rent",
            "url": "https://www.guitarparty.com/songs/for-rent/"
        },
        {
            "id": 21816,
            "title": "You´re the Reason I´m in Love",
            "url": "https://www.guitarparty.com/songs/you-re-the-reason-i-m-in-love/"
        }
    ]
}