Information about plays

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

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

{
    "id": 343580,
    "uri": "https://api.kexp.org/v2/plays/343580/?format=api",
    "airdate": "2019-06-19T17:22:00-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Denver Haircut",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Thrashing Thru the Passion",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hold Steady have announced a new record (their first in five years), Thrashing Thru the Passion, which will release on August 16th. Five of the ten songs that appear on the album are brand new, and the other half are songs that the band has released on Bandcamp over the last couple years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}