Information about plays

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

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

{
    "id": 371912,
    "uri": "https://api.kexp.org/v2/plays/371912/?format=api",
    "airdate": "2019-08-24T22:30:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boutoku No Taiyo",
    "track_id": "b49db614-dfe7-377b-8673-f17737fe2e19",
    "recording_id": null,
    "artist": "324",
    "artist_ids": [
        "7e5f38c8-eff6-4204-9f84-e344c54e7ca8"
    ],
    "album": "Across the Black Wings",
    "release_id": "b21e1307-2e43-4216-aff0-a863e31255d4",
    "release_group_id": null,
    "labels": [
        "HG Fact"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tokyo, Japan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}