Information about plays

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

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

{
    "id": 2676933,
    "uri": "https://api.kexp.org/v2/plays/2676933/?format=api",
    "airdate": "2019-12-23T00:01:00-08:00",
    "show": 46206,
    "show_uri": "https://api.kexp.org/v2/shows/46206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie Woogie Waltz",
    "track_id": "51ee56fb-1da6-354a-afda-4c18acac81bb",
    "recording_id": null,
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "Sweetnighter",
    "release_id": "1d60598a-b6c0-4de7-9060-4a39527724e1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}