Information about plays

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

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

{
    "id": 377291,
    "uri": "https://api.kexp.org/v2/plays/377291/?format=api",
    "airdate": "2019-09-06T02:35:00-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Live",
    "track_id": "59a31e93-7099-4501-b21a-b519f183b615",
    "recording_id": null,
    "artist": "Fuzz",
    "artist_ids": [
        "1625819f-79d7-4787-b2fb-0e0c260bac85"
    ],
    "album": "II",
    "release_id": "0b456c3f-2ebf-4252-b36f-64cbf8b8d9f5",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [],
    "release_date": "2015-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}