Information about plays

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

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

{
    "id": 357318,
    "uri": "https://api.kexp.org/v2/plays/357318/?format=api",
    "airdate": "2019-07-21T15:55:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Half Full Glass of Wine",
    "track_id": "b7b1f767-8de7-4ebf-a3a1-42dfc76e9fa9",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Live Versions",
    "release_id": "f9d54419-0721-4f63-9c7f-652bc1c3cf5e",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [],
    "release_date": "2014-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://official.tameimpala.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}