Information about plays

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

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

{
    "id": 374126,
    "uri": "https://api.kexp.org/v2/plays/374126/?format=api",
    "airdate": "2019-08-29T18:27:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Portland Woman",
    "track_id": "4939189c-affb-3cfb-a3c9-55428b07c550",
    "recording_id": null,
    "artist": "New Riders of the Purple Sage",
    "artist_ids": [
        "64c8fe79-1f93-483f-aace-b6a6e379e7d2"
    ],
    "album": "New Riders of the Purple Sage",
    "release_id": "b9ef4ef6-c27f-4387-b184-45368ba8dab7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}