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

{
    "name": "Owen Perry",
    "title": "Owen Perry",
    "id": 6085,
    "slug": "owen-perry",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6085/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10846,
            "title": "It's All Between the Lines",
            "url": "https://www.guitarparty.com/songs/its-all-between-the-lines/"
        },
        {
            "id": 21175,
            "title": "Tattle Tale Tears",
            "url": "https://www.guitarparty.com/songs/tattle-tale-tears/"
        }
    ]
}