Information about plays

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

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

{
    "id": 354830,
    "uri": "https://api.kexp.org/v2/plays/354830/?format=api",
    "airdate": "2019-07-15T22:04:46-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teen Violence",
    "track_id": "3d290bea-1ca8-44b2-a384-66b47e9004d1",
    "recording_id": null,
    "artist": "LUH",
    "artist_ids": [
        "45d5bc29-0a7c-49f9-b6e9-d768a3aee0e4"
    ],
    "album": "Teen Violence",
    "release_id": "e94cf026-17b9-4446-960d-de1b9ee1a835",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-06-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lost Under Heaven is the Manchester-based duo of Ebony Hoorn and Ellery James. They stopped by KEXP this past October: https://www.youtube.com/watch?v=FJX6JfqBTDk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}