Information about plays

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

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

{
    "id": 379106,
    "uri": "https://api.kexp.org/v2/plays/379106/?format=api",
    "airdate": "2019-09-10T12:04:57-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/6765aaef-1e9d-3ebe-956a-be97390932e5/6368504411-250.jpg",
    "thumbnail_uri": "",
    "song": "1999",
    "track_id": "0658772b-dff4-36af-986c-a257adb54ab5",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "6765aaef-1e9d-3ebe-956a-be97390932e5",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brett, remembering a dear friend who was lost this past summer, requested \"1999\" for that friend, whose birthday is today.  Remember that help is available if you are in crisis, feeling suicidal, and need immediate help.  Call the toll-free, 24-hour hotline of the National Suicide Prevention Lifeline at 1-800--273-TALK.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}