Information about plays

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

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

{
    "id": 374166,
    "uri": "https://api.kexp.org/v2/plays/374166/?format=api",
    "airdate": "2019-08-29T20:35:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Detroit or Buffalo",
    "track_id": "5798d8e7-a40a-3261-ae4f-f6ae6dd3e359",
    "recording_id": null,
    "artist": "Amanda Shires",
    "artist_ids": [
        "b9273ea3-f8f2-43ab-80ec-735326273f41"
    ],
    "album": "Carrying Lightning",
    "release_id": "9c8beb1a-5afa-41e1-bacd-31c83509eae7",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2011-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}