Information about plays

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

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

{
    "id": 376213,
    "uri": "https://api.kexp.org/v2/plays/376213/?format=api",
    "airdate": "2019-09-03T20:45:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pomok naka Poktoinskwes",
    "track_id": "d9ffa715-8181-42de-a50b-07f15ef6a973",
    "recording_id": null,
    "artist": "Jeremy Dutcher",
    "artist_ids": [
        "ee05ddc7-8664-44b0-8d73-f92ea5323b0a"
    ],
    "album": "Wolastoqiyik Lintuwakonawa",
    "release_id": "a629083e-fdba-4868-b6ba-efa8a1691291",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First Nations. Jeremy Dutcher is a First Nations Canadian singer -- with a voice sent from HEAVEN! See him LIVE October 26 at Edmonds Center for the Arts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}