Information about plays

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

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

{
    "id": 348494,
    "uri": "https://api.kexp.org/v2/plays/348494/?format=api",
    "airdate": "2019-07-01T04:40:51-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strands Align",
    "track_id": "85a5b0d7-a4ec-4cc7-8372-7fda290a4fd7",
    "recording_id": null,
    "artist": "Night Moves",
    "artist_ids": [
        "cfe4a55b-b076-48c1-a9fe-585c59f14645"
    ],
    "album": "Can You Really Find Me",
    "release_id": "79b8a9b7-336c-4866-bf35-d7db0ab93b9c",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}