Information about plays

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

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

{
    "id": 2678208,
    "uri": "https://api.kexp.org/v2/plays/2678208/?format=api",
    "airdate": "2019-12-26T02:20:17-08:00",
    "show": 46225,
    "show_uri": "https://api.kexp.org/v2/shows/46225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reality State",
    "track_id": null,
    "recording_id": null,
    "artist": "Patio",
    "artist_ids": [],
    "album": "Essentials",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recently released outtake from the NYC trio's time recording their excellent Essentials LP! - https://www.stereogum.com/2068063/patio-reality-state/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}