Information about plays

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

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

{
    "id": 2682333,
    "uri": "https://api.kexp.org/v2/plays/2682333/?format=api",
    "airdate": "2020-01-05T05:06:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Almost Cut My Hair",
    "track_id": "2d29a5a5-995a-4782-b1af-89d32a7932c0",
    "recording_id": null,
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [],
    "album": "Déjà vu",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super group CSNY released their debut album as a quartet, 'Déjà vu' half a century ago this year. Crosby, Stills, and Nash recorded a self titled album in '69, but 'Déjà vu' is their first with Neil Young.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}