Information about plays

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

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

{
    "id": 354538,
    "uri": "https://api.kexp.org/v2/plays/354538/?format=api",
    "airdate": "2019-07-15T04:23:00-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Your Life",
    "track_id": "acdb8589-5ec2-49c6-b60b-84200e6fa430",
    "recording_id": null,
    "artist": "Hannah Cohen",
    "artist_ids": [
        "21137b4f-85b6-4c7e-8840-d9ab5483891f"
    ],
    "album": "Welcome Home",
    "release_id": "5e478565-8abc-422f-8364-dff94dce5120",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}