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

{
    "name": "Mike Hazlewood",
    "title": "Mike Hazlewood",
    "id": 1266,
    "slug": "mike-hazlewood",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1266/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 396,
            "title": "Creep",
            "url": "https://www.guitarparty.com/songs/creep/"
        },
        {
            "id": 25218,
            "title": "Freedom come, Freedom go",
            "url": "https://www.guitarparty.com/songs/freedom-come-freedom-go/"
        },
        {
            "id": 24184,
            "title": "I'm A Train",
            "url": "https://www.guitarparty.com/songs/im-a-train/"
        },
        {
            "id": 756,
            "title": "It Never Rains In Southern California",
            "url": "https://www.guitarparty.com/songs/it-never-rains-in-southern-california/"
        },
        {
            "id": 14307,
            "title": "Little Arrows",
            "url": "https://www.guitarparty.com/songs/little-arrows/"
        },
        {
            "id": 25099,
            "title": "The Air That I Breathe",
            "url": "https://www.guitarparty.com/songs/the-air-that-i-breathe/"
        },
        {
            "id": 2381,
            "title": "The Free Electric Band",
            "url": "https://www.guitarparty.com/songs/the-free-electric-band/"
        }
    ]
}