Information about plays

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

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

{
    "id": 377501,
    "uri": "https://api.kexp.org/v2/plays/377501/?format=api",
    "airdate": "2019-09-06T14:39:26-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "http://coverartarchive.org/release/08677853-12ea-4346-b7e9-4e334608efb6/23167331298-250.jpg",
    "thumbnail_uri": "",
    "song": "Doorman",
    "track_id": "061daf40-c30a-4091-b22c-d3662beb4176",
    "recording_id": null,
    "artist": "slowthai & Mura Masa",
    "artist_ids": [
        "333e76b4-9606-4fd3-bcb3-8e7660bb4d96"
    ],
    "album": "Nothing Great About Britain",
    "release_id": "08677853-12ea-4346-b7e9-4e334608efb6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album features guest appearances from British rappers Jaykae and Skepta, as well as production credits from electronic music producer Mura Masa and punk rock band Slaves.  https://bit.ly/2lBXe8G",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}