Information about plays

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

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

{
    "id": 352010,
    "uri": "https://api.kexp.org/v2/plays/352010/?format=api",
    "airdate": "2019-07-09T07:18:44-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Thankful for What You've Got",
    "track_id": "64338521-37bd-4ec1-8789-21ca1190cae7",
    "recording_id": null,
    "artist": "William DeVaughn",
    "artist_ids": [
        "e547ca1c-f9fb-46fb-aee7-9a300622b513"
    ],
    "album": "Protected: Massive Samples",
    "release_id": "813a61cf-b1d9-46f9-a577-eaff71caf4c0",
    "release_group_id": null,
    "labels": [
        "Rapster Records"
    ],
    "label_ids": [
        "712bab23-0757-427c-97e1-2eeca4ae076d"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}