Information about plays

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

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

{
    "id": 353213,
    "uri": "https://api.kexp.org/v2/plays/353213/?format=api",
    "airdate": "2019-07-11T21:19:13-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5d873d8-40d2-4bea-8176-9a2d3b887743/23368152362-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing About You",
    "track_id": "0202012b-eb01-4b9e-9d76-4e7ec3318275",
    "recording_id": null,
    "artist": "Cassius feat. John Baldwin Gourley",
    "artist_ids": [
        "256160e8-37fd-4f8c-a3ef-530ebbaa4b3d"
    ],
    "album": "Dreems",
    "release_id": "a5d873d8-40d2-4bea-8176-9a2d3b887743",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philippe Zdar of Cassius tragically passed away, just ahead of the planned release of the duo’s new album Dreems, which is out now. It features Portugal. The Man’s John Gourley on “Nothing About You,” Beastie Boys’ Mike D on “Cause oui!,” The Rapture’s Luke Jenner on “Dreems,” Owlle on a few songs, and others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}