Information about plays

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

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

{
    "id": 382696,
    "uri": "https://api.kexp.org/v2/plays/382696/?format=api",
    "airdate": "2019-09-18T23:23:01-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Masquerade!",
    "track_id": "81eb344f-58fb-44d5-a5b7-e56952f12ff3",
    "recording_id": null,
    "artist": "The Orange Kyte",
    "artist_ids": [
        "5934e608-8c34-4b32-be40-71d2a07ff5e1"
    ],
    "album": "Masquerade!",
    "release_id": "db3d9308-c8a5-433b-a859-5b0660ac21ce",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New sounds out of Vancouver!   https://theorangekyte.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}