Information about plays

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

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

{
    "id": 373363,
    "uri": "https://api.kexp.org/v2/plays/373363/?format=api",
    "airdate": "2019-08-28T04:49:00-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quiet Life",
    "track_id": "d0ef8594-e836-35d0-b77f-2f4dd39a3070",
    "recording_id": null,
    "artist": "Japan",
    "artist_ids": [
        "697e7111-5630-4c77-83f3-39821bacc61a"
    ],
    "album": "Quiet Life",
    "release_id": "35f3646e-9e9f-4a61-a61d-ba40c0024ee9",
    "release_group_id": null,
    "labels": [
        "Hansa"
    ],
    "label_ids": [],
    "release_date": "1979-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A reunion project by the members of Japan was released under the band name Rain Tree Crow, which resulted in an album of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}