Information about plays

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

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

{
    "id": 344930,
    "uri": "https://api.kexp.org/v2/plays/344930/?format=api",
    "airdate": "2019-06-23T00:46:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reeking Within",
    "track_id": null,
    "recording_id": null,
    "artist": "Fetid",
    "artist_ids": [
        "31e7d8e0-ca72-47a2-b25d-a5b3211e4ab0"
    ],
    "album": "Steeping Corporeal Mess",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fetid will be playing a show at an undisclosed venue in Seattle on August 29th; https://www.facebook.com/fetid.death/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}