Information about plays

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

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

{
    "id": 2679484,
    "uri": "https://api.kexp.org/v2/plays/2679484/?format=api",
    "airdate": "2019-12-29T07:46:00-08:00",
    "show": 46248,
    "show_uri": "https://api.kexp.org/v2/shows/46248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Chance To Rest",
    "track_id": null,
    "recording_id": null,
    "artist": "Lena Raine",
    "artist_ids": [],
    "album": "Oneknowing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Local Action"
    ],
    "label_ids": [],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorgeous official debut album from Seattle/Japan musician Lena Raine, best known for her video game soundtracks ~ Read more about Lena Raine in this 'Sound + Vision' profile: https://www.kexp.org/read/2019/3/29/confronting-myself-lena-raine-soundtracking-celeste-and-her-new-album-oneknowing/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}