Information about plays

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

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

{
    "id": 375316,
    "uri": "https://api.kexp.org/v2/plays/375316/?format=api",
    "airdate": "2019-09-01T17:09:04-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Phoenix",
    "track_id": "f80298bb-7615-4b31-a9b8-b24c4e654e5a",
    "recording_id": null,
    "artist": "Rhye",
    "artist_ids": [
        "aa914efa-d6cb-4816-906f-8edafb08418e"
    ],
    "album": "Blood",
    "release_id": "d023332a-c3e4-4576-9f34-fa0d0ac60868",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2018-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}