Information about plays

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

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

{
    "id": 356783,
    "uri": "https://api.kexp.org/v2/plays/356783/?format=api",
    "airdate": "2019-07-20T06:08:00-07:00",
    "show": 5943,
    "show_uri": "https://api.kexp.org/v2/shows/5943/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vapid Feels Ain't Vapid",
    "track_id": "42facf5e-5935-40df-8c63-f58546eb0c78",
    "recording_id": null,
    "artist": "Clarence Clarity",
    "artist_ids": [
        "bd72c37d-5c45-42d1-8ccf-97ebb5612b8f"
    ],
    "album": "THINK: PEACE",
    "release_id": "40e86c3c-659d-4f4b-a115-0fe5ff33e5cf",
    "release_group_id": null,
    "labels": [
        "Deluxe Pain"
    ],
    "label_ids": [],
    "release_date": "2018-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}