Information about plays

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

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

{
    "id": 382339,
    "uri": "https://api.kexp.org/v2/plays/382339/?format=api",
    "airdate": "2019-09-18T04:12:00-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theaters",
    "track_id": null,
    "recording_id": null,
    "artist": "Chaos Chaos",
    "artist_ids": [
        "e6b0e0d7-c77b-4fa6-8a7e-95cdc41502bf"
    ],
    "album": "Theaters",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Previously unreleased and now a featured Song of the Day, check it out: https://www.kexp.org/podcasts/song-of-the-day/2019/8/28/chaos-chaos-theaters/ Live on KEXP in 2012: https://www.youtube.com/watch?v=sIyipMbJMA8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}