Information about plays

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

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

{
    "id": 356053,
    "uri": "https://api.kexp.org/v2/plays/356053/?format=api",
    "airdate": "2019-07-18T13:48:00-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shape",
    "track_id": "eaed313e-82d8-4968-8826-ab958df77dd3",
    "recording_id": null,
    "artist": "Julia Shapiro",
    "artist_ids": [
        "c2146ff2-71fe-44ec-9067-01fef300fa83"
    ],
    "album": "Perfect Version",
    "release_id": "0c195352-822c-47a6-a282-abad391b5d38",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Chastity Belt's Julia Shapiro's song \"Shape\" https://www.youtube.com/watch?v=Ng4BDS1VOOM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}