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

{
    "name": "Ernie Rowell",
    "title": "Ernie Rowell",
    "id": 8650,
    "slug": "ernie-rowell",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8650/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 17569,
            "title": "Everything I Used To Do",
            "url": "https://www.guitarparty.com/songs/everything-i-used-to-do/"
        },
        {
            "id": 21675,
            "title": "Sometimes I Get Lucky",
            "url": "https://www.guitarparty.com/songs/sometimes-i-get-lucky/"
        },
        {
            "id": 19722,
            "title": "What She Don´t Know Won´t Hurt Her",
            "url": "https://www.guitarparty.com/songs/what-she-don-t-know-won-t-hurt-her/"
        }
    ]
}