Information about plays

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

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

{
    "id": 369758,
    "uri": "https://api.kexp.org/v2/plays/369758/?format=api",
    "airdate": "2019-08-20T05:51:30-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/4e3fcf0d-8d03-41ff-94b1-c1e3989f1b23/18100339916-250.jpg",
    "thumbnail_uri": "",
    "song": "Morning After",
    "track_id": "03910ffa-d3c9-491c-b843-11e768685eec",
    "recording_id": null,
    "artist": "dvsn",
    "artist_ids": [
        "6c4ee7ef-36b6-4bae-b396-51bb96148986"
    ],
    "album": "Morning After",
    "release_id": "4e3fcf0d-8d03-41ff-94b1-c1e3989f1b23",
    "release_group_id": null,
    "labels": [
        "OVO Sound"
    ],
    "label_ids": [
        "9ad5995c-ffad-4f45-b7fe-b5656da71d28"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}