Information about plays

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

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

{
    "id": 1233489,
    "uri": "https://api.kexp.org/v2/plays/1233489/?format=api",
    "airdate": "2007-05-20T14:26:45-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evans and Falls",
    "track_id": "e76c312a-7db9-431c-ad66-6ff5a4307f9a",
    "recording_id": null,
    "artist": "J. Tillman",
    "artist_ids": [
        "379fb100-063e-4472-b7c2-5bb9eda435ed"
    ],
    "album": "Cancer and Delirium",
    "release_id": "4b16363d-02fe-498e-8c0b-98b7509a87be",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}