Information about plays

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

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

{
    "id": 351796,
    "uri": "https://api.kexp.org/v2/plays/351796/?format=api",
    "airdate": "2019-07-08T17:54:52-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/34896707-186f-4eda-aabe-61e28ea94de2/19889831511-250.jpg",
    "thumbnail_uri": "",
    "song": "Nobody",
    "track_id": "4a2fb73e-bcce-4e3f-a131-4b3ae284f8ca",
    "recording_id": null,
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Be the Cowboy",
    "release_id": "34896707-186f-4eda-aabe-61e28ea94de2",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}