Information about plays

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

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

{
    "id": 374144,
    "uri": "https://api.kexp.org/v2/plays/374144/?format=api",
    "airdate": "2019-08-29T19:23:06-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put Your Hand in the Hand",
    "track_id": "28d301f1-9bc8-3433-9fe8-e17dd341a7db",
    "recording_id": null,
    "artist": "Anne Murray",
    "artist_ids": [
        "cff63c14-b081-4686-9357-eea84d5348fc"
    ],
    "album": "Honey, Wheat & Laughter",
    "release_id": "77283a65-ea3a-485b-aeb6-f85a7beb6a31",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Gene MacLellan and was a big hit for the band Ocean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}