Information about plays

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

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

{
    "id": 353795,
    "uri": "https://api.kexp.org/v2/plays/353795/?format=api",
    "airdate": "2019-07-13T06:38:00-07:00",
    "show": 5893,
    "show_uri": "https://api.kexp.org/v2/shows/5893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhiannon",
    "track_id": "57f6738c-a528-4cca-8a3d-33a830cae6db",
    "recording_id": null,
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Fleetwood Mac",
    "release_id": "11841b9e-3ccb-4447-b707-576dafe3c593",
    "release_group_id": null,
    "labels": [
        "Rhino Records, Inc."
    ],
    "label_ids": [
        "709dc370-dfae-43d8-98bc-d8f9f5a5c76e"
    ],
    "release_date": "2018-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}