Information about plays

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

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

{
    "id": 348301,
    "uri": "https://api.kexp.org/v2/plays/348301/?format=api",
    "airdate": "2019-06-30T16:31:31-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/ec3ecd24-1eb8-4135-8380-c1edf34b24d0/15421085739-250.jpg",
    "thumbnail_uri": "",
    "song": "Secrets",
    "track_id": "ae033dc7-eb68-4e02-bf25-f1f606ec74ea",
    "recording_id": null,
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "Secrets",
    "release_id": "ec3ecd24-1eb8-4135-8380-c1edf34b24d0",
    "release_group_id": null,
    "labels": [
        "High Beam Records"
    ],
    "label_ids": [
        "c5c12950-9160-4ba4-ba7b-1b762359192f"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jessica from Deep Sea Diver performed an in-studio on International Women's Day - check it out on her website // https://www.thedeepseadiver.com/band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}