Information about plays

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

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

{
    "id": 351127,
    "uri": "https://api.kexp.org/v2/plays/351127/?format=api",
    "airdate": "2019-07-07T03:23:00-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waterfalls",
    "track_id": "1641fd1d-bbf9-3dee-accf-e61ca80801d1",
    "recording_id": null,
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "CrazySexyCool",
    "release_id": "55fe64ac-4688-4942-be1e-3be1c92dbb45",
    "release_group_id": null,
    "labels": [
        "Columbia House"
    ],
    "label_ids": [
        "0b6073f1-78a5-4078-bc01-22d7b05d0b7a"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Janet for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}