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

{
    "name": "Dale Noe",
    "title": "Dale Noe",
    "id": 6632,
    "slug": "dale-noe",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6632/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19820,
            "title": "After the Storm (Marty Robbins)",
            "url": "https://www.guitarparty.com/songs/after-the-storm/"
        },
        {
            "id": 13542,
            "title": "Its Such A Pretty World Today",
            "url": "https://www.guitarparty.com/songs/its-such-a-pretty-world-today/"
        },
        {
            "id": 11660,
            "title": "Let The Whole World Sing It With Me",
            "url": "https://www.guitarparty.com/songs/let-the-whole-world-sing-it-with-me/"
        },
        {
            "id": 20954,
            "title": "Missing Angel",
            "url": "https://www.guitarparty.com/songs/missing-angel/"
        }
    ]
}