Information about plays

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

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

{
    "id": 2680652,
    "uri": "https://api.kexp.org/v2/plays/2680652/?format=api",
    "airdate": "2020-01-01T03:19:00-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ゾッド",
    "track_id": "3b2ccc13-ad5f-41c6-9d1d-3104fbb8c1ae",
    "recording_id": null,
    "artist": "Mukqs",
    "artist_ids": [
        "85de81e6-43ec-4f8d-a450-9c9ed41a79e7"
    ],
    "album": "起き上がり",
    "release_id": "b29869c8-e1d2-4031-8000-1c50cc98bd98",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cooling your off with some Mukqs! Mukqs is the solo moniker of Maxwell Allison, co-founder and resident visual artist of the Chicago-based experimental label Hausu Mountain. Along with the label's other operator, Doug Kaplan, Allison is a member of psychedelic groups Good Willsmith, the Big Ship, and the Earth Is a Man.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}