Information about plays

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

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

{
    "id": 353976,
    "uri": "https://api.kexp.org/v2/plays/353976/?format=api",
    "airdate": "2019-07-13T19:32:32-07:00",
    "show": 5899,
    "show_uri": "https://api.kexp.org/v2/shows/5899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cruisin' with Drink",
    "track_id": "31fc1f83-e825-44ae-847a-6484f6c7adb2",
    "recording_id": null,
    "artist": "Pleasures",
    "artist_ids": [
        "66acd51f-ce97-4b92-8e1b-40a4bfe7d627"
    ],
    "album": "Softly Wait",
    "release_id": "aeec812f-357a-4bef-b875-118c7f123a01",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-05-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}