Information about plays

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

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

{
    "id": 352388,
    "uri": "https://api.kexp.org/v2/plays/352388/?format=api",
    "airdate": "2019-07-10T02:27:27-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something About You",
    "track_id": "f58cff97-6466-4851-8426-fe422f7bb52c",
    "recording_id": null,
    "artist": "Dornik",
    "artist_ids": [
        "79c0479a-1f46-4953-a127-dde805930c35"
    ],
    "album": "Dornik",
    "release_id": "789ecb21-8eb7-4d6a-940b-f9e9300bb0ec",
    "release_group_id": null,
    "labels": [
        "DMR"
    ],
    "label_ids": [
        "dbb7bc84-0d90-47c8-a62b-5cee83214b3c"
    ],
    "release_date": "2015-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dornik is a vocalist who also used to drum in Jessie Ware's touring band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}