Information about plays

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

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

{
    "id": 350523,
    "uri": "https://api.kexp.org/v2/plays/350523/?format=api",
    "airdate": "2019-07-05T16:55:44-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/f6335672-c521-4129-86c3-490d20533e08/7204257757-250.jpg",
    "thumbnail_uri": "",
    "song": "The Big Sky",
    "track_id": "3d9b9125-12bd-3b76-9254-50945834d1e8",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "f6335672-c521-4129-86c3-490d20533e08",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is about remembering some of the simple pleasures enjoyed as children that most no longer find the time for, such as spending the afternoon looking at the sky, watching the clouds take on shapes.  https://bit.ly/2RZVUbD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}