Information about plays

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

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

{
    "id": 342786,
    "uri": "https://api.kexp.org/v2/plays/342786/?format=api",
    "airdate": "2019-06-18T02:58:48-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/a88fd898-9baf-4aee-8f04-28d1660ef974/23015959169-250.jpg",
    "thumbnail_uri": "",
    "song": "Due West",
    "track_id": "fcd61389-2597-4275-9d02-479f98656663",
    "recording_id": null,
    "artist": "Kelsey Lu",
    "artist_ids": [
        "b5970f40-4de3-43fc-9dad-e9b160b3db04"
    ],
    "album": "Blood",
    "release_id": "a88fd898-9baf-4aee-8f04-28d1660ef974",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kelsey Lu on NPR's All Things Considered: https://www.npr.org/2019/04/30/718452295/kelsey-lu-a-classically-trained-rule-breaker",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}