Information about plays

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

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

{
    "id": 2676658,
    "uri": "https://api.kexp.org/v2/plays/2676658/?format=api",
    "airdate": "2019-12-22T06:34:00-08:00",
    "show": 46200,
    "show_uri": "https://api.kexp.org/v2/shows/46200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coming To Fullness",
    "track_id": null,
    "recording_id": null,
    "artist": "Channelers",
    "artist_ids": [],
    "album": "The Depth Of Rest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Inner Islands"
    ],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest blissful sounds from Channelers aka Oakland's Sean Conrad, also the founder and creative driving force behind the excellent Inner Islands label ~ https://innerislands.bandcamp.com/album/the-depth-of-rest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}