Information about plays

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

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

{
    "id": 352294,
    "uri": "https://api.kexp.org/v2/plays/352294/?format=api",
    "airdate": "2019-07-09T21:13:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The State of the Union",
    "track_id": "6752471c-8d7e-448a-a23d-91882f45d1e0",
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Richest Man in Babylon",
    "release_id": "80efc10b-72b0-48a0-9ed9-c3d94c39b8e6",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}