Information about plays

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

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

{
    "id": 366114,
    "uri": "https://api.kexp.org/v2/plays/366114/?format=api",
    "airdate": "2019-08-11T19:19:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Searching",
    "track_id": "15174a08-eeb4-48eb-852e-ca0275ba01c5",
    "recording_id": null,
    "artist": "Roy Ayers Ubiquity",
    "artist_ids": [
        "d1501f92-f523-4e95-a787-432875c8d6dc"
    ],
    "album": "Searching / Come Out And Play",
    "release_id": "688ff949-c4d8-4b17-a831-a612e055d384",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}