Information about plays

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

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

{
    "id": 355675,
    "uri": "https://api.kexp.org/v2/plays/355675/?format=api",
    "airdate": "2019-07-17T17:36:31-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/baba5356-56dc-4c94-a20c-eba5146e46e1/19393158858-250.jpg",
    "thumbnail_uri": "",
    "song": "Buzq Blues",
    "track_id": "03a11c0c-4403-4b9f-84e2-e19efb5327df",
    "recording_id": null,
    "artist": "Acid Arab",
    "artist_ids": [
        "f32e763e-be49-44e2-bde0-27c8e5686992"
    ],
    "album": "Musique de France",
    "release_id": "baba5356-56dc-4c94-a20c-eba5146e46e1",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Acid Arab is a duet from Paris whose goal is to mix all kind of Eastern music (North Africa, Lebanon, Egypt, Turkey or… Mumbai) with electronic sounds, from pioneering acid house to today's powerful techno. Learn more about them here: https://bit.ly/2LpNSbS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}