Information about plays

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

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

{
    "id": 374414,
    "uri": "https://api.kexp.org/v2/plays/374414/?format=api",
    "airdate": "2019-08-30T09:22:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiny Birds",
    "track_id": "d7296fed-2306-39b5-af91-3e59d70033da",
    "recording_id": null,
    "artist": "Shriekback",
    "artist_ids": [
        "748161b8-ec62-4423-b6f1-3a8026190ebb"
    ],
    "album": "My Spine Is the Bassline",
    "release_id": "5efaf56b-c27c-4488-ac47-962e49953b28",
    "release_group_id": null,
    "labels": [
        "Y Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jana said about this mixtape for her friend, The Black Angels drummer Stephanie Bailey,  \"I tried to pick a musical aesthetic she would enjoy but that I could tolerate listening to over and over as I mixed it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}