Information about plays

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

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

{
    "id": 379561,
    "uri": "https://api.kexp.org/v2/plays/379561/?format=api",
    "airdate": "2019-09-11T13:11:55-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speeding Motorcycle",
    "track_id": "10630167-5f91-3659-8c82-f0fe694aff2a",
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Genius + Love = Yo La Tengo",
    "release_id": "9880304e-a85e-4a45-a1e2-1691f9dfa0d4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"To understand and be understood is to be free.\" - Daniel Johnston",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}