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

{
    "name": "Carl",
    "title": "Carl",
    "id": 7820,
    "slug": "carl",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7820/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/Carl.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13579,
            "title": "Can I Draw The Line",
            "url": "https://www.guitarparty.com/songs/can-i-draw-the-line/"
        },
        {
            "id": 15159,
            "title": "I Hope We Walk The Last Mile Together",
            "url": "https://www.guitarparty.com/songs/i-hope-we-walk-the-last-mile-together/"
        }
    ]
}