Information about plays

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

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

{
    "id": 345975,
    "uri": "https://api.kexp.org/v2/plays/345975/?format=api",
    "airdate": "2019-06-25T13:36:05-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Grounds",
    "track_id": "07a49f78-e2d4-4ff1-9ef0-107e08d2bbad",
    "recording_id": null,
    "artist": "Gangly",
    "artist_ids": [
        "85c31d6c-f912-4f2f-82fc-528ffb9c9ab7"
    ],
    "album": "Gangly",
    "release_id": "ab3591f2-de49-4831-ac0c-f827b4e7bad2",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2017-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about \"the anonymous rise of Iceland's most mysterious band\":  https://grapevine.is/icelandic-culture/music/2017/05/31/gangly-the-anonymous-rise-of-icelands-most-mysterious-band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}