Information about plays

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

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

{
    "id": 343367,
    "uri": "https://api.kexp.org/v2/plays/343367/?format=api",
    "airdate": "2019-06-19T08:07:30-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/e62cecad-7029-3efd-8535-477cd74851fe/18775037905-250.jpg",
    "thumbnail_uri": "",
    "song": "Losing My Religion",
    "track_id": "d92ae389-0a6b-3394-a3a6-0bd6836c6807",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Out of Time",
    "release_id": "e62cecad-7029-3efd-8535-477cd74851fe",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1991-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.E.M.'s Michael Stipe said he rarely wrote from personal experience, so that's not really him in the corner. \"“That's me in the corner, that's me in the spotlight’ was really about someone who's so shy, so intractably shy, a wallflower who's kind of forced forward into trying to express this feeling of love for someone, and failing miserably probably.” - https://on.today.com/2MYlH5t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}