Information about plays

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

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

{
    "id": 354430,
    "uri": "https://api.kexp.org/v2/plays/354430/?format=api",
    "airdate": "2019-07-14T21:05:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With Respect",
    "track_id": null,
    "recording_id": null,
    "artist": "Sweatson Klank",
    "artist_ids": [
        "abbc7caf-fa3e-41ac-9367-a7c619ba2185"
    ],
    "album": "Super Natural Delights",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Friends of Friends"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Discussing the recent album, Sweatson Klank noted the album \"dives head first into the textural balance between real instrumentation and electronic enhancement...forming a feel good record that pays homage to the past while pushing vibes forward.\" https://sweatsonklank.bandcamp.com/track/with-respect",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}