Information about plays

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

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

{
    "id": 372535,
    "uri": "https://api.kexp.org/v2/plays/372535/?format=api",
    "airdate": "2019-08-26T11:30:05-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cecilia",
    "track_id": "0eb3770e-94be-39ee-9c89-4d4cc09fcc7b",
    "recording_id": null,
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bridge Over Troubled Water",
    "release_id": "f9f55929-636e-3fc9-8334-036c36b40991",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jubilation...\nShe loves me again...\nI fall on the floor and I'm laughing...\"  The second half of Nathania's mix celebrates the \"bittersweet beautiful upsides.\"  Watch a live performance of \"Cecilia\":  https://www.youtube.com/watch?v=bq_BuDLQXbc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}