Information about plays

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

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

{
    "id": 344086,
    "uri": "https://api.kexp.org/v2/plays/344086/?format=api",
    "airdate": "2019-06-20T19:13:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "By the Time I Get to Phoenix",
    "track_id": "1fdc5725-e14a-301e-aa8e-b567e46d0e04",
    "recording_id": null,
    "artist": "Glen Campbell",
    "artist_ids": [
        "57976431-1a5c-4968-a422-b92c5e9b0d4f"
    ],
    "album": "By the Time I Get to Phoenix",
    "release_id": "86c0df6b-360c-4eaf-a8ba-17b5e022baca",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1967-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1967, written by Jimmy Webb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}