Information about plays

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

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

{
    "id": 378045,
    "uri": "https://api.kexp.org/v2/plays/378045/?format=api",
    "airdate": "2019-09-07T18:41:21-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Are You Doing",
    "track_id": "aa5b77dd-aba9-441f-adc5-66d903148c50",
    "recording_id": null,
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "What Are You Doing",
    "release_id": "888bf1b3-a551-4425-a806-6887c434add8",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}