Information about plays

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

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

{
    "id": 352909,
    "uri": "https://api.kexp.org/v2/plays/352909/?format=api",
    "airdate": "2019-07-11T06:41:46-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Ok",
    "track_id": "1feb16db-1580-45f7-9683-db4f90df3506",
    "recording_id": null,
    "artist": "Lea Porcelain",
    "artist_ids": [
        "5b83ee82-56ce-4302-b61b-724a10bedc52"
    ],
    "album": "I Am OK",
    "release_id": "49cd1afb-0cde-4edb-9abf-0fa0ccec4c9b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We just needed someone to tell us: β€œIt’s all ok. Life is still good. You are still here. Love exists. Take care of yourself and experience all this. Live who you are. There is no one else that can be you.” | https://bit.ly/2PEdGAe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}