Information about plays

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

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

{
    "id": 350363,
    "uri": "https://api.kexp.org/v2/plays/350363/?format=api",
    "airdate": "2019-07-05T07:28:14-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miss U",
    "track_id": "f778ce50-98fe-46e7-b4fb-d5d303539383",
    "recording_id": null,
    "artist": "Gemma",
    "artist_ids": [
        "061b6cb0-0cc5-4dc0-ba32-13128bd12d3b"
    ],
    "album": "Feeling's Not a Tempo",
    "release_id": "ede0f8bf-1fb1-41bc-b9ef-570d159307b4",
    "release_group_id": null,
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gemma is a NYC duo, made up of Felicia Douglass and Erik Gundel.  Read a review of \"Miss U\":  https://www.stereogum.com/2038416/gemma-miss-u/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}