Information about plays

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

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

{
    "id": 349610,
    "uri": "https://api.kexp.org/v2/plays/349610/?format=api",
    "airdate": "2019-07-03T14:51:29-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d08d05a-59ec-4ed2-b096-efdea0977f62/1190605830-250.jpg",
    "thumbnail_uri": "",
    "song": "The New Pollution",
    "track_id": "4e8ee244-3e53-376a-9c99-d2aa630a1dda",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Odelay",
    "release_id": "3d08d05a-59ec-4ed2-b096-efdea0977f62",
    "release_group_id": null,
    "labels": [
        "Bong Load Custom Records"
    ],
    "label_ids": [
        "b41ac8e4-c575-44df-a544-40ad84723ff3"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coming to The Gorge next Saturday, July 13th with Spoon!  http://www.beck.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}