Information about plays

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

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

{
    "id": 369620,
    "uri": "https://api.kexp.org/v2/plays/369620/?format=api",
    "airdate": "2019-08-19T22:08:52-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friend Zone",
    "track_id": "b9b04a11-cf03-44cf-92da-1386f9d3d14c",
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [],
    "album": "Drunk",
    "release_id": "3af03b38-5271-4c93-9e7a-87008e69fe90",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}