Information about plays

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

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

{
    "id": 347106,
    "uri": "https://api.kexp.org/v2/plays/347106/?format=api",
    "airdate": "2019-06-27T18:27:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Ways to Fail",
    "track_id": "b0d6b636-1d73-4d6c-bd80-308528972c56",
    "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. July 19th at the Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}