Information about plays

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

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

{
    "id": 379367,
    "uri": "https://api.kexp.org/v2/plays/379367/?format=api",
    "airdate": "2019-09-11T01:47:15-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/a46cd7c6-c872-33f6-92a0-a011a6e8ade4/5851147139-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am the Fly",
    "track_id": "ea4022b3-f299-39ee-b137-85345ed440c0",
    "recording_id": null,
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Chairs Missing",
    "release_id": "a46cd7c6-c872-33f6-92a0-a011a6e8ade4",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2006-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out some fun clips from my interview with Colin and Graham of Wire: https://soundcloud.com/kexp/wire-in-depth-on-kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}