Information about plays

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

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

{
    "id": 375493,
    "uri": "https://api.kexp.org/v2/plays/375493/?format=api",
    "airdate": "2019-09-02T05:19:05-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smokers Outside the Hospital Doors",
    "track_id": "53082158-a9b6-3fd7-9b93-c00cb5980523",
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "An End Has a Start",
    "release_id": "80ae0a3a-2c32-3714-88ce-165707d50d6e",
    "release_group_id": null,
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2007-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "req from erwin from the netherlands",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}