Information about plays

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

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

{
    "id": 369882,
    "uri": "https://api.kexp.org/v2/plays/369882/?format=api",
    "airdate": "2019-08-20T13:22:14-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d35e29e-0ccb-435b-9232-f4e028100ef5/23539272473-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wanna C U",
    "track_id": "4bd02f4c-0ab4-4d10-b604-cea66c3238ef",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Angel's Pulse",
    "release_id": "9d35e29e-0ccb-435b-9232-f4e028100ef5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Devonté Hynes (aka Blood Orange) is releasing his first album of classical music compositions. The collection is called Fields and it’s performed by the Chicago-based ensemble Third Coast Percussion. It’s out October 11 via Cedille.:  https://pitchfork.com/news/blood-orange-announces-new-classical-music-album-fields/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}