Information about plays

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

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

{
    "id": 343271,
    "uri": "https://api.kexp.org/v2/plays/343271/?format=api",
    "airdate": "2019-06-19T02:47:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/2729e03c-cc8a-4434-a2cd-24c72dec5c20/21250764721-250.jpg",
    "thumbnail_uri": "",
    "song": "Leave Him Now",
    "track_id": "10b38dce-e9db-4bdf-b704-02a48554dac9",
    "recording_id": null,
    "artist": "Cloud Nothings",
    "artist_ids": [
        "29c91854-8c45-469b-b36d-a11fb650638b"
    ],
    "album": "Last Building Burning",
    "release_id": "2729e03c-cc8a-4434-a2cd-24c72dec5c20",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing September 7th at the Showbox, Check out a Live on KEXP with Cloud Nothings: https://www.youtube.com/watch?v=SAibGpyvrAw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}