Information about plays

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

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

{
    "id": 354369,
    "uri": "https://api.kexp.org/v2/plays/354369/?format=api",
    "airdate": "2019-07-14T17:06:39-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/49aee26c-abd5-4c46-a4c2-79a3189344e4/23327245392-250.jpg",
    "thumbnail_uri": "",
    "song": "HER Love",
    "track_id": "cf94f02e-3448-41a7-96d9-c451b94d8737",
    "recording_id": null,
    "artist": "Common & Daniel Caesar",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "HER Love",
    "release_id": "49aee26c-abd5-4c46-a4c2-79a3189344e4",
    "release_group_id": null,
    "labels": [
        "Concord Music Group"
    ],
    "label_ids": [
        "0dd8c586-acc3-46f8-bd97-db1d3ce089fc"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing TONIGHT at The Moore",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}