Information about plays

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

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

{
    "id": 354038,
    "uri": "https://api.kexp.org/v2/plays/354038/?format=api",
    "airdate": "2019-07-13T22:42:00-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep Freeze",
    "track_id": null,
    "recording_id": null,
    "artist": "So What",
    "artist_ids": [
        "b755fa3a-160d-4969-9ed7-c828c472afed"
    ],
    "album": "Deep Freeze 45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Just Add Water Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland, CA; https://sowhatbandofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}