Information about plays

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

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

{
    "id": 378491,
    "uri": "https://api.kexp.org/v2/plays/378491/?format=api",
    "airdate": "2019-09-08T21:39:00-07:00",
    "show": 6301,
    "show_uri": "https://api.kexp.org/v2/shows/6301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sean McCabe Definition Mix",
    "track_id": null,
    "recording_id": null,
    "artist": "Joey Negro",
    "artist_ids": [
        "cea6cb45-d685-4917-90bf-482b656f4cf8"
    ],
    "album": "Definition Of Luv",
    "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": "British DJ/producer/remixer Dave Lee. Under a plethora of other monikers including Akabu, Doug Willis,The Sunburst Band, Sessomatto, and Z Facto.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}