Information about plays

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

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

{
    "id": 346858,
    "uri": "https://api.kexp.org/v2/plays/346858/?format=api",
    "airdate": "2019-06-27T06:57:44-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/da07a173-bf3d-4e7e-995d-ce473ce83030/7142443599-250.jpg",
    "thumbnail_uri": "",
    "song": "Hollywood Forever Cemetery Sings",
    "track_id": "5be1066b-1221-3f37-9c2b-79e4be93999d",
    "recording_id": null,
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Fear Fun",
    "release_id": "da07a173-bf3d-4e7e-995d-ce473ce83030",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Father John Misty has kept a relatively low profile since 2018's <i>God's Favorite Customer</i>, but he debuted a new song at a show recently! Check out more here: https://bit.ly/31VjL0R",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}