Information about plays

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

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

{
    "id": 2681197,
    "uri": "https://api.kexp.org/v2/plays/2681197/?format=api",
    "airdate": "2020-01-02T10:59:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop on By",
    "track_id": "ff140625-4235-300a-b482-c92f7193a008",
    "recording_id": null,
    "artist": "Rufus",
    "artist_ids": [
        "ec6b11b5-d6a6-4c77-af55-8076a160cc94"
    ],
    "album": "Rufusized",
    "release_id": "278ce211-1b2a-4623-bcfb-7ae87d438249",
    "release_group_id": null,
    "labels": [
        "ABC Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<b>Rufus</b> - American funk band from Chicago, Illinois, best known for launching the career of lead singer Chaka Khan. The band had several hits throughout their career, including \"Tell Me Something Good\", \"Sweet Thing\", \"Do You Love What You Feel\" and \"Ain't Nobody\"....<b>I hear it's incredible music to do laundry by. </b>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}