Information about plays

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

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

{
    "id": 378895,
    "uri": "https://api.kexp.org/v2/plays/378895/?format=api",
    "airdate": "2019-09-09T22:27:21-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bright and Blue",
    "track_id": "29258f8c-cb28-4301-b704-016d5773ac49",
    "recording_id": null,
    "artist": "Tomo Nakayama",
    "artist_ids": [
        "2cef242c-86e3-4631-9669-7d96aca66b09"
    ],
    "album": "Pieces of Sky",
    "release_id": "ae6f7cc5-05f3-4fd8-a6f8-f48211d6062a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}