Information about plays

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

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

{
    "id": 379076,
    "uri": "https://api.kexp.org/v2/plays/379076/?format=api",
    "airdate": "2019-09-10T10:11:02-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/9985d26f-faaf-4256-8d25-ece0aa890246/21176890203-250.jpg",
    "thumbnail_uri": "",
    "song": "Coming for You",
    "track_id": "4977e8f8-ab12-4be2-abc6-07fe20c3ff3b",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Single Rider",
    "release_id": "9985d26f-faaf-4256-8d25-ece0aa890246",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chris wrote that Jenn Champion has slowly changed their life and that \"Coming For You\" made them call up \"my friend just to tell them 'I love you. I hope all is well.'\"  Today is a day to let others know that you care for them and that they are not alone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}