Information about plays

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

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

{
    "id": 355750,
    "uri": "https://api.kexp.org/v2/plays/355750/?format=api",
    "airdate": "2019-07-17T22:30:15-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "http://coverartarchive.org/release/19cccb18-e704-493b-952d-4f5a5ad3d733/16618578073-250.jpg",
    "thumbnail_uri": "",
    "song": "Fear & Force",
    "track_id": "173690ee-fb34-4da1-94af-0af7a30286cb",
    "recording_id": null,
    "artist": "Vagabon",
    "artist_ids": [
        "4b50ec9e-ea83-4824-8dae-2e520d45e6f9"
    ],
    "album": "Infinite Worlds",
    "release_id": "19cccb18-e704-493b-952d-4f5a5ad3d733",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing LIVE on KEXP this Friday July 19th at 1:30 PM!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}