Information about plays

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

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

{
    "id": 375517,
    "uri": "https://api.kexp.org/v2/plays/375517/?format=api",
    "airdate": "2019-09-02T06:51:05-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a432f72-e08a-4a9d-9b0d-920b297b2951/20607399417-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven's Only Wishful",
    "track_id": "cd88907a-f8c6-4ce7-b763-9442de262333",
    "recording_id": null,
    "artist": "Mormor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Heaven's Only Wishful",
    "release_id": "7a432f72-e08a-4a9d-9b0d-920b297b2951",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian singer-producer Seth Nyquist records as MorMor. http://www.mormormusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}