Information about plays

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

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

{
    "id": 349797,
    "uri": "https://api.kexp.org/v2/plays/349797/?format=api",
    "airdate": "2019-07-03T23:51:46-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Souls of Lost and Found",
    "track_id": "34601ff5-1301-475b-a95f-20afb2b78a50",
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing LIVE on KEXP on Thursday July 25th at noon   https://newagehealers.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}