Information about plays

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

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

{
    "id": 344688,
    "uri": "https://api.kexp.org/v2/plays/344688/?format=api",
    "airdate": "2019-06-22T11:08:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make It Secure",
    "track_id": "ad18b9b0-c657-3809-9488-f50be231f999",
    "recording_id": null,
    "artist": "Sizzla",
    "artist_ids": [
        "c8327cc0-54f3-424f-a68d-000ee7289a41"
    ],
    "album": "Black Woman and Child",
    "release_id": "b970c6a4-7f0d-47db-b02a-8ab2aa44ccbc",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [],
    "release_date": "1997-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Woman & Child is the second studio album by Jamaican reggae artist Sizzla. It was released on September 16, 1997 on VP Records and produced by Robert \"Bobby Digital\" Dixon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}