Information about plays

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

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

{
    "id": 350165,
    "uri": "https://api.kexp.org/v2/plays/350165/?format=api",
    "airdate": "2019-07-04T20:04:31-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Losers Way to Get Along",
    "track_id": "1ce06955-7c50-4fcf-9464-0d6d6b6cfb8b",
    "recording_id": null,
    "artist": "Paul Burch & the WPA Ballclub",
    "artist_ids": [
        "d04a1675-af77-47c1-93ba-248b95d724ad"
    ],
    "album": "Pan-American Flash",
    "release_id": "826dce3a-4ff5-4122-80f6-11cbf12daa76",
    "release_group_id": null,
    "labels": [
        "Checkered Past Records"
    ],
    "label_ids": [
        "1b1e6408-12ab-420f-9a51-83927561c799"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}