Information about plays

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

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

{
    "id": 377448,
    "uri": "https://api.kexp.org/v2/plays/377448/?format=api",
    "airdate": "2019-09-06T11:33:14-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Almost Forgot Myself",
    "track_id": "d4357d85-5f0f-3d70-8200-6aecae70a6c8",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Some Cities",
    "release_id": "3c82cfba-48f8-4a2b-ab50-f6e53932b0e0",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2005-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Earlier this year, Doves drummer Andy Williams told Q Magazine that the band are at work on a new album. More info: https://www.stereogum.com/2035373/doves-prepping-really-fucking-good-reunion-album/news/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}