Information about plays

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

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

{
    "id": 353007,
    "uri": "https://api.kexp.org/v2/plays/353007/?format=api",
    "airdate": "2019-07-11T11:57:50-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Goes The Sun",
    "track_id": "919befcd-aa0a-417d-814c-17fcaddd07ae",
    "recording_id": null,
    "artist": "New Age Healers",
    "artist_ids": [
        "c87f27a8-fc86-45fb-a6a7-854808439394"
    ],
    "album": "Debris",
    "release_id": "97c6e753-052c-40d5-8a40-0c37b985c42e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Age Healers will be live on KEXP Thursday, July 25th at 12:00 PM, open for public viewing!\n\"There Goes The Sun\" is off of New Age Healers brand new Album \"Debris.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}