Information about plays

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

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

{
    "id": 373309,
    "uri": "https://api.kexp.org/v2/plays/373309/?format=api",
    "airdate": "2019-08-28T01:28:48-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Cleaver",
    "track_id": "1f99857b-d720-4820-a922-ba236a0d90c4",
    "recording_id": null,
    "artist": "Death Valley Girls",
    "artist_ids": [
        "987c6ccf-d4c5-4f23-938a-c0a21782803d"
    ],
    "album": "Dream Cleaver",
    "release_id": "e7e68160-af23-4115-98d5-c6601483ae9b",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death Valley Girls will be in Seattle on November 14th at the Seventh Annual Freakout Fest. https://bit.ly/2MoqlWg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}