Information about plays

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

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

{
    "id": 368570,
    "uri": "https://api.kexp.org/v2/plays/368570/?format=api",
    "airdate": "2019-08-17T04:59:00-07:00",
    "show": 6140,
    "show_uri": "https://api.kexp.org/v2/shows/6140/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Yourself",
    "track_id": "9f2258ef-4748-4d30-a724-84cd9f815ced",
    "recording_id": null,
    "artist": "Black Milk",
    "artist_ids": [
        "40d317e7-8d23-4e5b-84c0-fcdc0b5a922d"
    ],
    "album": "DiVE",
    "release_id": "34922e5f-14dd-4062-b49d-39e39f836e98",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}