Information about plays

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

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

{
    "id": 2675267,
    "uri": "https://api.kexp.org/v2/plays/2675267/?format=api",
    "airdate": "2019-12-19T07:11:56-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d390fea-3c2d-487d-a40c-19e166148203/16165823415-250.jpg",
    "thumbnail_uri": "",
    "song": "Temptation",
    "track_id": "19fc7926-973c-38e0-a3a8-8fb9cad890cb",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#41 Most Played on JITM 2019 | This is the only New Order song that appears on this countdown, which is kind of ruining the surprise of countdowns, but there you have it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}