Information about plays

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

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

{
    "id": 350235,
    "uri": "https://api.kexp.org/v2/plays/350235/?format=api",
    "airdate": "2019-07-04T23:48:00-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It Again",
    "track_id": "05645664-45a2-3843-8345-7e3572b2457c",
    "recording_id": null,
    "artist": "Steely Dan",
    "artist_ids": [
        "e01c3376-15fa-40d7-b747-5f219bdefdd7"
    ],
    "album": "Citizen Steely Dan: 1972–1980",
    "release_id": "e7bf0d0e-cab6-4626-b48f-0aa9b28fec13",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Do It Again\" is a song composed by Walter Becker and Donald Fagen, performed by American rock group Steely Dan, which was released as a single from their 1972 debut album Can't Buy a Thrill. The single version differed from the album version, shortening the intro and outro and omitting the organ solo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}