Information about plays

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

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

{
    "id": 376574,
    "uri": "https://api.kexp.org/v2/plays/376574/?format=api",
    "airdate": "2019-09-04T15:02:53-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "http://coverartarchive.org/release/84dd44df-f310-46a4-9520-d19f6106ad8a/23620825663-250.jpg",
    "thumbnail_uri": "",
    "song": "i'll die anyway.",
    "track_id": "989523b0-dc6f-4727-a8e0-67c5acd66515",
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "i'll die anyway.",
    "release_id": "84dd44df-f310-46a4-9520-d19f6106ad8a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing at The Crocodile on September 23rd.  https://www.worldinred.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}