Information about plays

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

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

{
    "id": 2676556,
    "uri": "https://api.kexp.org/v2/plays/2676556/?format=api",
    "airdate": "2019-12-22T00:32:55-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vergif",
    "track_id": "1cd2c42a-d603-4bb1-a324-87dcb4099ec9",
    "recording_id": null,
    "artist": "Verwoed",
    "artist_ids": [
        "310c699f-04a0-4fd2-b378-af2c9d853dba"
    ],
    "album": "De Val",
    "release_id": "54a74128-3d0f-4ccb-8052-253fcb14abfe",
    "release_group_id": null,
    "labels": [
        "Sentient Ruin Laboratories"
    ],
    "label_ids": [],
    "release_date": "2019-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "De Val was listed as #14 on Cvlt Nation's Albums of the 2019; https://www.facebook.com/verwoed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}