Information about plays

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

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

{
    "id": 351671,
    "uri": "https://api.kexp.org/v2/plays/351671/?format=api",
    "airdate": "2019-07-08T10:46:31-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b2645ef-96fa-4330-9ef8-09777d7aec8f/20374430454-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Dream",
    "track_id": "5baf1d9a-8b47-4b05-9842-f3ced5a66adf",
    "recording_id": null,
    "artist": "Snail Mail",
    "artist_ids": [
        "86cd4d38-857c-42bd-a5da-9acedcab1e01"
    ],
    "album": "Lush",
    "release_id": "05ea6699-1c57-49b7-a6f7-bb361982f4d7",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}