Information about plays

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

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

{
    "id": 2679959,
    "uri": "https://api.kexp.org/v2/plays/2679959/?format=api",
    "airdate": "2019-12-30T12:56:19-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c2e1cff-cb45-4972-a0fe-5232f1e2bb01/9339667807-250.jpg",
    "thumbnail_uri": "",
    "song": "The Intro and the Outro",
    "track_id": "75bea2c8-ce32-3a07-baf0-9cece908127f",
    "recording_id": null,
    "artist": "The Bonzo Dog Band",
    "artist_ids": [
        "2fe8f530-861d-40ff-ac74-51f7e2701965"
    ],
    "album": "The Best of the Bonzo Dog Band",
    "release_id": "4c2e1cff-cb45-4972-a0fe-5232f1e2bb01",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}