Information about plays

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

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

{
    "id": 377311,
    "uri": "https://api.kexp.org/v2/plays/377311/?format=api",
    "airdate": "2019-09-06T03:47:36-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "http://coverartarchive.org/release/29d3b732-1a74-43c2-989b-d9c1b0e3bdb8/21130309611-250.jpg",
    "thumbnail_uri": "",
    "song": "THat Part",
    "track_id": "e9270039-3332-4b81-b7de-54ca3c8d4a66",
    "recording_id": null,
    "artist": "ScHoolboy Q feat. Kanye West",
    "artist_ids": [
        "bce6d667-cde8-485e-b078-c0a05adea36d"
    ],
    "album": "Blank Face LP",
    "release_id": "29d3b732-1a74-43c2-989b-d9c1b0e3bdb8",
    "release_group_id": null,
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2016-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}