Information about plays

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

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

{
    "id": 379388,
    "uri": "https://api.kexp.org/v2/plays/379388/?format=api",
    "airdate": "2019-09-11T03:01:06-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/cad50ffa-43de-4d15-871b-c7b93a9ba8bd/18030969579-250.jpg",
    "thumbnail_uri": "",
    "song": "Own Light (What Hearts Are For)",
    "track_id": "b17eb65a-c2d8-497f-90c5-89dfd1089506",
    "recording_id": null,
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "All the Beauty in This Whole Life",
    "release_id": "cad50ffa-43de-4d15-871b-c7b93a9ba8bd",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Over the past 17 years, Brother Ali has earned wide critical acclaim for his deeply personal, socially conscious, and inspiring brand of hip-hop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}