Information about plays

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

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

{
    "id": 2676678,
    "uri": "https://api.kexp.org/v2/plays/2676678/?format=api",
    "airdate": "2019-12-22T08:05:00-08:00",
    "show": 46200,
    "show_uri": "https://api.kexp.org/v2/shows/46200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The River Passes, yet the River Remains",
    "track_id": null,
    "recording_id": null,
    "artist": "Olivia Belli",
    "artist_ids": [],
    "album": "River Path",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "1631 Recordings"
    ],
    "label_ids": [],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early taste of this upcoming release from Italian pianist Olivia Belli, her first for 1631 Recordings ~ https://1631recordings.bandcamp.com/album/river-path",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}