Information about plays

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

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

{
    "id": 351477,
    "uri": "https://api.kexp.org/v2/plays/351477/?format=api",
    "airdate": "2019-07-07T23:09:00-07:00",
    "show": 5857,
    "show_uri": "https://api.kexp.org/v2/shows/5857/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warhead (Steppa mix)",
    "track_id": "e697c250-5eae-37db-a345-f921e4d157d2",
    "recording_id": null,
    "artist": "Krust",
    "artist_ids": [
        "a12a225b-e835-42e2-aac1-00bd43a09662"
    ],
    "album": "Warhead (Steppa mix) / Check Dis Out",
    "release_id": "0a333613-878a-438c-96ca-782fd14e81d6",
    "release_group_id": null,
    "labels": [
        "V Recordings"
    ],
    "label_ids": [
        "6d44386b-dc7c-4bba-966b-52fe641ad4d0"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}