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

{
    "name": " Mark Brzezicki",
    "title": " Mark Brzezicki",
    "id": 11752,
    "slug": "mark-brzezicki",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11752/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23850,
            "title": "Chance",
            "url": "https://www.guitarparty.com/songs/chance/"
        },
        {
            "id": 23844,
            "title": "In a big country",
            "url": "https://www.guitarparty.com/songs/in-a-big-country/"
        },
        {
            "id": 23873,
            "title": "The Storm",
            "url": "https://www.guitarparty.com/songs/the-storm-2/"
        }
    ]
}