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

{
    "name": "Charles Singleton",
    "title": "Charles Singleton",
    "id": 5850,
    "slug": "charles-singleton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5850/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10607,
            "title": "Blue Spanish Eyes",
            "url": "https://www.guitarparty.com/songs/blue-spanish-eyes-lyrics-and-chords-charlie-ric/"
        },
        {
            "id": 20564,
            "title": "Don´t Forbid Me",
            "url": "https://www.guitarparty.com/songs/don-t-forbid-me/"
        },
        {
            "id": 22668,
            "title": "Strangers In the Night",
            "url": "https://www.guitarparty.com/songs/strangers-in-the-night/"
        },
        {
            "id": 14291,
            "title": "Trying To Get To You",
            "url": "https://www.guitarparty.com/songs/trying-to-get-to-you/"
        },
        {
            "id": 17404,
            "title": "Wheel Of Hurt",
            "url": "https://www.guitarparty.com/songs/wheel-of-hurt/"
        }
    ]
}