Information about plays

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

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

{
    "id": 345854,
    "uri": "https://api.kexp.org/v2/plays/345854/?format=api",
    "airdate": "2019-06-25T06:50:54-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down I-5",
    "track_id": "1f4922d0-1132-429b-ab12-719edb09f774",
    "recording_id": null,
    "artist": "case/lang/viers",
    "artist_ids": [
        "a496a1e6-0ceb-4489-8280-45dfaf9750be"
    ],
    "album": "case/lang/veirs",
    "release_id": "79bb079d-edf4-4d36-abb1-2e5d92e55619",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "case/lang/veirs was formed three years before the album release, when Lang, in a one-line e-mail, invited Case and Veirs to join her, and they responded affirmatively within 30 minutes.  Sometimes that's all it takes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}