Information about plays

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

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

{
    "id": 350049,
    "uri": "https://api.kexp.org/v2/plays/350049/?format=api",
    "airdate": "2019-07-04T13:39:52-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/c51d245c-a249-37a5-99c3-43c86044bf17/12892417855-250.jpg",
    "thumbnail_uri": "",
    "song": "Young Americans",
    "track_id": "d33f56da-0038-385c-8ccf-d1c28a1ca7af",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Young Americans",
    "release_id": "c51d245c-a249-37a5-99c3-43c86044bf17",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}