Information about plays

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

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

{
    "id": 351691,
    "uri": "https://api.kexp.org/v2/plays/351691/?format=api",
    "airdate": "2019-07-08T11:56:53-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Followed A Sound",
    "track_id": "d5f12e78-bdfb-42a7-9c66-f02e8b0114e7",
    "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 LIVE on KEXP Thursday, July 25th at 12:00 PM. Open for public viewing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}