Information about plays

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

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

{
    "id": 2677789,
    "uri": "https://api.kexp.org/v2/plays/2677789/?format=api",
    "airdate": "2019-12-25T03:56:26-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "December",
    "track_id": "ecb4e231-de3a-4226-9982-5eed10e56481",
    "recording_id": null,
    "artist": "Thyla",
    "artist_ids": [
        "284f7926-4f6c-436b-beed-3460396754b8"
    ],
    "album": "December",
    "release_id": "cfb305fb-c00e-4403-9cc1-c5a6894d7686",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New EP, Everything At Once, out 1/24!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}