Information about plays

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

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

{
    "id": 366075,
    "uri": "https://api.kexp.org/v2/plays/366075/?format=api",
    "airdate": "2019-08-11T17:27:09-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/88bf3871-b2d6-4d90-89fb-5fd5cc1aeb09/13035354473-250.jpg",
    "thumbnail_uri": "",
    "song": "Your Silent Face",
    "track_id": "c3a00755-512a-487c-842b-7d1d6c481df1",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "BBC Radio 1 Live in Concert",
    "release_id": "88bf3871-b2d6-4d90-89fb-5fd5cc1aeb09",
    "release_group_id": null,
    "labels": [
        "Fuel 2000 Records"
    ],
    "label_ids": [
        "8d5f7bb6-74a7-441d-aebb-ed112f5d9f19"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.neworder.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}