Information about plays

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

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

{
    "id": 348914,
    "uri": "https://api.kexp.org/v2/plays/348914/?format=api",
    "airdate": "2019-07-02T05:14:46-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b723368-16cb-4bc7-89e4-9187a8f3a600/19234707852-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Go",
    "track_id": "31c0c43e-33ac-4e43-9d00-42203cefda82",
    "recording_id": null,
    "artist": "Moaning",
    "artist_ids": [
        "d5d4af51-8c20-45ed-9cc4-f8bbbb28289d"
    ],
    "album": "Moaning",
    "release_id": "0b723368-16cb-4bc7-89e4-9187a8f3a600",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing KEXP and Seattle Waterfront's KEXP Rocks the Dock this Sat. July 6th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}