Information about plays

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

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

{
    "id": 380809,
    "uri": "https://api.kexp.org/v2/plays/380809/?format=api",
    "airdate": "2019-09-14T13:46:20-07:00",
    "show": 6338,
    "show_uri": "https://api.kexp.org/v2/shows/6338/?format=api",
    "image_uri": "http://coverartarchive.org/release/e6410de1-6a77-47d8-b208-bf3d0de029aa/22271485031-250.jpg",
    "thumbnail_uri": "",
    "song": "Changing",
    "track_id": "9c4d387a-e113-3773-8125-3923c70cf3d3",
    "recording_id": null,
    "artist": "The Moondoggies",
    "artist_ids": [
        "174744a2-8f85-4602-a0e6-5f2097c2e945"
    ],
    "album": "Don't Be a Stranger",
    "release_id": "e6410de1-6a77-47d8-b208-bf3d0de029aa",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2008-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing tonight at The Clock Out Lounge!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}