Information about plays

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

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

{
    "id": 380783,
    "uri": "https://api.kexp.org/v2/plays/380783/?format=api",
    "airdate": "2019-09-14T12:08:19-07:00",
    "show": 6338,
    "show_uri": "https://api.kexp.org/v2/shows/6338/?format=api",
    "image_uri": "http://coverartarchive.org/release/8e099cef-e88d-4468-8d66-253d405d6edc/2340969553-250.jpg",
    "thumbnail_uri": "",
    "song": "Above the Middle",
    "track_id": "d67980f4-8484-32ae-9f0d-bd59f8495c7e",
    "recording_id": null,
    "artist": "ODESZA",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "Summer's Gone",
    "release_id": "8e099cef-e88d-4468-8d66-253d405d6edc",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-09-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}