Information about plays

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

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

{
    "id": 374387,
    "uri": "https://api.kexp.org/v2/plays/374387/?format=api",
    "airdate": "2019-08-30T07:46:08-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b1b7c10-5f97-46d9-acc2-b03b03fe142b/19370164170-250.jpg",
    "thumbnail_uri": "",
    "song": "You Ask Me To",
    "track_id": "04960c36-2c2e-3c42-a9d1-c41a25f6e390",
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Nashville Rebel",
    "release_id": "4b1b7c10-5f97-46d9-acc2-b03b03fe142b",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "2006-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let the world call me a fool... \nBut if things are right with me and you... \nThat's all that matters... \nAnd I'll do anything you asked me to...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}