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

{
    "name": "Marian Francis",
    "title": "Marian Francis",
    "id": 8385,
    "slug": "marian-francis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8385/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15131,
            "title": "Back To Back (Were Strangers)",
            "url": "https://www.guitarparty.com/songs/back-to-back-were-strangers/"
        },
        {
            "id": 16903,
            "title": "Both Sides Of The Line",
            "url": "https://www.guitarparty.com/songs/both-sides-of-the-line/"
        }
    ]
}