Information about plays

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

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

{
    "id": 348089,
    "uri": "https://api.kexp.org/v2/plays/348089/?format=api",
    "airdate": "2019-06-30T04:34:00-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bonfire",
    "track_id": "945339ef-6da2-4021-b6c9-609bdce3b61b",
    "recording_id": null,
    "artist": "DJ Koze",
    "artist_ids": [],
    "album": "Knock Knock",
    "release_id": "ce0a996f-b81c-4f09-a377-e8abd8385e14",
    "release_group_id": null,
    "labels": [
        "Pampa Records"
    ],
    "label_ids": [
        "41e0694b-e7ab-4b6e-8f07-c342ef4dfb56"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}