Information about plays

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

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

{
    "id": 355663,
    "uri": "https://api.kexp.org/v2/plays/355663/?format=api",
    "airdate": "2019-07-17T16:54:00-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "California Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "Marlena Shaw",
    "artist_ids": [
        "f94db5b3-9260-4e81-9d35-6806e50c713f"
    ],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Brother Records"
    ],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"California Soul\" is a funk-soul tune written by Ashford & Simpson. In 1969, Marlena Shaw covered the song on the album <i>The Spice of Life</i>. This version has appeared in commercials for Dockers, KFC and Dodge Ram trucks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}