Information about plays

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

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

{
    "id": 381309,
    "uri": "https://api.kexp.org/v2/plays/381309/?format=api",
    "airdate": "2019-09-15T17:58:21-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drive",
    "track_id": "38f04a48-35dd-4483-b887-233724857a0e",
    "recording_id": null,
    "artist": "Britta Phillips",
    "artist_ids": [
        "ad8a1d09-0840-4548-8863-730bc0c37a3e"
    ],
    "album": "Luck or Magic",
    "release_id": "afde6d87-fad0-48a8-a3df-2473fcdcdf4d",
    "release_group_id": null,
    "labels": [
        "Double Feature Records"
    ],
    "label_ids": [
        "b91678fa-6ace-4505-b549-db699cd091f4"
    ],
    "release_date": "2016-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ric Ocasek from The Cars has died today in New York City at age 75.  This moving, ethereal track from Britta Phillips covers The Cars' smash single \"Drive\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}