Information about plays

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

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

{
    "id": 377354,
    "uri": "https://api.kexp.org/v2/plays/377354/?format=api",
    "airdate": "2019-09-06T06:26:25-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/a227a9b1-59e1-43fd-93b5-ecdd85da190c/3748531712-250.jpg",
    "thumbnail_uri": "",
    "song": "You Said Something",
    "track_id": "0c1e34a9-96e4-3e60-b9ba-7564ec726204",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Stories From the City, Stories From the Sea",
    "release_id": "a227a9b1-59e1-43fd-93b5-ecdd85da190c",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"How did we get here?\nTo this point of living?\nI held my breath...\nAnd you said something.\"  What was said, PJ?:  http://thenervousbreakdown.com/tanderson/2011/04/but-what-did-he-say-pj/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}