Information about plays

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

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

{
    "id": 373490,
    "uri": "https://api.kexp.org/v2/plays/373490/?format=api",
    "airdate": "2019-08-28T11:53:30-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "http://coverartarchive.org/release/c2bbfe6b-0d4e-4089-9eef-0a84ab53e6fd/11892974697-250.jpg",
    "thumbnail_uri": "",
    "song": "Time for a Witness",
    "track_id": "1f485d4e-4b29-3345-a768-f8f31d9c803a",
    "recording_id": null,
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Time for a Witness",
    "release_id": "c2bbfe6b-0d4e-4089-9eef-0a84ab53e6fd",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There is no doubt if it had not been for that mixtape, I wouldn't be with my wife of over 26 years (married 22). She was already a fan of alternative/indie music, i.e., The Pixies, The Lemonheads, Jane's Addiction, Sonic Youth. A few days after we started dating, I shared ‘THE MUSIC’ mixtape with her.  We immediately connected through music.\" https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}