Information about plays

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

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

{
    "id": 2677728,
    "uri": "https://api.kexp.org/v2/plays/2677728/?format=api",
    "airdate": "2019-12-25T00:22:30-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweaters",
    "track_id": "af6f2c28-5f53-3444-86e9-850614fc2164",
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Big Science",
    "release_id": "b787531c-34e1-315c-ada4-39d4c3c5221a",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2007-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}