Information about plays

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

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

{
    "id": 1364357,
    "uri": "https://api.kexp.org/v2/plays/1364357/?format=api",
    "airdate": "2008-04-20T02:52:44-07:00",
    "show": 23822,
    "show_uri": "https://api.kexp.org/v2/shows/23822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Torn",
    "track_id": "cb7e5b40-3743-4b98-a129-c9f8a90046b0",
    "recording_id": null,
    "artist": "The Delusions",
    "artist_ids": [
        "9f2d2a84-c92b-4dbb-b768-265af2a50359"
    ],
    "album": "Torn",
    "release_id": "d9d85f0b-7bb4-4f0d-b20c-74f3bfd86dce",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}