Information about plays

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

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

{
    "id": 2677797,
    "uri": "https://api.kexp.org/v2/plays/2677797/?format=api",
    "airdate": "2019-12-25T04:22:40-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/46f66a2f-b782-47b4-9095-2ef933e1e7c7/20015326395-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Snow",
    "track_id": "54c80a20-9838-43e9-8527-58a75425777a",
    "recording_id": null,
    "artist": "Oneohtrix Point Never",
    "artist_ids": [
        "9cea062d-d476-447f-98b4-e67e14bfd1e4"
    ],
    "album": "Age Of",
    "release_id": "46f66a2f-b782-47b4-9095-2ef933e1e7c7",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blind vision, blind belief\nBlack snow is coming, saw it on TV\nNo information, no harmony",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}