Information about plays

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

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

{
    "id": 376751,
    "uri": "https://api.kexp.org/v2/plays/376751/?format=api",
    "airdate": "2019-09-04T22:42:39-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Way to Fall",
    "track_id": "9a278ac2-1a5a-3269-82fe-95159a8fc902",
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "And Then Nothing Turned Itself Inside‐Out",
    "release_id": "908be796-5c57-4288-9e03-58da28109d5d",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}