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

{
    "name": "Dave Cobb",
    "title": "Dave Cobb",
    "id": 14154,
    "slug": "dave-cobb",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14154/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 26616,
            "title": "Brother Run Fast",
            "url": "https://www.guitarparty.com/songs/brother-run-fast/"
        },
        {
            "id": 26617,
            "title": "Free The Slave",
            "url": "https://www.guitarparty.com/songs/free-the-slave/"
        },
        {
            "id": 26618,
            "title": "Hey Gringo",
            "url": "https://www.guitarparty.com/songs/hey-gringo/"
        },
        {
            "id": 26620,
            "title": "My Fair Lady",
            "url": "https://www.guitarparty.com/songs/my-fair-lady/"
        }
    ]
}