Information about plays

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

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

{
    "id": 357082,
    "uri": "https://api.kexp.org/v2/plays/357082/?format=api",
    "airdate": "2019-07-21T01:47:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beyond",
    "track_id": "69232765-b595-3710-a734-295b1557166e",
    "recording_id": null,
    "artist": "Atheist",
    "artist_ids": [
        "424f2349-f719-46c0-ab39-abbb4364d95f"
    ],
    "album": "Piece of Time",
    "release_id": "40d8bfe9-86fe-3561-b5fa-2ff0a8a1470a",
    "release_group_id": null,
    "labels": [
        "Active Records"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sarasota, FL; https://www.facebook.com/AtheistBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}