Information about plays

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

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

{
    "id": 369227,
    "uri": "https://api.kexp.org/v2/plays/369227/?format=api",
    "airdate": "2019-08-18T20:21:00-07:00",
    "show": 6155,
    "show_uri": "https://api.kexp.org/v2/shows/6155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadly Doris",
    "track_id": "59c1f5cd-3421-37e8-acbe-2ee3792f88ec",
    "recording_id": null,
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "The Lost Tapes",
    "release_id": "76096096-d0aa-4cce-a0c2-bf62684d411e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}