Information about plays

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

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

{
    "id": 382660,
    "uri": "https://api.kexp.org/v2/plays/382660/?format=api",
    "airdate": "2019-09-18T21:15:00-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Some Velvet Morning",
    "track_id": "ecbccc74-e37b-3096-9827-a5623add5e16",
    "recording_id": null,
    "artist": "Nancy Sinatra",
    "artist_ids": [],
    "album": "Nancy & Lee",
    "release_id": "38151b18-4bfd-309c-bd76-3e23e24f5fc3",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}