Information about plays

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

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

{
    "id": 374819,
    "uri": "https://api.kexp.org/v2/plays/374819/?format=api",
    "airdate": "2019-08-31T11:08:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flight Plans",
    "track_id": "c2e6fb1f-9efa-49b9-a7a1-3474bb3716dd",
    "recording_id": null,
    "artist": "Protoje",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "Royalty Free",
    "release_id": "0bae4aac-1d40-4bf4-90d5-688b2e8e1052",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Protoje not only knows what to do behind the mic, but he knows how to build songs into performances. Experience him LIVE in KEXP studios. Recorded March 7, 2016 https://www.youtube.com/watch?v=hj9nyxzb0Yo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}