Information about plays

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

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

{
    "id": 379666,
    "uri": "https://api.kexp.org/v2/plays/379666/?format=api",
    "airdate": "2019-09-11T19:33:00-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broomstraw Philosophers and Scuppernong Wine",
    "track_id": "75946388-6bd8-3e83-9765-dcbdef83e4f3",
    "recording_id": null,
    "artist": "Larry Jon Wilson",
    "artist_ids": [
        "54db9a21-f90d-48ac-b30b-17826448e0db"
    ],
    "album": "New Beginnings",
    "release_id": "f5ba5162-6339-49cb-81e5-e2b1c1ceca56",
    "release_group_id": null,
    "labels": [
        "Monument Records"
    ],
    "label_ids": [
        "a48d41b6-5f75-49f6-8a8b-1723d49d5de6"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}