Information about plays

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

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

{
    "id": 372531,
    "uri": "https://api.kexp.org/v2/plays/372531/?format=api",
    "airdate": "2019-08-26T11:14:55-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Floating in the Forth",
    "track_id": "5ba370bf-8355-3195-b74b-543d07eedfa2",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Midnight Organ Fight",
    "release_id": "8bc361f4-0b80-35c9-8372-bb7c664d8d85",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, Nathania, for this mix that seeks to capture part of your life with your father.  It's entitled \"As My Father's Daughter.\"  You write that the music helped you \"contend with the complicated nature of our lives and the slow years of his dying.\" Here's the complete mixtape:  https://bit.ly/2MF5AZj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}