Information about plays

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

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

{
    "id": 2683245,
    "uri": "https://api.kexp.org/v2/plays/2683245/?format=api",
    "airdate": "2020-01-07T12:20:19.374000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?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": "d372eb14-55a6-4f4b-a12b-d02f0d4eb048",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can hear this terrific local eight-piece  band at The Nectar Lounge on Tuesday, February 25th, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}