Information about plays

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

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

{
    "id": 2682211,
    "uri": "https://api.kexp.org/v2/plays/2682211/?format=api",
    "airdate": "2020-01-04T22:37:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Introducing the New Rachel Jones in All Her Amazing Glory",
    "track_id": "05307863-ab1a-354e-8b2b-2dc3b0bef157",
    "recording_id": null,
    "artist": "The Bonaduces",
    "artist_ids": [
        "1db8f452-5f38-4757-9032-7146d43a04cc"
    ],
    "album": "Everything's Rachel",
    "release_id": "8429ee6d-f51f-4e1c-a1be-48bbe0fea6bc",
    "release_group_id": null,
    "labels": [
        "No Glory Records"
    ],
    "label_ids": [],
    "release_date": "1999-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of  Cheerleader, Banned From Atlantis, and The Garage People.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}