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

{
    "name": "Mark Sherrill",
    "title": "Mark Sherrill",
    "id": 6371,
    "slug": "mark-sherrill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6371/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18730,
            "title": "I Wonder Who´s Missing You Now",
            "url": "https://www.guitarparty.com/songs/i-wonder-who-s-missing-you-now/"
        },
        {
            "id": 19234,
            "title": "Love Is All We Need",
            "url": "https://www.guitarparty.com/songs/love-is-all-we-need/"
        },
        {
            "id": 21079,
            "title": "Red Wine and Blue Memories",
            "url": "https://www.guitarparty.com/songs/red-wine-and-blue-memories/"
        },
        {
            "id": 11225,
            "title": "The Missing Piece Of Puzzle",
            "url": "https://www.guitarparty.com/songs/the-missing-piece-of-puzzle/"
        }
    ]
}