Information about plays

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

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

{
    "id": 2677098,
    "uri": "https://api.kexp.org/v2/plays/2677098/?format=api",
    "airdate": "2019-12-23T09:36:45-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Round the Clock",
    "track_id": "1f462ecc-283c-4166-a8c9-95736739fdce",
    "recording_id": null,
    "artist": "Sorry",
    "artist_ids": [
        "54d334a9-3ce4-4d51-8452-7e51c5c2ad11"
    ],
    "album": "Right Round the Clock",
    "release_id": "187ced0b-cb6d-4c3e-80c2-3d796b88d9a4",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U.K. group, Sorry's debut album '925' is slotted for a spring 2020 release. The lead single is 'Right Round the Clock.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}