Information about plays

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

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

{
    "id": 350048,
    "uri": "https://api.kexp.org/v2/plays/350048/?format=api",
    "airdate": "2019-07-04T13:34:08-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/e27b981d-709c-4df5-b9ed-b89b5889ca8b/9460371277-250.jpg",
    "thumbnail_uri": "",
    "song": "Independence Day",
    "track_id": "1d85b36b-5b49-3547-abbe-347ce1627fd0",
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Rei Momo",
    "release_id": "e27b981d-709c-4df5-b9ed-b89b5889ca8b",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}