Information about plays

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

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

{
    "id": 353185,
    "uri": "https://api.kexp.org/v2/plays/353185/?format=api",
    "airdate": "2019-07-11T19:54:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "619150f3-076a-40d4-be4f-981609823811",
    "recording_id": null,
    "artist": "HYWAYS",
    "artist_ids": [
        "e61cd5f1-a247-483f-8144-801b10949127"
    ],
    "album": "Hyways",
    "release_id": "617a49f3-cb6c-469e-8c57-ecd0b000101c",
    "release_group_id": null,
    "labels": [
        "Union Zero"
    ],
    "label_ids": [],
    "release_date": "2018-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this Sat. July 13th at Clock-Out Lounge with Dean Johnson and Isaac Opatz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}