Information about plays

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

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

{
    "id": 377989,
    "uri": "https://api.kexp.org/v2/plays/377989/?format=api",
    "airdate": "2019-09-07T15:11:00-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Let Me Down Again",
    "track_id": "04631307-cae9-3b18-97de-dc30e02ef225",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Music for the Masses",
    "release_id": "38ce2d7d-fd42-3432-aafb-9fcf9aff2fc8",
    "release_group_id": null,
    "labels": [
        "Labels"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1987 vid directed by famed Joy Division photographer Anton Corbijn https://www.youtube.com/watch?v=snILjFUkk_A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}