Information about plays

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

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

{
    "id": 349644,
    "uri": "https://api.kexp.org/v2/plays/349644/?format=api",
    "airdate": "2019-07-03T15:55:27-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing at the Crocodile on September 9th!  https://www.slowthai.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}