Information about plays

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

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

{
    "id": 376626,
    "uri": "https://api.kexp.org/v2/plays/376626/?format=api",
    "airdate": "2019-09-04T16:44:46-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "http://coverartarchive.org/release/5956ddae-f3ef-4ff3-846e-ac998dd8d9c1/23935970931-250.jpg",
    "thumbnail_uri": "",
    "song": "Kings Fall",
    "track_id": "32820e1c-014c-4be6-a6d1-00b1b74f133c",
    "recording_id": null,
    "artist": "Raphael Saadiq",
    "artist_ids": [
        "a2eb319d-a45e-43c3-bb14-d0ffb577222c"
    ],
    "album": "Jimmy Lee",
    "release_id": "5956ddae-f3ef-4ff3-846e-ac998dd8d9c1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}