Information about plays

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

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

{
    "id": 356178,
    "uri": "https://api.kexp.org/v2/plays/356178/?format=api",
    "airdate": "2019-07-18T20:12:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Astral Plane",
    "track_id": "05bee343-60ea-4a8e-a191-fb7c22fe9743",
    "recording_id": null,
    "artist": "Valerie June",
    "artist_ids": [
        "b76c1bf7-f33b-460c-bfc3-f140d023fc94"
    ],
    "album": "The Order of Time",
    "release_id": "ebffffae-c431-43f9-921b-c76b0fbb4ff9",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}