Information about plays

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

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

{
    "id": 354505,
    "uri": "https://api.kexp.org/v2/plays/354505/?format=api",
    "airdate": "2019-07-15T02:22:00-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know You Cancer",
    "track_id": "52cdbcb3-eb7e-3559-9b49-5becc293e868",
    "recording_id": null,
    "artist": "Mort Garson",
    "artist_ids": [],
    "album": "Signs of the Zodiac: Cancer",
    "release_id": "b0ce4f2b-9081-4938-9ac9-a59c6e19e7eb",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}