Information about plays

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

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

{
    "id": 383169,
    "uri": "https://api.kexp.org/v2/plays/383169/?format=api",
    "airdate": "2019-09-19T22:56:00-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gospel Tune",
    "track_id": "98ee32e0-d2bd-3e42-90d3-f1692746e5d3",
    "recording_id": null,
    "artist": "Sandy Bull",
    "artist_ids": [
        "518c0361-e340-488a-a950-846ae06489ad"
    ],
    "album": "Re-Inventions: Best of the Vanguard Years",
    "release_id": "7a9d4447-41b7-4521-81ed-b5698f13267b",
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}