Information about plays

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

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

{
    "id": 378518,
    "uri": "https://api.kexp.org/v2/plays/378518/?format=api",
    "airdate": "2019-09-08T23:52:00-07:00",
    "show": 6301,
    "show_uri": "https://api.kexp.org/v2/shows/6301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back Seat",
    "track_id": "3a682c48-1de4-4f4d-8aab-e173e6ea681a",
    "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": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}