Information about plays

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

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

{
    "id": 378639,
    "uri": "https://api.kexp.org/v2/plays/378639/?format=api",
    "airdate": "2019-09-09T07:15:29-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/dbdee5f5-a88f-443b-b293-bd51a043abea/23948702926-250.jpg",
    "thumbnail_uri": "",
    "song": "Eat, Sleep, Wake (Nothing But You)",
    "track_id": "ea193f6f-70f1-41c2-a843-f27bc2dc4417",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "Eat, Sleep, Wake (Nothing but You)",
    "release_id": "dbdee5f5-a88f-443b-b293-bd51a043abea",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2019-08-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is an album for anyone who’s ever turned to music in a time of crisis, whether personal or political. It’s about the solace one can get from listening to music or playing music when everything else in your life or the world has gone wrong. It’s about finding kernels of hope and renewal in dire situations.\" https://bombaybicycle.club/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}