Information about plays

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

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

{
    "id": 355628,
    "uri": "https://api.kexp.org/v2/plays/355628/?format=api",
    "airdate": "2019-07-17T14:50:28-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Waste My Time",
    "track_id": "400f8610-5ad4-4196-974e-13c4ff284c9d",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "5",
    "release_id": "42306580-ccf0-4e50-917d-762fe5507701",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The mysterious trio known as SAULT returns with their second single, “Don’t Waste My Time.” The cloud of mystery surrounding this group and their continued execution of quality record’s proves they are just getting started.\" Read all about the new track here: https://bit.ly/2GduH0r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}