Information about plays

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

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

{
    "id": 366316,
    "uri": "https://api.kexp.org/v2/plays/366316/?format=api",
    "airdate": "2019-08-12T08:44:30-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/bcda0c41-c519-4bf6-9025-09e2abcd5ec4/20632477617-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven's Only Wishful",
    "track_id": "d43aa49b-70cb-4bae-a95f-91fa8ce72639",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Heaven's Only Wishful",
    "release_id": "bcda0c41-c519-4bf6-9025-09e2abcd5ec4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.mormormusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}