Information about plays

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

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

{
    "id": 381642,
    "uri": "https://api.kexp.org/v2/plays/381642/?format=api",
    "airdate": "2019-09-16T15:44:34-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5d66b3c-c9c8-4377-b9e9-d141259e92ba/20296157328-250.jpg",
    "thumbnail_uri": "",
    "song": "You Are Enough",
    "track_id": "a0ed8087-c812-437a-8bdc-9c219bb4b8b1",
    "recording_id": null,
    "artist": "El Ten Eleven",
    "artist_ids": [
        "6c99afec-a207-4519-9d39-616880b6177b"
    ],
    "album": "Banker's Hill",
    "release_id": "e5d66b3c-c9c8-4377-b9e9-d141259e92ba",
    "release_group_id": null,
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this amazing in studio with El Ten Eleven. https://www.youtube.com/watch?v=DRf9oe2UgiA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}