Information about plays

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

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

{
    "id": 378689,
    "uri": "https://api.kexp.org/v2/plays/378689/?format=api",
    "airdate": "2019-09-09T10:11:48-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/929e0437-c744-4f9a-b956-1f9e06deb906/23284761574-250.jpg",
    "thumbnail_uri": "",
    "song": "Jungle Love",
    "track_id": "480d14e3-0fa5-4353-ad4a-b5b9dba119d3",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Originals",
    "release_id": "929e0437-c744-4f9a-b956-1f9e06deb906",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Prince's death in 2016, his vault of amazing amounts of music were discovered. This past June, <i>Originals</i> was released with 14 previously unreleased songs written for other performers. This was one of the tracks on this new release. Read more about this album from Pitchfork: https://bit.ly/2lDcguR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}