Information about plays

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

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

{
    "id": 375107,
    "uri": "https://api.kexp.org/v2/plays/375107/?format=api",
    "airdate": "2019-09-01T05:05:36-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "http://coverartarchive.org/release/f692f7f4-62dc-43d2-aeb1-5e8603674116/20933392641-250.jpg",
    "thumbnail_uri": "",
    "song": "My Dreams Never Sleep",
    "track_id": "ffc5dd0c-658c-48a7-ad18-4419e3b06b7a",
    "recording_id": null,
    "artist": "Knife Knights featuring OCnotes, Marquetta Miller & Shabazz Palaces",
    "artist_ids": [
        "b0281df0-1a25-437f-a3bb-67d1a8d903b8"
    ],
    "album": "1 Time Mirage",
    "release_id": "f692f7f4-62dc-43d2-aeb1-5e8603674116",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Knife Knights playing at KEXP last year. https://www.youtube.com/watch?v=hGvxMZ9eK1o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}