Information about plays

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

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

{
    "id": 373989,
    "uri": "https://api.kexp.org/v2/plays/373989/?format=api",
    "airdate": "2019-08-29T13:46:42-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/420ca1dc-dc54-3833-be43-3ef63442424e/7905464841-250.jpg",
    "thumbnail_uri": "",
    "song": "Charlotte Sometimes",
    "track_id": "7e2c4e03-bbce-34d0-828a-ad4dd7e2f8e2",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Concert: The Cure Live",
    "release_id": "420ca1dc-dc54-3833-be43-3ef63442424e",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Jeffry's \"City Daze\" mix. https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}