Information about plays

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

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

{
    "id": 381930,
    "uri": "https://api.kexp.org/v2/plays/381930/?format=api",
    "airdate": "2019-09-17T09:18:49-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Non-Stop",
    "track_id": "fdc96ef4-dddc-4070-96b2-1aa5ca1c777a",
    "recording_id": null,
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Non-Stop",
    "release_id": "c5607e77-0753-46ea-8623-d1803d1fc3b2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Using various sounds sampled from an airplane, Chong has partnered with Singapore Airlines for quite the unique concept.\n\n Partnering with Singapore Airlines to announce its new nonstop flight route between Seattle and Singapore, Chong is seen in a new video employing samples via an Airbus A350 aircraft.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}