Information about plays

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

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

{
    "id": 348348,
    "uri": "https://api.kexp.org/v2/plays/348348/?format=api",
    "airdate": "2019-06-30T19:21:36-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Ghetto Boy",
    "track_id": "8f840ea8-47b3-3f35-820a-0eb5162db067",
    "recording_id": null,
    "artist": "Donny Hathaway",
    "artist_ids": [
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "These Songs for You, Live!",
    "release_id": "ee8ebc83-f0dd-44d7-b366-6bf7f833969c",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener Request",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}