Information about plays

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

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

{
    "id": 375575,
    "uri": "https://api.kexp.org/v2/plays/375575/?format=api",
    "airdate": "2019-09-02T10:15:00-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ladies First",
    "track_id": "4aef968b-6f91-330c-9812-6cf4907d500d",
    "recording_id": null,
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "Ladies First / Come Into My House",
    "release_id": "329497d7-04b8-464c-9150-efb43cd5d44e",
    "release_group_id": null,
    "labels": [
        "BCM Records"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Queen Latifah close out the recent MTV Video Music Awards with her classic hit \"U.N.I.T.Y\": https://bit.ly/2lvuJcH",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}