Information about plays

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

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

{
    "id": 347336,
    "uri": "https://api.kexp.org/v2/plays/347336/?format=api",
    "airdate": "2019-06-28T07:53:00-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Connected (full length)",
    "track_id": "b0859fe7-ab3f-459b-88e6-e1ccf3e400b6",
    "recording_id": null,
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Connected",
    "release_id": "5989ed08-6420-49e6-9c21-c2c667be21af",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paste placed this song at number 8 in their list of \"25 Awesome One-Hit Wonders of the 1990s\" in 2011  Here's a live version from 2014:  https://www.youtube.com/watch?v=xs8ZRKMzjYY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}