Information about plays

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

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

{
    "id": 2679047,
    "uri": "https://api.kexp.org/v2/plays/2679047/?format=api",
    "airdate": "2019-12-28T05:03:53-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/f30c4e39-e097-4033-b575-d31136c44691/19835859913-250.jpg",
    "thumbnail_uri": "",
    "song": "Breakfast Can Wait",
    "track_id": "82fd616d-e459-4d85-8796-efb7a063e959",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Art Official Age",
    "release_id": "f30c4e39-e097-4033-b575-d31136c44691",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2014-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}