Information about plays

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

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

{
    "id": 379125,
    "uri": "https://api.kexp.org/v2/plays/379125/?format=api",
    "airdate": "2019-09-10T13:06:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "María también",
    "track_id": "ad8a9f48-de2b-4f85-9280-345f243b11e2",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Con todo el mundo",
    "release_id": "b9e0c6b8-8424-495a-8649-77510bfa1303",
    "release_group_id": null,
    "labels": [
        "LateNightTales"
    ],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is Music Heals: Mental Health, as well as World Suicide Prevention Day.  We're sharing stories  from the community about how music has helped cope with depression and anxiety. Leiton writes about how music, individual therapy, group therapy, and correct medications put them \"on a better path.\"   See the official video for \"Maria tambien\": https://www.youtube.com/watch?v=7hlGqj3ImQI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}