Information about plays

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

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

{
    "id": 2681387,
    "uri": "https://api.kexp.org/v2/plays/2681387/?format=api",
    "airdate": "2020-01-02T22:14:36-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Belltown",
    "track_id": "7818eeaa-e82b-4333-972b-b52471ae5692",
    "recording_id": null,
    "artist": "Night Hikes",
    "artist_ids": [
        "2c8e6c1d-8c75-4058-970f-5cc04eae3eeb"
    ],
    "album": "Chalice",
    "release_id": "e63f4720-982b-4e52-85cc-fa5851175671",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle, Washington https://nighthikes.bandcamp.com/ performing LIVE at Tractor Tavern on  January 16",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}