Information about plays

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

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

{
    "id": 370575,
    "uri": "https://api.kexp.org/v2/plays/370575/?format=api",
    "airdate": "2019-08-21T21:42:40-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "http://coverartarchive.org/release/30d47e83-63e4-494e-b8d6-9cb25214f2b7/15526919857-250.jpg",
    "thumbnail_uri": "",
    "song": "Yeah Yeah Yeah",
    "track_id": "727999ac-6cbf-3d29-987c-f50c7bcc47b8",
    "recording_id": null,
    "artist": "The Minders",
    "artist_ids": [
        "a0cf076f-2fa8-476a-84e2-6d9980c0deb9"
    ],
    "album": "Hooray for Tuesday",
    "release_id": "30d47e83-63e4-494e-b8d6-9cb25214f2b7",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "1998-09-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This PDX pop group put out a new tune this summer.   https://theminders.bandcamp.com/track/lets-go-driving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}