Information about plays

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

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

{
    "id": 371919,
    "uri": "https://api.kexp.org/v2/plays/371919/?format=api",
    "airdate": "2019-08-24T22:57:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's a Chore",
    "track_id": "be7c9014-5c0e-44f6-be1c-651e7baf7b1e",
    "recording_id": null,
    "artist": "ISS",
    "artist_ids": [],
    "album": "(Endless Pussyfooting)",
    "release_id": "f98c427f-6b7b-4222-917f-3f7e42308cb7",
    "release_group_id": null,
    "labels": [
        "State Laughter"
    ],
    "label_ids": [
        "4e0ca5e8-3e05-4a73-aa7e-48186e1b8ae6"
    ],
    "release_date": "2017-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "North Carolina",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}