Information about plays

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

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

{
    "id": 347879,
    "uri": "https://api.kexp.org/v2/plays/347879/?format=api",
    "airdate": "2019-06-29T15:33:12-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "http://coverartarchive.org/release/929e0437-c744-4f9a-b956-1f9e06deb906/23284761574-250.jpg",
    "thumbnail_uri": "",
    "song": "Make-Up",
    "track_id": "9acaadf2-7e7f-45eb-b2cb-f2a37a05db0f",
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originals is the first posthumous stand-alone album of previously-unreleased studio material by Prince, and the fifth posthumous album release overall. The album is a collection of Prince's original versions of songs he gave to other artists for release. As a result, all songs on the album had been released by other artists.\nhttp://www.princevault.com/index.php?title=Album:_Originals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}