Information about plays

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

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

{
    "id": 349905,
    "uri": "https://api.kexp.org/v2/plays/349905/?format=api",
    "airdate": "2019-07-04T04:56:13-07:00",
    "show": 5828,
    "show_uri": "https://api.kexp.org/v2/shows/5828/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b97cad0-098a-4fde-9521-4b0bdbb576ea/14814667762-250.jpg",
    "thumbnail_uri": "",
    "song": "Nebula",
    "track_id": "bc073093-0281-45ad-9d32-f3554061092a",
    "recording_id": null,
    "artist": "Julianna Barwick",
    "artist_ids": [
        "ba49bbe3-188b-44d7-95f3-92ff9939af28"
    ],
    "album": "Will",
    "release_id": "7b97cad0-098a-4fde-9521-4b0bdbb576ea",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2016 fave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}