Information about plays

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

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

{
    "id": 378165,
    "uri": "https://api.kexp.org/v2/plays/378165/?format=api",
    "airdate": "2019-09-08T02:00:00-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride the Lightning",
    "track_id": "f0595bea-317b-4f01-ae70-857251983a51",
    "recording_id": null,
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Ride the Lightning",
    "release_id": "c6706e0e-6e63-4639-89c1-8a82be2c6817",
    "release_group_id": null,
    "labels": [
        "Phonogram"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Ramos up and running tonight, hope everyone made it through the thunder and lightning here in Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}