Information about plays

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

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

{
    "id": 352371,
    "uri": "https://api.kexp.org/v2/plays/352371/?format=api",
    "airdate": "2019-07-10T01:23:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stereo",
    "track_id": "a0ef6bad-c1e7-3df5-be9e-32b3183a1ed7",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Brighten the Corners",
    "release_id": "7122f948-ea18-44c0-836c-0f2687e984be",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "1997-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Stereo\" is a single by the band Pavement, taken from the album Brighten the Corners. It was released by Domino Records in 1997",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}