Information about plays

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

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

{
    "id": 354342,
    "uri": "https://api.kexp.org/v2/plays/354342/?format=api",
    "airdate": "2019-07-14T15:33:14-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f9fa0e1-2fe5-425e-8bf8-7f3e25a98ed2/17948541199-250.jpg",
    "thumbnail_uri": "",
    "song": "Passin' Me By",
    "track_id": "c74ea301-b6c7-3c3a-8b56-e6a9ac2a8329",
    "recording_id": null,
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Delicious Vinyl: Waxing Off: The First Decade",
    "release_id": "2f9fa0e1-2fe5-425e-8bf8-7f3e25a98ed2",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1999-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}