Information about plays

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

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

{
    "id": 349002,
    "uri": "https://api.kexp.org/v2/plays/349002/?format=api",
    "airdate": "2019-07-02T10:46:05-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/57d73272-fa6c-4a21-b57b-e2ced0c080af/16269121460-250.jpg",
    "thumbnail_uri": "",
    "song": "The Saddest Song",
    "track_id": "24d17250-29cc-3a8c-bf0b-2326fd0a32ae",
    "recording_id": null,
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Good",
    "release_id": "57d73272-fa6c-4a21-b57b-e2ced0c080af",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Sandman, frontman of the Boston-based alternative rock band Morphine, died twenty years ago, on July 3, 1999. Read about him and the band Morphine: https://www.huffpost.com/entry/life-after-death-the-lega_b_225352",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}