Information about plays

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

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

{
    "id": 2681976,
    "uri": "https://api.kexp.org/v2/plays/2681976/?format=api",
    "airdate": "2020-01-04T10:10:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural Beauty",
    "track_id": "88a6676a-0fbf-31a7-9ae6-fa92ad41663d",
    "recording_id": null,
    "artist": "Linval Thompson",
    "artist_ids": [
        "c60178ab-c3d9-4f9d-ac56-4bf2eb93feed"
    ],
    "album": "Ghetto Living",
    "release_id": "d04f2a14-1c06-4d50-8e1f-20875ab20610",
    "release_group_id": null,
    "labels": [
        "Tads Record Inc"
    ],
    "label_ids": [
        "1d5688bd-18ec-42b9-b994-c01791ff2b5c"
    ],
    "release_date": "2010-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}