Information about plays

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

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

{
    "id": 352916,
    "uri": "https://api.kexp.org/v2/plays/352916/?format=api",
    "airdate": "2019-07-11T06:59:16-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/756fb38e-ca18-47e2-9ddc-a8582cf675b4/19256091659-250.jpg",
    "thumbnail_uri": "",
    "song": "Night Shift",
    "track_id": "f0a5e519-6766-4f3e-af05-914ae992e598",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Historian",
    "release_id": "756fb38e-ca18-47e2-9ddc-a8582cf675b4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucy Dacus in an interview with Newsweek about this (punch to the gut) breakup song:  \"It was the first time I kissed somebody other than my ex. I dated this person for like five years. To kiss anybody else—it felt really weird. It felt kind of wrong. And it wasn't a happy or fulfilling or victorious experience.\" She'll be at Neumos on October 22nd: https://bit.ly/32hH9Wt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}