Information about plays

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

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

{
    "id": 381874,
    "uri": "https://api.kexp.org/v2/plays/381874/?format=api",
    "airdate": "2019-09-17T06:28:21-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "http://coverartarchive.org/release/58462c1e-8a0f-4534-a83e-565f36d224e7/7653507218-250.jpg",
    "thumbnail_uri": "",
    "song": "Closedown",
    "track_id": "39b5c52b-2b68-35c6-ab25-7b705b873693",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1989-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As he neared the age of thirty, Cure frontman Robert Smith found himself worried about getting older. This song, which finds him singing about \"running out of time,\" was one of several tracks on Disintegration where he ruminates on feeling washed up. \"The biggest frustration (of getting older) is not being able to feel strong emotions anymore,\" Smith said when discussing the album's lyrics. \"Cynicism enters your world and you get numb.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}