Information about plays

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

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

{
    "id": 375649,
    "uri": "https://api.kexp.org/v2/plays/375649/?format=api",
    "airdate": "2019-09-02T14:58:25-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/69bdd403-f167-4f09-8d63-bde71bf23cfc/23746668793-250.jpg",
    "thumbnail_uri": "",
    "song": "Not Alone",
    "track_id": "cf4766f6-ce83-4e7b-9ede-76ca5295a21c",
    "recording_id": null,
    "artist": "Lusine feat. Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Retrace EP",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch Lusine @ Nectar Friday, October 18 (21+) https://www.eventbrite.com/e/lusine-with-trent-moorman-live-tickets-67071379301",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}