Information about plays

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

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

{
    "id": 344233,
    "uri": "https://api.kexp.org/v2/plays/344233/?format=api",
    "airdate": "2019-06-21T03:45:44-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "http://coverartarchive.org/release/ec37919f-d402-4dc4-8f8b-ef708443cf75/11291280064-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven",
    "track_id": "9614994a-c82c-493b-aa81-396b3510cbdb",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Tattoo You",
    "release_id": "ec37919f-d402-4dc4-8f8b-ef708443cf75",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2013-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rolling Stones play Centurylink Field Wednesday August 14th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}