Information about plays

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

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

{
    "id": 376675,
    "uri": "https://api.kexp.org/v2/plays/376675/?format=api",
    "airdate": "2019-09-04T17:54:58-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chris and Jane",
    "track_id": "18d50c5e-ea87-4c34-812a-3af66762c6d8",
    "recording_id": null,
    "artist": "Ezra Collective",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "You Can’t Steal My Joy",
    "release_id": "f9ae9529-d43b-4a05-b9ec-0160b6b88180",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For your future planning, they will be playing Barboza on December 13th.  https://ezracollective.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}