Information about plays

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

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

{
    "id": 353230,
    "uri": "https://api.kexp.org/v2/plays/353230/?format=api",
    "airdate": "2019-07-11T22:12:42-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/6175c97d-12a9-379f-91ba-5b1e04b82b9c/11263470866-250.jpg",
    "thumbnail_uri": "",
    "song": "Strawberry Letter 23",
    "track_id": "11cace5e-e142-3b89-b7c7-695cf24ebcec",
    "recording_id": null,
    "artist": "Shuggie Otis",
    "artist_ids": [
        "ff9542ca-7859-4db2-8796-c1e3c39b9c0a"
    ],
    "album": "Inspiration Information",
    "release_id": "6175c97d-12a9-379f-91ba-5b1e04b82b9c",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2001-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Strawberry Letter 23\" is a 1971 song written and composed by Shuggie Otis from his 1971 album Freedom Flight. It is best known by the 1977 cover version recorded by the Brothers Johnson and produced by Quincy Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}