Information about plays

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

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

{
    "id": 351867,
    "uri": "https://api.kexp.org/v2/plays/351867/?format=api",
    "airdate": "2019-07-08T22:26:49-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "http://coverartarchive.org/release/bb1ea9c5-0d0d-48ae-b3d7-eaa9ab4a903a/23146055572-250.jpg",
    "thumbnail_uri": "",
    "song": "Post Requisite",
    "track_id": "ccde1e9b-2361-4b2e-9136-c910b666c802",
    "recording_id": null,
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Flamagra",
    "release_id": "bb1ea9c5-0d0d-48ae-b3d7-eaa9ab4a903a",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sixth album from this LA producer (aka Steven Ellison) is a masterful, cinematic blend of electronic music with jazz, R&B, funk, hip hop and more, combining an intricate, shape-shifting sound with a stellar guest cast including Anderson .Paak, George Clinton, Little Dragon, Tierra Whack, Denzel Curry, David Lynch, Shabazz Palaces, Toro Y Moi, Solange, and Thundercat (who also played on most of the album’s songs).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}