Information about plays

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

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

{
    "id": 351568,
    "uri": "https://api.kexp.org/v2/plays/351568/?format=api",
    "airdate": "2019-07-08T05:01:44-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/25e471bb-f0ba-4472-83c5-dcb7de633123/14828515096-250.jpg",
    "thumbnail_uri": "",
    "song": "Still Sound",
    "track_id": "e1db5492-5ca6-33ce-b274-de012190c2e1",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Underneath the Pine",
    "release_id": "25e471bb-f0ba-4472-83c5-dcb7de633123",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}