Information about plays

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

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

{
    "id": 376766,
    "uri": "https://api.kexp.org/v2/plays/376766/?format=api",
    "airdate": "2019-09-04T23:31:41-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beyond the Shadow of a Doubt Monster",
    "track_id": "fe62e7af-91fe-4481-ac45-82b9d313df57",
    "recording_id": null,
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "Children of the Dragon",
    "release_id": "367a95be-8b75-4c0a-b6d8-684a948a885a",
    "release_group_id": null,
    "labels": [
        "Legion of Doom Records"
    ],
    "label_ids": [
        "55f9a7ff-e387-4a74-8e54-09d0461a394f"
    ],
    "release_date": "2014-05-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.gabrielteodros.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}