Information about plays

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

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

{
    "id": 382691,
    "uri": "https://api.kexp.org/v2/plays/382691/?format=api",
    "airdate": "2019-09-18T23:07:29-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "http://coverartarchive.org/release/7160d4ac-ee83-4042-b3ca-93a47bd72095/22122408037-250.jpg",
    "thumbnail_uri": "",
    "song": "Eyes",
    "track_id": "d644ac2b-4112-468f-8f14-4e91dc033e87",
    "recording_id": null,
    "artist": "Big Joanie",
    "artist_ids": [
        "6764d1b3-2d27-41d6-960d-d3d2866b605d"
    ],
    "album": "Sistahs",
    "release_id": "7160d4ac-ee83-4042-b3ca-93a47bd72095",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.kexp.org/watch/big-joanie-full-performance-live-on-kexp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}