Information about plays

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

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

{
    "id": 353877,
    "uri": "https://api.kexp.org/v2/plays/353877/?format=api",
    "airdate": "2019-07-13T13:39:10-07:00",
    "show": 5897,
    "show_uri": "https://api.kexp.org/v2/shows/5897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pride, Parts 1 & 2",
    "track_id": "199dcbce-5612-4da8-bfb4-1d4361fcd319",
    "recording_id": null,
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Go for Your Guns",
    "release_id": "bfd48f51-fde2-4c65-8cbe-8f22365d1a0e",
    "release_group_id": null,
    "labels": [
        "Sony Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}