Information about plays

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

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

{
    "id": 347421,
    "uri": "https://api.kexp.org/v2/plays/347421/?format=api",
    "airdate": "2019-06-28T13:00:26-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destroyer",
    "track_id": "eda419e8-6767-31ab-923a-611b67da394f",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Give the People What They Want",
    "release_id": "5793c7c5-7e82-3631-8641-6ea5f6a23aff",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}