Information about plays

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

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

{
    "id": 2676553,
    "uri": "https://api.kexp.org/v2/plays/2676553/?format=api",
    "airdate": "2019-12-22T00:13:43-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Descent",
    "track_id": "ce87e123-9066-485b-bde1-030f07ef8706",
    "recording_id": null,
    "artist": "Kaleikr",
    "artist_ids": [
        "c2e1b9b0-662a-46c0-9ffe-8af40fb9b140"
    ],
    "album": "Heart Of Lead",
    "release_id": "bc2dd671-2d69-480d-8164-e30b5730be7c",
    "release_group_id": null,
    "labels": [
        "Debemur Morti Productions"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heart of Lead made Blessed Altar Zine and Heaviest of Art Top Albums of 2019 lists; https://www.facebook.com/kaleikr/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}