Information about plays

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

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

{
    "id": 374132,
    "uri": "https://api.kexp.org/v2/plays/374132/?format=api",
    "airdate": "2019-08-29T18:45:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Water",
    "track_id": "f47fb6fd-6970-4286-a5ac-20f43a258bbb",
    "recording_id": null,
    "artist": "Country Lips",
    "artist_ids": [
        "fd43e9b8-295b-4cf6-9f79-a4603f98a039"
    ],
    "album": "Nothing to My Name",
    "release_id": "8d3a2b1c-fab0-4b64-a3a6-87b2c4b73637",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2014-05-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Bumbershoot this weekend   https://countrylips.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}