Information about plays

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

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

{
    "id": 357548,
    "uri": "https://api.kexp.org/v2/plays/357548/?format=api",
    "airdate": "2019-07-22T07:28:01-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "http://coverartarchive.org/release/fd573813-9f27-3ca5-9887-ce84510d81b2/5734924900-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Breathe",
    "track_id": "f3f9f8b8-938e-3a08-b7a8-99f63de5ee83",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Backspacer",
    "release_id": "fd573813-9f27-3ca5-9887-ce84510d81b2",
    "release_group_id": null,
    "labels": [
        "Monkeywrench Records"
    ],
    "label_ids": [
        "fdef4ca1-8821-423f-9228-023b5d33299a"
    ],
    "release_date": "2009-09-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Our condolences to you, Erin, and to all of those who mourn the death of your friend.  You are not alone.  For those who are struggling with thoughts of suicide, please call the National Suicide Prevention Hotline, 1-800-273-TALK (8255) .",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}