Information about plays

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

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

{
    "id": 354709,
    "uri": "https://api.kexp.org/v2/plays/354709/?format=api",
    "airdate": "2019-07-15T14:24:32-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "http://coverartarchive.org/release/a7d47280-672f-4837-8626-ae5fc2fc2ae3/12528129632-250.jpg",
    "thumbnail_uri": "",
    "song": "Running",
    "track_id": "4efcab0f-9b83-4a70-b405-9fc1f2169169",
    "recording_id": null,
    "artist": "Moderat",
    "artist_ids": [
        "7754905b-8bf7-48e2-935a-03d566fec464"
    ],
    "album": "III",
    "release_id": "a7d47280-672f-4837-8626-ae5fc2fc2ae3",
    "release_group_id": null,
    "labels": [
        "Monkeytown Records"
    ],
    "label_ids": [
        "dd5e9af0-a9bb-4e11-9c57-5921c8838945"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berlin based electronic band stopped by KEXP a while back, check out their awesome in studio here: https://www.youtube.com/watch?v=HVkVq_qs7FM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}