Information about plays

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

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

{
    "id": 2680312,
    "uri": "https://api.kexp.org/v2/plays/2680312/?format=api",
    "airdate": "2019-12-31T07:07:24-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/e45cc29e-b355-405f-be50-2b952ea774cb/13617004904-250.jpg",
    "thumbnail_uri": "",
    "song": "Changes",
    "track_id": "1172abe1-5509-4e89-baf1-aec3063760f0",
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Changes",
    "release_id": "e45cc29e-b355-405f-be50-2b952ea774cb",
    "release_group_id": null,
    "labels": [
        "Dunham"
    ],
    "label_ids": [
        "58866e52-1337-4392-bb14-0811f93b288b"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}