Information about plays

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

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

{
    "id": 380067,
    "uri": "https://api.kexp.org/v2/plays/380067/?format=api",
    "airdate": "2019-09-12T16:58:39-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Velvet",
    "track_id": "0a184ce3-0956-35a6-9e01-5c1bc3a8beaa",
    "recording_id": null,
    "artist": "The Big Pink",
    "artist_ids": [
        "a4584a84-3a14-430c-933f-cc2147842d04"
    ],
    "album": "A Brief History of Love",
    "release_id": "91aef0fe-58b8-467b-9843-3e0a3a9aaef2",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Big Pink's track \"High Times\" was KEXP's Song of The Day back in July of 2016. Read the full article here: \nhttps://www.kexp.org/read/2016/7/20/song-of-the-day-the-big-pink-hightimes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}