Information about plays

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

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

{
    "id": 366383,
    "uri": "https://api.kexp.org/v2/plays/366383/?format=api",
    "airdate": "2019-08-12T12:57:38-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going, Going, Gone",
    "track_id": "2adbcda0-b75b-4ef9-bafe-17be52e9558c",
    "recording_id": null,
    "artist": "Bettye LaVette",
    "artist_ids": [
        "af558762-abed-4f46-8324-34fc51f57b2b"
    ],
    "album": "Things Have Changed",
    "release_id": "fd6cf07b-f0ae-4f98-8649-86665cac3b63",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Triple Door Monday, September 30. http://www.bettyelavette.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}