Information about plays

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

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

{
    "id": 380169,
    "uri": "https://api.kexp.org/v2/plays/380169/?format=api",
    "airdate": "2019-09-12T22:31:20-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/a3df4b8b-7333-4335-8c05-4258e8c8d16a/13894588801-250.jpg",
    "thumbnail_uri": "",
    "song": "Gillie Amma I Love You",
    "track_id": "01307908-e426-48f1-9baf-48615924a20f",
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Randoms",
    "release_id": "a3df4b8b-7333-4335-8c05-4258e8c8d16a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Four Tet performing LIVE Thursday, October 10 at Showbox Sodo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}