Information about plays

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

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

{
    "id": 379107,
    "uri": "https://api.kexp.org/v2/plays/379107/?format=api",
    "airdate": "2019-09-10T12:08:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Felt Like I Had Died",
    "track_id": "5a30f50d-63c5-42e6-9075-809377d8d143",
    "recording_id": null,
    "artist": "Left at London",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1"
    ],
    "album": "💜",
    "release_id": "ec1009e5-f6e5-4b4b-ab03-1d525beac1ae",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle musician Nat Puff spoke with KEXP DJ Marco Collins recently about her music and how the themes of mental health appear throughout her tracks.  Enjoy that whole interview here: https://www.kexp.org/read/2019/3/26/sound-vision-left-london-her-path-recovery/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}