Information about plays

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

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

{
    "id": 383254,
    "uri": "https://api.kexp.org/v2/plays/383254/?format=api",
    "airdate": "2019-09-20T04:17:02-07:00",
    "show": 6376,
    "show_uri": "https://api.kexp.org/v2/shows/6376/?format=api",
    "image_uri": "http://coverartarchive.org/release/c3111ab9-2e00-45b1-85a1-e383010da1c3/18215702792-250.jpg",
    "thumbnail_uri": "",
    "song": "Lush",
    "track_id": "a79af578-d366-4cb4-971e-d1c1245ed31d",
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "New Energy",
    "release_id": "c3111ab9-2e00-45b1-85a1-e383010da1c3",
    "release_group_id": null,
    "labels": [
        "Text Records"
    ],
    "label_ids": [
        "b6cda36e-510e-4bca-a655-3db6dd324d8e"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}