Information about plays

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

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

{
    "id": 2679127,
    "uri": "https://api.kexp.org/v2/plays/2679127/?format=api",
    "airdate": "2019-12-28T11:34:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miss Beverly",
    "track_id": "67ac65b0-9c68-3def-a90f-8f764609ead8",
    "recording_id": null,
    "artist": "Ijahman Levi",
    "artist_ids": [
        "b8faec77-6c10-4e1f-98ff-b13c58fc3309"
    ],
    "album": "Are We a Warrior",
    "release_id": "5abd473a-0502-42a2-a3b8-ad916729cc18",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A We a Warrior\" is truly an overlooked gem for the waning years of roots reggae's Golden Era. With only five tracks on the entire album, Ijahman takes the opportunity to languidly suss out each tune to the fullest. Every song is at least five minutes long.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}