Information about plays

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

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

{
    "id": 2681018,
    "uri": "https://api.kexp.org/v2/plays/2681018/?format=api",
    "airdate": "2020-01-02T00:11:14-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Steam Heat",
    "track_id": "c3c51bf3-d0ef-4ac7-b892-a732948ce087",
    "recording_id": null,
    "artist": "Barbara Moore",
    "artist_ids": [
        "9ed1f6af-9ee7-4aeb-9ccf-430c4dd8846c"
    ],
    "album": "Back to Mine: Jungle",
    "release_id": "3e90c88c-bfce-410d-9c2f-babd140a58c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent new mix from Jungle. \n https://backtomine.bandcamp.com/album/back-to-mine-jungle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}