Information about plays

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

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

{
    "id": 379975,
    "uri": "https://api.kexp.org/v2/plays/379975/?format=api",
    "airdate": "2019-09-12T11:06:38-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/2587503583-250.jpg",
    "thumbnail_uri": "",
    "song": "Say No Go",
    "track_id": "c1a3fe4d-b74c-3f6a-a00b-a04c0c3d7c78",
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2016, KEXP had a special day of programming, playing a track-by-track breakdown of one of the greatest albums in hip-hop history, De La Soul's <i>3 Feet High and Rising</i>. Many DJs at KEXP wrote reviews on the album. Read some of there here on KEXPs Review Revue: https://www.kexp.org/read/2016/8/25/review-revue-de-la-soul-three-feet-high-and-rising/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}