Information about plays

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

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

{
    "id": 377785,
    "uri": "https://api.kexp.org/v2/plays/377785/?format=api",
    "airdate": "2019-09-07T02:37:00-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Way We Were - Try to Remember (live)",
    "track_id": "1726c226-d395-4800-9b70-db4dd56eb07f",
    "recording_id": null,
    "artist": "Gladys Knight & The Pips",
    "artist_ids": [
        "ca825016-f7fd-4ccf-a523-6ee36ea88828"
    ],
    "album": "I Feel A Song",
    "release_id": "b82ef532-31ba-410a-a92e-62958bae6986",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}