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

{
    "name": "Al Owens",
    "title": "Al Owens",
    "id": 7193,
    "slug": "al-owens",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7193/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10470,
            "title": "The Mountain Of Everlasting Life",
            "url": "https://www.guitarparty.com/songs/the-mountain-of-everlasting-life/"
        },
        {
            "id": 12838,
            "title": "Touching Home",
            "url": "https://www.guitarparty.com/songs/touching-home/"
        }
    ]
}