Information about plays

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

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

{
    "id": 374096,
    "uri": "https://api.kexp.org/v2/plays/374096/?format=api",
    "airdate": "2019-08-29T17:20:58-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/85f02ef9-7f72-46ea-8204-e32801709adc/18527963882-250.jpg",
    "thumbnail_uri": "",
    "song": "Forerunner Foray",
    "track_id": "f8256ec0-11dd-4189-b72a-14e2451e95f0",
    "recording_id": null,
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Lese Majesty",
    "release_id": "85f02ef9-7f72-46ea-8204-e32801709adc",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-07-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\" I made this mixtape a few weeks ago. I am a graduate student/teacher of record, and so while work is more than steady for nine months out of the year, the summers can be a little tricky to navigate.\" - Daniel from \"ZR\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}