Information about plays

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

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

{
    "id": 349484,
    "uri": "https://api.kexp.org/v2/plays/349484/?format=api",
    "airdate": "2019-07-03T07:17:32-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/50cfa963-2bf1-4463-a53d-b68732d24ac9/16283728061-250.jpg",
    "thumbnail_uri": "",
    "song": "Buena",
    "track_id": "929b6888-3df1-33be-97d8-3ceb15a1bb4c",
    "recording_id": null,
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Bootleg Detroit",
    "release_id": "50cfa963-2bf1-4463-a53d-b68732d24ac9",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2000-01-01",
    "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. He was 46 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}