Information about plays

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

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

{
    "id": 375361,
    "uri": "https://api.kexp.org/v2/plays/375361/?format=api",
    "airdate": "2019-09-01T20:04:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunburst",
    "track_id": "e51b81ec-35b2-34be-92c3-22f910f3b327",
    "recording_id": null,
    "artist": "Lonnie Liston Smith",
    "artist_ids": [
        "b7eb7b38-7f51-45e9-b583-64303b24eabe"
    ],
    "album": "Explorations - The Columbia Recordings",
    "release_id": "86431df0-74d3-4cd6-9dd9-c0e132081215",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2002-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}