Information about plays

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

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

{
    "id": 368736,
    "uri": "https://api.kexp.org/v2/plays/368736/?format=api",
    "airdate": "2019-08-17T15:43:34-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "http://coverartarchive.org/release/33b50e9e-28b4-4cbd-b953-5132cc897b93/17378277982-250.jpg",
    "thumbnail_uri": "",
    "song": "32 Flavors",
    "track_id": "463808ce-8098-333d-a6e6-1de274ad533d",
    "recording_id": null,
    "artist": "Ani DiFranco",
    "artist_ids": [
        "a7bdc71f-697a-45d9-92b2-a01fbbe50272"
    ],
    "album": "Canon",
    "release_id": "33b50e9e-28b4-4cbd-b953-5132cc897b93",
    "release_group_id": null,
    "labels": [
        "Righteous Babe Records"
    ],
    "label_ids": [
        "9d1ac05c-138a-41d4-a869-59364e81759c"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for the email Grace! <br> </br>\"I am thirty-two flavors and then some...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}