Information about plays

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

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

{
    "id": 344092,
    "uri": "https://api.kexp.org/v2/plays/344092/?format=api",
    "airdate": "2019-06-20T19:31:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wishbones",
    "track_id": "b6f66d30-7a3d-3af6-ba57-021004e4b51a",
    "recording_id": null,
    "artist": "Slaid Cleaves",
    "artist_ids": [
        "3f1aee2a-294c-4997-aed9-1c4ba1d984f7"
    ],
    "album": "Wishbones",
    "release_id": "e07af922-6f42-4590-bd3f-f55e3d1726c1",
    "release_group_id": null,
    "labels": [
        "Philo"
    ],
    "label_ids": [],
    "release_date": "2004-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.slaidcleaves.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}