Information about plays

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

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

{
    "id": 382846,
    "uri": "https://api.kexp.org/v2/plays/382846/?format=api",
    "airdate": "2019-09-19T06:38:13-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/d3bfd8f0-c16f-3c6d-8df0-a810a1593f29/10028383164-250.jpg",
    "thumbnail_uri": "",
    "song": "Exercise One",
    "track_id": "8fc5bfa3-b0c4-3713-84dc-dfb90c979d66",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Still",
    "release_id": "d3bfd8f0-c16f-3c6d-8df0-a810a1593f29",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "2007-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joy Division/New Order bassist, Peter Hook, is currently on tour and will make a stop in Seattle at the Neptune on November 5th! Find show info here: https://www.stgpresents.org/calendar/4465/peter-hook-the-light",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}