Information about plays

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

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

{
    "id": 345769,
    "uri": "https://api.kexp.org/v2/plays/345769/?format=api",
    "airdate": "2019-06-25T02:52:27-07:00",
    "show": 5766,
    "show_uri": "https://api.kexp.org/v2/shows/5766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On My Side",
    "track_id": null,
    "recording_id": null,
    "artist": "DEHD",
    "artist_ids": [],
    "album": "Water",
    "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": "Digging this record a lot from Chicago trio DEHD - https://dehdforever.bandcamp.com/album/water",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}