Information about plays

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

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

{
    "id": 2680487,
    "uri": "https://api.kexp.org/v2/plays/2680487/?format=api",
    "airdate": "2019-12-31T17:33:43-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/584f2904-783e-41c5-92fb-9c7d599e570d/24264774889-250.jpg",
    "thumbnail_uri": "",
    "song": "Skin Game",
    "track_id": "9ca19e26-3b5f-46ea-8d9a-d6591c301bdd",
    "recording_id": null,
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Deceiver",
    "release_id": "584f2904-783e-41c5-92fb-9c7d599e570d",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my favorite songs of 2019!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}