Information about plays

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

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

{
    "id": 371451,
    "uri": "https://api.kexp.org/v2/plays/371451/?format=api",
    "airdate": "2019-08-23T19:38:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Seed",
    "track_id": null,
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Phrenology",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Geffen"
    ],
    "label_ids": [],
    "release_date": "2002-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Roots headlined Bumbershoot recently on the Fischer Green main stage. Read the KEXP review here: https://www.kexp.org/read/2017/9/3/bumbershoot-2017-day-two-the-roots/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}