Information about plays

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

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

{
    "id": 355764,
    "uri": "https://api.kexp.org/v2/plays/355764/?format=api",
    "airdate": "2019-07-17T23:16:00-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Universal Men",
    "track_id": "a0560391-0ebc-37af-9381-7a88b8b904e6",
    "recording_id": null,
    "artist": "Juluka",
    "artist_ids": [],
    "album": "Universal Men",
    "release_id": "cbc02936-26fa-4429-8bb9-1bd76a5ab8bd",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Johnny Clegg   www.rollingstone.com/music/music-news/johnny-clegg-dead-at-66-860453",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}