Information about plays

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

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

{
    "id": 375823,
    "uri": "https://api.kexp.org/v2/plays/375823/?format=api",
    "airdate": "2019-09-03T02:20:50-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/9da227d1-9283-44f9-8545-f01b796eabb8/14527973395-250.jpg",
    "thumbnail_uri": "",
    "song": "The Act We Act",
    "track_id": "102c4b75-f680-3a40-b466-74348c021816",
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "9da227d1-9283-44f9-8545-f01b796eabb8",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}