Information about plays

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

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

{
    "id": 379136,
    "uri": "https://api.kexp.org/v2/plays/379136/?format=api",
    "airdate": "2019-09-10T13:38:56-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/a3a5335f-3739-42e9-b755-6f944a5f427a/10246499760-250.jpg",
    "thumbnail_uri": "",
    "song": "The Only Thing",
    "track_id": "725f4bbf-b128-4b59-91a4-22456c4788ea",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Carrie & Lowell",
    "release_id": "a3a5335f-3739-42e9-b755-6f944a5f427a",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2015-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shelly wrote that this raw and vulnerable song about addiction, depression, and loss helped give them \"the strength to face my pain and gave me hope in the beauty of the world.\" They \"hope the KEXP listeners will hear this song and feel the same catharsis I did.\":  https://www.youtube.com/watch?v=ULBibGHZGv4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}