Information about plays

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

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

{
    "id": 375792,
    "uri": "https://api.kexp.org/v2/plays/375792/?format=api",
    "airdate": "2019-09-03T00:24:11-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/0cb7a63a-647e-4cdf-a4d0-2b30c5593a49/23780857714-250.jpg",
    "thumbnail_uri": "",
    "song": "Sunshine",
    "track_id": "45ab0427-fc84-478f-81be-97d9c30a279a",
    "recording_id": null,
    "artist": "G&D",
    "artist_ids": [
        "28ed96cd-3afa-43a0-8285-e013f8efe603"
    ],
    "album": "Black Love & War",
    "release_id": "0cb7a63a-647e-4cdf-a4d0-2b30c5593a49",
    "release_group_id": null,
    "labels": [
        "SomeOthaShip Connect"
    ],
    "label_ids": [
        "3dd59a3a-5f1c-46a1-a3b3-d15cbe8de651"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album together from the California-bred, Nevada-based duo of Georgia Anne Muldrow and Dudley Perkins is a gritty blend of West Coast hip hop, funk and soul, combining hard-hitting funk and hip hop grooves with lyrics that range from the militantly political to the deeply personal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}