Information about plays

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

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

{
    "id": 2682810,
    "uri": "https://api.kexp.org/v2/plays/2682810/?format=api",
    "airdate": "2020-01-06T10:18:21-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yeti, Set, Go",
    "track_id": "721e1d2d-f35f-47d6-92c9-0661c9a0c201",
    "recording_id": null,
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Yeti, Set, Go",
    "release_id": "ab513d19-cf0c-427d-843d-a211448c677c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch the POLYRHYTHMICS at the Springhouse Cellar in Hood River, Oregon, on Saturday the 8th of  February 2020! They will also be playing the Rickshaw Theater in  Vancouver BC on The 28th of February 2020 <br><br> INFO: https://bit.ly/37FqtKr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}