Information about plays

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

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

{
    "id": 2679430,
    "uri": "https://api.kexp.org/v2/plays/2679430/?format=api",
    "airdate": "2019-12-29T04:38:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ardkore Dolphin",
    "track_id": "dc88911b-c8a3-4a5a-ade7-c53b56d9c8a0",
    "recording_id": null,
    "artist": "Special Request",
    "artist_ids": [
        "bbba2990-fd86-43d5-a425-bcbba330d1c5"
    ],
    "album": "Vortex",
    "release_id": "83ab8749-481b-4371-b95d-107431468f55",
    "release_group_id": null,
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [],
    "release_date": "2019-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A bunch of new music from Leeds producer Special Request. Four albums described on the bandcamp as: \"Strictly bowel-evacuating bangers. Those of a nervous disposition should also watch out for incontinence.\" https://special-request.bandcamp.com/album/vortex",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}