Information about plays

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

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

{
    "id": 347859,
    "uri": "https://api.kexp.org/v2/plays/347859/?format=api",
    "airdate": "2019-06-29T14:23:36-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b6d18df-b928-3f27-92b4-fdedd2cfdd94/4337681626-250.jpg",
    "thumbnail_uri": "",
    "song": "A Summer Wasting",
    "track_id": "65327473-1db6-318b-ba10-8acca8cacf50",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "The Boy With the Arab Strap",
    "release_id": "5b6d18df-b928-3f27-92b4-fdedd2cfdd94",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a vintage KEXP session from when Belle and Sebastian came into the KEXP studios a decade ago: http://kexp.org/live/liveperformance.aspx?rId=14056.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}