Information about plays

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

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

{
    "id": 370903,
    "uri": "https://api.kexp.org/v2/plays/370903/?format=api",
    "airdate": "2019-08-22T15:39:15-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f3d7165-bdb8-4a04-aec4-2dadc82f6856/23833837747-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing Is Safe",
    "track_id": "40c28b3e-d06d-4ac2-a202-88e16c8b339f",
    "recording_id": null,
    "artist": "clipping. feat.",
    "artist_ids": [
        "84ca8fa4-7cca-4948-a90a-cb44db29853d"
    ],
    "album": "There Existed an Addiction to Blood",
    "release_id": "1f3d7165-bdb8-4a04-aec4-2dadc82f6856",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "clipping.'s new album \"There Existed an Addiction to Blood\" is set to drop on \nOctober 18th! According to a press release, the album draws influence from the horrorcore subgenre, and “Nothing Is Safe” is inspired by John Carpenter’s film scores. Guests on the record include Benny the Butcher, La Chat, Ed Balloon, Pedestrian Deposit, and others",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}