Information about plays

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

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

{
    "id": 343740,
    "uri": "https://api.kexp.org/v2/plays/343740/?format=api",
    "airdate": "2019-06-20T03:24:04-07:00",
    "show": 5729,
    "show_uri": "https://api.kexp.org/v2/shows/5729/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Surface of the Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Circus Underwater",
    "artist_ids": [],
    "album": "Planisphere",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The equivocal sound of hippies fresh from their back-to-land sojourns shuttling drum machines through heartworn aspirations\" - http://www.numerogroup.com/products/planisphere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}