Information about plays

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

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

{
    "id": 2675250,
    "uri": "https://api.kexp.org/v2/plays/2675250/?format=api",
    "airdate": "2019-12-19T06:16:00-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Change",
    "track_id": "5a6b413c-f096-36e1-ab22-de4bd13df22b",
    "recording_id": null,
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": "20617bcd-68e0-45fd-9edf-3558ffea1001",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#53 Most Played on JITM 2019 | Found on 'Shabooh Shoobah,' the third album released from this Australian band that hit international stardom in the 80's",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}