Information about plays

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

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

{
    "id": 378660,
    "uri": "https://api.kexp.org/v2/plays/378660/?format=api",
    "airdate": "2019-09-09T08:25:00-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See the Lights",
    "track_id": "1feba134-ddad-3ac7-97c1-a5f1725e72f3",
    "recording_id": null,
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Real Life",
    "release_id": "74adf8c2-76a2-35d7-a3e9-a29f26b91443",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1991-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the ninth studio album by the Scottish band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}