Information about plays

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

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

{
    "id": 373452,
    "uri": "https://api.kexp.org/v2/plays/373452/?format=api",
    "airdate": "2019-08-28T09:26:48-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Donna",
    "track_id": "35333f9d-db44-34c8-b731-ed62ec116e48",
    "recording_id": null,
    "artist": "Fifth Column",
    "artist_ids": [
        "fedb1e5c-b673-4e93-9e56-cd871792715e"
    ],
    "album": "36C",
    "release_id": "171bd2f9-d641-47c9-a984-e709b8ed838c",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fifth Column was a Canadian all-female experimental post-punk band from Toronto, formed in the early 1980s. Here's the official video: https://www.youtube.com/watch?v=jVGZzFArO2w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}