Information about plays

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

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

{
    "id": 380266,
    "uri": "https://api.kexp.org/v2/plays/380266/?format=api",
    "airdate": "2019-09-13T04:24:02-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Count to Five",
    "track_id": "ea23c6ec-a84c-413a-917d-63f5247c2b92",
    "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"
}