Information about plays

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

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

{
    "id": 346222,
    "uri": "https://api.kexp.org/v2/plays/346222/?format=api",
    "airdate": "2019-06-25T23:59:39-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff810109-a11e-47a7-a62f-482d3eaa8562/2122098821-250.jpg",
    "thumbnail_uri": "",
    "song": "Osaka Loop Line",
    "track_id": "fe7146ea-2bfd-3360-bc4b-9c5d5c392d62",
    "recording_id": null,
    "artist": "Discovery",
    "artist_ids": [
        "ca4ba6af-cb9b-4877-8242-179063db6be4"
    ],
    "album": "LP",
    "release_id": "ff810109-a11e-47a7-a62f-482d3eaa8562",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2009-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Discovery is a project of Rostam Batmanglij (formerly of Vampire Weekend) and Wesley Miles (of Ra Ra Riot)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}