Information about plays

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

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

{
    "id": 378014,
    "uri": "https://api.kexp.org/v2/plays/378014/?format=api",
    "airdate": "2019-09-07T16:37:48-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "http://coverartarchive.org/release/fc812f5b-e45a-4f42-970b-ad57b835430e/20295822544-250.jpg",
    "thumbnail_uri": "",
    "song": "You Are Enough",
    "track_id": "fce7b32d-3f12-491e-a852-7a0702cc0f10",
    "recording_id": null,
    "artist": "El Ten Eleven",
    "artist_ids": [
        "6c99afec-a207-4519-9d39-616880b6177b"
    ],
    "album": "Banker's Hill",
    "release_id": "fc812f5b-e45a-4f42-970b-ad57b835430e",
    "release_group_id": null,
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2018-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.elteneleven.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}