Information about plays

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

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

{
    "id": 2679708,
    "uri": "https://api.kexp.org/v2/plays/2679708/?format=api",
    "airdate": "2019-12-29T20:33:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Low to the Street",
    "track_id": "5e34e8a7-0d40-4278-a339-8a2db49c01e5",
    "recording_id": null,
    "artist": "Lord Echo",
    "artist_ids": [],
    "album": "Harmonies",
    "release_id": "dd8f9450-ca81-4349-9eb1-4207ba0da880",
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2017-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}