Information about plays

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

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

{
    "id": 354501,
    "uri": "https://api.kexp.org/v2/plays/354501/?format=api",
    "airdate": "2019-07-15T02:07:00-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kali Yuga",
    "track_id": "a904a774-bc37-31d5-a9b6-60779c298fd3",
    "recording_id": null,
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Seeds",
    "release_id": "2bd8f8c8-9ae8-4866-aaf3-94c31355cf04",
    "release_group_id": null,
    "labels": [
        "E1 Entertainment"
    ],
    "label_ids": [
        "a1696164-3f07-4c68-9c9a-3df0e0dd8c76"
    ],
    "release_date": "2012-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}