Information about plays

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

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

{
    "id": 350975,
    "uri": "https://api.kexp.org/v2/plays/350975/?format=api",
    "airdate": "2019-07-06T19:32:33-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "http://coverartarchive.org/release/ec5ea8c7-f9e4-44ca-ac92-218fe6ce62c4/21745748286-250.jpg",
    "thumbnail_uri": "",
    "song": "Mask of Control",
    "track_id": "692a12d6-a9ea-44ab-a485-b6438996e5f1",
    "recording_id": null,
    "artist": "Porter Ray",
    "artist_ids": [
        "29776ddc-f7db-4ce6-b318-707e9cc46cba"
    ],
    "album": "Eye of the Beholder",
    "release_id": "ec5ea8c7-f9e4-44ca-ac92-218fe6ce62c4",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Porter Ray's streaming live performance here on KEXP: \nhttps://www.youtube.com/watch?v=vCwMvGZq18Y&t=500s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}