Information about plays

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

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

{
    "id": 348589,
    "uri": "https://api.kexp.org/v2/plays/348589/?format=api",
    "airdate": "2019-07-01T10:07:02-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/296bcce7-83d9-4ac0-8530-c4656b310fd9/21945174808-250.jpg",
    "thumbnail_uri": "",
    "song": "Nobody's Home",
    "track_id": "8fe8a4a0-2593-4c9e-96be-3b4c477025e5",
    "recording_id": null,
    "artist": "Art d’Ecco",
    "artist_ids": [
        "f1d55d22-2d7a-465d-b9ff-b59cffa6b48b"
    ],
    "album": "Trespasser",
    "release_id": "296bcce7-83d9-4ac0-8530-c4656b310fd9",
    "release_group_id": null,
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Gulf Islands, BC and playing Seattle's Bumbershoot Festival Friday, August 30. https://bumbershoot.com/music/#/artist/art-decco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}