Information about plays

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

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

{
    "id": 373428,
    "uri": "https://api.kexp.org/v2/plays/373428/?format=api",
    "airdate": "2019-08-28T08:03:27-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/c27625a2-5429-462a-ae6e-a7f562102a89/4931929101-250.jpg",
    "thumbnail_uri": "",
    "song": "You Go Running",
    "track_id": "008dc9d8-df2d-47b5-8e0a-acacb571ebdb",
    "recording_id": null,
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "History Speaks",
    "release_id": "c27625a2-5429-462a-ae6e-a7f562102a89",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Deep Sea Diver plays The Showbox on Friday, Sept 13th! - https://www.showboxpresents.com/events/detail/378334",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}