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

{
    "name": "Abe Mulkey",
    "title": "Abe Mulkey",
    "id": 7346,
    "slug": "abe-mulkey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7346/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 10332,
            "title": "Hello To Him Goodbye To Me",
            "url": "https://www.guitarparty.com/songs/hello-to-him-goodbye-to-me/"
        },
        {
            "id": 19485,
            "title": "Is There Anything I Can Do",
            "url": "https://www.guitarparty.com/songs/is-there-anything-i-can-do/"
        },
        {
            "id": 19512,
            "title": "It Meant Goodbye To Me When You Said Hello To Him",
            "url": "https://www.guitarparty.com/songs/it-meant-goodbye-to-me-when-you-said-hello-to-him/"
        },
        {
            "id": 13804,
            "title": "Its Bad When Its That A Way",
            "url": "https://www.guitarparty.com/songs/its-bad-when-its-that-a-way/"
        }
    ]
}