Information about plays

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

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

{
    "id": 375903,
    "uri": "https://api.kexp.org/v2/plays/375903/?format=api",
    "airdate": "2019-09-03T07:05:00-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harold and Joe",
    "track_id": "1ad54c67-095b-3a7f-a9fa-6bda16eda6be",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Never Enough",
    "release_id": "53abc853-9b91-3a37-93a6-c0194fdf4376",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [],
    "release_date": "1990-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2014, The Cure played \"Harold and Joe\" live for the first time since 1991 - here's the video http://bit.ly/2AdJ96J",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}