Information about plays

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

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

{
    "id": 377688,
    "uri": "https://api.kexp.org/v2/plays/377688/?format=api",
    "airdate": "2019-09-06T21:37:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Call the Cops",
    "track_id": "69b2c428-cd42-4e32-ab34-61605cd671b7",
    "recording_id": null,
    "artist": "Brakebill",
    "artist_ids": [],
    "album": "Out the Window",
    "release_id": "70419aa5-cab6-4841-aeb0-5855f96aaace",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}