Information about plays

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

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

{
    "id": 348501,
    "uri": "https://api.kexp.org/v2/plays/348501/?format=api",
    "airdate": "2019-07-01T05:01:41-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disasters Offshore",
    "track_id": "1cbe50eb-4451-48ec-b45d-ab21d8649483",
    "recording_id": null,
    "artist": "New Age Healers",
    "artist_ids": [
        "c87f27a8-fc86-45fb-a6a7-854808439394"
    ],
    "album": "Where The Tragic Happens",
    "release_id": "2d0472b7-63d9-4e83-bbce-99948a25747a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "live on KEXP Thursday, July 25th at 12pm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}