Information about plays

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

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

{
    "id": 348931,
    "uri": "https://api.kexp.org/v2/plays/348931/?format=api",
    "airdate": "2019-07-02T06:26:04-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/59143316-e940-4750-905a-23b498f69b13/6767173406-250.jpg",
    "thumbnail_uri": "",
    "song": "In Reverse",
    "track_id": "626242e9-5e65-4f96-bed9-77d830807af0",
    "recording_id": null,
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "Lost in the Dream",
    "release_id": "59143316-e940-4750-905a-23b498f69b13",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2014-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer Adam Granduciel is married to actress Krysten Ritter (Jessica Jones) and they had a baby shower early last month. https://people.com/parents/krysten-ritter-baby-shower-photos/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}