Information about plays

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

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

{
    "id": 2680353,
    "uri": "https://api.kexp.org/v2/plays/2680353/?format=api",
    "airdate": "2019-12-31T09:35:00-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bank Robber / Robber Dub",
    "track_id": "e2e360f0-c7af-32bc-8336-0fdf8080d812",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Black Market Clash",
    "release_id": "df7f1867-8f8b-3814-a64f-11af97d75e44",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}