Information about plays

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

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

{
    "id": 353803,
    "uri": "https://api.kexp.org/v2/plays/353803/?format=api",
    "airdate": "2019-07-13T09:01:07-07:00",
    "show": 5895,
    "show_uri": "https://api.kexp.org/v2/shows/5895/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Down The Pace",
    "track_id": null,
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Greatest Love Songs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gregory Isaacs is best known as a Reggae Singer. Gregory was born on July 15, 1951 in Kingston, Jamaica. He was signed to Richard Branson’s Virgin Frontline label, but on the event of his breakthrough success, he moved to Island Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}