Information about plays

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

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

{
    "id": 376762,
    "uri": "https://api.kexp.org/v2/plays/376762/?format=api",
    "airdate": "2019-09-04T23:20:06-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Witness",
    "track_id": "35097012-0ab1-4c74-84d3-195634560e53",
    "recording_id": null,
    "artist": "Ikebe Shakedown",
    "artist_ids": [
        "55008116-f7aa-4f68-b713-b6c947f7d43c"
    ],
    "album": "Kings Left Behind",
    "release_id": "3add5642-bc4b-46df-b444-096bdbf49293",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth record from this Brooklyn band  https://ikebeshakedown.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}