Information about plays

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

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

{
    "id": 375765,
    "uri": "https://api.kexp.org/v2/plays/375765/?format=api",
    "airdate": "2019-09-02T22:04:39-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/8eb5ae9e-ba52-4a8f-8513-822a5ccde819/12040485030-250.jpg",
    "thumbnail_uri": "",
    "song": "★",
    "track_id": "ca0f9401-6034-4193-a5ed-3176b12a2cc8",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "★",
    "release_id": "8eb5ae9e-ba52-4a8f-8513-822a5ccde819",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}