Information about plays

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

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

{
    "id": 378593,
    "uri": "https://api.kexp.org/v2/plays/378593/?format=api",
    "airdate": "2019-09-09T04:34:51-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/0ccff944-9d5b-3942-85f4-4f3551763aee/19164264818-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Out of My House",
    "track_id": "8d1286a3-0ee4-3525-a232-6c2db68005bc",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Dreaming",
    "release_id": "0ccff944-9d5b-3942-85f4-4f3551763aee",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1996-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}