Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/370808/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 370808,
    "uri": "https://api.kexp.org/v2/plays/370808/?format=api",
    "airdate": "2019-08-22T11:24:58-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/db49e8ed-c772-4d78-b4a9-4320e707ff53/3435050627-250.jpg",
    "thumbnail_uri": "",
    "song": "Treehouse",
    "track_id": "eb92913d-aa0c-3cb8-aab3-de5b9f0b6074",
    "recording_id": null,
    "artist": "Gold Fields",
    "artist_ids": [
        "831478e3-587c-4af3-a3d0-a4566f776bd2"
    ],
    "album": "Black Sun",
    "release_id": "db49e8ed-c772-4d78-b4a9-4320e707ff53",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2013-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gold Fields formed in the Melbourne suburb of Ballarat, Victoria, Australia in 2010. Naming themselves after the Gold Fields region of South-Eastern Australia, they quickly recorded several singles, one of which, \"Treehouse,\" was picked up by national radio station Triple J's Unearthed program. https://www.allmusic.com/artist/gold-fields-mn0002788570/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}