Information about plays

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

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

{
    "id": 350137,
    "uri": "https://api.kexp.org/v2/plays/350137/?format=api",
    "airdate": "2019-07-04T18:38:17-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/33b3d13f-ae7c-44c7-8457-032b231bda67/19851923920-250.jpg",
    "thumbnail_uri": "",
    "song": "Damned If I Do, Damned If I Don’t",
    "track_id": "bd9df287-457e-4fdf-9423-8a550a11b66e",
    "recording_id": null,
    "artist": "Sarah Shook & the Disarmers",
    "artist_ids": [
        "8e0ce55f-8acc-4c6b-b651-7e97d1a8ceb3"
    ],
    "album": "Years",
    "release_id": "33b3d13f-ae7c-44c7-8457-032b231bda67",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 7/19/19 @Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}