Information about plays

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

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

{
    "id": 376333,
    "uri": "https://api.kexp.org/v2/plays/376333/?format=api",
    "airdate": "2019-09-04T01:16:53-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio",
    "track_id": "d12d8dfb-8869-4425-be11-3e27765b9ab6",
    "recording_id": null,
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "Radio",
    "release_id": "6872ae64-e1c3-4d3a-9dff-10d7c551869b",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2016-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slave to the radio, slave to the radio, slave to the radio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}