Information about plays

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

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

{
    "id": 351694,
    "uri": "https://api.kexp.org/v2/plays/351694/?format=api",
    "airdate": "2019-07-08T12:06:00-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vitin",
    "track_id": null,
    "recording_id": null,
    "artist": "ORUÃ",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Brazilian band ORUÃ stopped by KEXP in March to perform a live set when they were on tour with Built to Spill and also performing as Built To Spill's backing band. The ORUÃ KEXP in studio session video launched today on KEXP at https://www.kexp.org/watch/orua/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}