Information about plays

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

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

{
    "id": 376490,
    "uri": "https://api.kexp.org/v2/plays/376490/?format=api",
    "airdate": "2019-09-04T10:38:20-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?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 are part of the lineup this year for Freakout 2019 in Ballard, Thursday - Sunday, November 14th - 17th. https://www.the-freakout.com/lineup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}