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

{
    "name": "Scott Turner",
    "title": "Scott Turner",
    "id": 6092,
    "slug": "scott-turner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6092/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10853,
            "title": "Does He Love You Like I Do",
            "url": "https://www.guitarparty.com/songs/does-he-love-you-like-i-do/"
        },
        {
            "id": 12945,
            "title": "My First Day Without You",
            "url": "https://www.guitarparty.com/songs/my-first-day-without-you/"
        },
        {
            "id": 20395,
            "title": "Shutters And Boards",
            "url": "https://www.guitarparty.com/songs/shutters-and-boards/"
        },
        {
            "id": 12817,
            "title": "Stranger Nine To Five",
            "url": "https://www.guitarparty.com/songs/stranger-nine-to-five/"
        },
        {
            "id": 11005,
            "title": "When The Wind Blows In Chicago",
            "url": "https://www.guitarparty.com/songs/when-the-wind-blows-in-chicago/"
        }
    ]
}