Information about plays

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

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

{
    "id": 376326,
    "uri": "https://api.kexp.org/v2/plays/376326/?format=api",
    "airdate": "2019-09-04T00:51:09-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chapel",
    "track_id": "1b0e0798-5b1c-4935-878e-6eb415766628",
    "recording_id": null,
    "artist": "Avian Comfort",
    "artist_ids": [
        "d65405a5-e2ac-4506-bbf8-c95f2b063bc1"
    ],
    "album": "Weekender",
    "release_id": "2afab3ed-dc16-4320-9ebd-78b51fb715bd",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}