Information about plays

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

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

{
    "id": 368912,
    "uri": "https://api.kexp.org/v2/plays/368912/?format=api",
    "airdate": "2019-08-18T01:05:00-07:00",
    "show": 6149,
    "show_uri": "https://api.kexp.org/v2/shows/6149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Father O Satan O Sun!",
    "track_id": "d10301a8-299f-41f0-a7c8-c9c9489bc83f",
    "recording_id": null,
    "artist": "Behemoth",
    "artist_ids": [
        "69632f9c-31eb-43d5-a864-e73ac72efc66"
    ],
    "album": "The Satanist",
    "release_id": "4598b589-5149-49b0-9e9a-4f7f7d521198",
    "release_group_id": null,
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [],
    "release_date": "2014-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Behemoth is currently touring with Slipknot; https://www.facebook.com/behemoth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}