Information about plays

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

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

{
    "id": 420577,
    "uri": "https://api.kexp.org/v2/plays/420577/?format=api",
    "airdate": "2001-05-02T20:00:00-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Look of a Perfect Diamond",
    "track_id": "5a2721ed-9840-4550-86b8-3896b99ab47d",
    "recording_id": null,
    "artist": "The Del McCoury Band",
    "artist_ids": [
        "7e5a0c3f-339a-4e5d-aed0-1946112b4a66"
    ],
    "album": "The Family",
    "release_id": "c63c0ccc-999c-4bd3-853b-f1b920ab0e37",
    "release_group_id": null,
    "labels": [
        "Ceili"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}