Information about plays

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

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

{
    "id": 347901,
    "uri": "https://api.kexp.org/v2/plays/347901/?format=api",
    "airdate": "2019-06-29T16:55:00-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Here",
    "track_id": "4f44c282-d1ab-431f-bb15-a34a8b9867d7",
    "recording_id": null,
    "artist": "The Seshen",
    "artist_ids": [
        "98d23366-4cd9-4e75-b366-d90c6dda2bc4"
    ],
    "album": "Flames & Figures",
    "release_id": "6e23baea-f06f-4711-856b-8e0d0d45c38b",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Seshen is a San Francisco Bay Area-based seven-piece led by singer/lyricist Lalin St. Juste and bassist/producer Akiyoshi Ehara. Their forward-thinking sound combines synthesizers, drum machines, live percussion, and entrancing harmonies to create an unmistakable fusion of R&B, synth-pop, and electronic music.\" https://theseshen.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}