Information about plays

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

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

{
    "id": 354041,
    "uri": "https://api.kexp.org/v2/plays/354041/?format=api",
    "airdate": "2019-07-13T22:48:00-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Way",
    "track_id": "b0a4d95a-e8f8-36cf-bf7d-36b598c711c9",
    "recording_id": null,
    "artist": "Assorted Jelly Beans",
    "artist_ids": [
        "e6d8d178-df01-4fbe-826a-3880306e3d76"
    ],
    "album": "Assorted Jelly Beans",
    "release_id": "6ec55344-9934-49c2-97be-5650723f4aeb",
    "release_group_id": null,
    "labels": [
        "Kung Fu Records"
    ],
    "label_ids": [],
    "release_date": "1996-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}