Information about plays

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

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

{
    "id": 2677099,
    "uri": "https://api.kexp.org/v2/plays/2677099/?format=api",
    "airdate": "2019-12-23T09:40:20-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5ce23c1-f885-3300-bfca-d30e1fa8614f/15491972198-250.jpg",
    "thumbnail_uri": "",
    "song": "D.J.",
    "track_id": "f8cc8962-4d67-3bd4-af4d-7a0e5ba062db",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Lodger",
    "release_id": "c5ce23c1-f885-3300-bfca-d30e1fa8614f",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Adrian Belew has a birthday today. He's featured on this David Bowie track from 1979's 'Lodger.' Belew has worked with the likes of Frank Zappa, the Talking Heads, Laurie Anderson and was the front man for King Crimson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}