Information about plays

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

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

{
    "id": 374379,
    "uri": "https://api.kexp.org/v2/plays/374379/?format=api",
    "airdate": "2019-08-30T07:22:42-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f9fa0e1-2fe5-425e-8bf8-7f3e25a98ed2/17948541199-250.jpg",
    "thumbnail_uri": "",
    "song": "Passin' Me By",
    "track_id": "c74ea301-b6c7-3c3a-8b56-e6a9ac2a8329",
    "recording_id": null,
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Delicious Vinyl: Waxing Off: The First Decade",
    "release_id": "2f9fa0e1-2fe5-425e-8bf8-7f3e25a98ed2",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1999-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carly shared the Kurt Vonnegut quote, \" \"No matter how bad things get, the music will still be wonderful.\"  Read an oral history of this great ode to unrequited love:  https://www.spin.com/2012/06/pharcyde-look-back-20-years-passin-me/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}