Information about plays

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

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

{
    "id": 353188,
    "uri": "https://api.kexp.org/v2/plays/353188/?format=api",
    "airdate": "2019-07-11T20:04:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weight of the World",
    "track_id": "d208b585-f5e2-457d-b245-897da02cb60c",
    "recording_id": null,
    "artist": "Western Centuries",
    "artist_ids": [
        "07f2764c-6ec0-4560-a028-4c4cd74e5ca6"
    ],
    "album": "Weight of the World",
    "release_id": "9df43343-0e47-4be1-bbbe-a753165f89e9",
    "release_group_id": null,
    "labels": [
        "Free Dirt Records"
    ],
    "label_ids": [
        "cabd9a49-9df2-47b3-ac4b-d9b5a67bf0a4"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tues. Aug. 27th at the Sunset with Gus Clark & The Least Of His Problems",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}