Information about plays

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

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

{
    "id": 381845,
    "uri": "https://api.kexp.org/v2/plays/381845/?format=api",
    "airdate": "2019-09-17T04:45:00-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Casual Acquaintances",
    "track_id": "7f097689-c9f4-49a4-89cd-a03d9ff683f4",
    "recording_id": null,
    "artist": "The Growlers",
    "artist_ids": [
        "4a51d885-9445-4e6a-a171-36e2d51dcfa0"
    ],
    "album": "Casual Acquaintances",
    "release_id": "495d3d15-230e-4609-b734-3132d5d8fc7a",
    "release_group_id": null,
    "labels": [
        "Beach Goth Records and Tapes"
    ],
    "label_ids": [],
    "release_date": "2018-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Growlers - Full Performance (Live on KEXP): https://bit.ly/2kjs0mo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}