Information about plays

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

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

{
    "id": 381740,
    "uri": "https://api.kexp.org/v2/plays/381740/?format=api",
    "airdate": "2019-09-16T21:58:00-07:00",
    "show": 6356,
    "show_uri": "https://api.kexp.org/v2/shows/6356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forward Thinking",
    "track_id": null,
    "recording_id": null,
    "artist": "SassyBlack",
    "artist_ids": [
        "b6a47306-c024-4b06-9039-516ec38b7bff"
    ],
    "album": "Ancient Mahogany",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The third SassyBlack album from Seattle artist (and former THEESatisfaction member) Catherine Harris-White is an often-transportive set of futuristic soul and funk with an atmospheric, psych-tinged sound combining spacy keyboards, warm guitars, occasional flute and blunted beats with her jazz-tinged vocals and lyrics of love, self-care and moving forward. Here she is live on KEXP: https://www.youtube.com/watch?v=O2cwOqyY15I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}